Color Hex Logo

#cc877a Color Hex

#CC877A
(204,135,122)
0 Favorites   0 Comments

Color spaces of #cc877a

RGB 204135122
HSL0.030.450.64
HSV10°40°80°
CMYK 0.000.340.40   0.20
XYZ37.078731.570522.5518
Yxy31.57050.40660.3462
Hunter Lab56.187619.465315.5344
CIE-Lab62.986324.883017.8509

#cc877a color RGB value is (204,135,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 01111010
Octal 314 207 172
Decimal 204 135 122
Hex CC 87 7A

RGB Percentages of Color #cc877a

%44.25
%29.28
%26.46

CMYK Percentages of Color #cc877a

%0
%34
%40
%20

Triadic Colors of #cc877a

#cc877a #7acc87 #877acc

Analogous Colors of #cc877a

#cc877a #ccb07a #cc7a96

Monochromatic Colors of #cc877a

#cc877a

Complementary Color

#cc877a #7abfcc

#cc877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc877a Color CSS Codes

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

#cc877a Text Font Color

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

This sample text font color is #cc877a
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.


#cc877a Background Color

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

This div background color is #cc877a


#cc877a Border Color

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

This div border color is #cc877a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,135,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 #cc877a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc877a


Comments

No comments written yet.

Please login to write comment.