Color Hex Logo

#cc867a Color Hex

#CC867A
(204,134,122)
0 Favorites   0 Comments

Color spaces of #cc867a

RGB 204134122
HSL0.020.450.64
HSV40°80°
CMYK 0.000.340.40   0.20
XYZ36.939831.292722.5055
Yxy31.29270.40710.3449
Hunter Lab55.939919.977415.3046
CIE-Lab62.753925.427817.5313

#cc867a color RGB value is (204,134,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 01111010
Octal 314 206 172
Decimal 204 134 122
Hex CC 86 7A

RGB Percentages of Color #cc867a

%44.35
%29.13
%26.52

CMYK Percentages of Color #cc867a

%0
%34
%40
%20

Triadic Colors of #cc867a

#cc867a #7acc86 #867acc

Analogous Colors of #cc867a

#cc867a #ccaf7a #cc7a97

Monochromatic Colors of #cc867a

#cc867a

Complementary Color

#cc867a #7ac0cc

#cc867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc867a Color CSS Codes

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

#cc867a Text Font Color

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

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


#cc867a Background Color

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

This div background color is #cc867a


#cc867a Border Color

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

This div border color is #cc867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc867a


Comments

No comments written yet.

Please login to write comment.