#CC9E87

Color #CC9E87 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CC9E87

Tints of Cameo #CC9E87

Color information

#CC9E87 (or 0xCC9E87) is unknown color: approx Cameo. HEX triplet: CC, 9E and 87. RGB value is (204,158,135). Sum of RGB (Red+Green+Blue) = 204+158+135=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E87 is #336178. Grayscale: #A9A9A9. Windows color (decimal): -3367289 or 8888012. OLE color: 8888012.

HSL color Cylindrical-coordinate representation of color #CC9E87: hue angle of 20º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9E87 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204158135-
CMYK00.230.340.2
HSL20º40.35%66.47%-
HSV(B)20º33.82%80%-
XYZ41.539.0428.27-
YUV169.13108.74152.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 135 (53.12% from 255) = 27.16%
R=41.05%
G=31.79%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415813500.230.340.22040.3566.47
HexCC9E870172214142842
Octal31423620702742242450102
Binary11001100100111101000011101011110001010100101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9E87; }

 p { color: rgb(204,158,135); }

 H1.HeaderClassName
 {
   color: #CC9E87;
 }
 .AnyTagClassName
 {
   color: #CC9E87;
 }
</style>
background-color css

<style>
 a { background-color: #CC9E87; }

 a { background-color: rgb(204,158,135); }

 div.DivClassName
 {
   background-color: #CC9E87;
 }
 .BgClassName
 {
   background-color: #CC9E87;
 }
</style>
border-color css

<style>
 span { border-color: #CC9E87; }

 span { border-color: rgb(204,158,135); }

 td.TdClassName
 {
   border-color: #CC9E87;
 }
 .TagClassName
 {
   border-color: #CC9E87;
 }
</style>