Color Hex Logo

#cc957a Color Hex

#CC957A
(204,149,122)
0 Favorites   0 Comments

Color spaces of #cc957a

RGB 204149122
HSL0.050.450.64
HSV20°40°80°
CMYK 0.000.270.40   0.20
XYZ39.162135.737423.2463
Yxy35.73740.39900.3641
Hunter Lab59.780812.318218.7911
CIE-Lab66.318817.237222.3941

#cc957a color RGB value is (204,149,122).

#cc957a hex color red value is 204, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc957a hue: 0.05 , saturation: 0.45 and the lightness value of cc957a is 0.64.

The process color (four color CMYK) of #cc957a color hex is 0.00, 0.27, 0.40, 0.20. Web safe color of #cc957a is #cc9966. Color #cc957a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 01111010
Octal 314 225 172
Decimal 204 149 122
Hex CC 95 7A

RGB Percentages of Color #cc957a

%42.95
%31.37
%25.68

CMYK Percentages of Color #cc957a

%0
%27
%40
%20

Triadic Colors of #cc957a

#cc957a #7acc95 #957acc

Analogous Colors of #cc957a

#cc957a #ccbe7a #cc7a88

Monochromatic Colors of #cc957a

#cc957a

Complementary Color

#cc957a #7ab1cc

#cc957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc957a Color CSS Codes

.mybgcolor {background-color:#cc957a; } 
.myforecolor {color:#cc957a; }
.mybordercolor {border:3px solid #cc957a; }

#cc957a Text Font Color

<p style="color:#cc957a">Text here</p>

This sample text font color is #cc957a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc957a Background Color

<div style="background-color:#cc957a">
Div content here</div>

This div background color is #cc957a


#cc957a Border Color

<div style="border:3px solid #cc957a">
Div here</div>

This div border color is #cc957a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,149,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc957a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc957a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc957a;
  box-shadow:         1px 1px 3px 2px #cc957a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,149,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc957a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc957a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc957a;
  box-shadow:         1px 1px 3px 2px #cc957a;">
Div content here</div>

This div box has shadow with color #cc957a


Comments

No comments written yet.

Please login to write comment.