#CC9F88

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

Shades of Cameo #CC9F88

Tints of Cameo #CC9F88

Color information

#CC9F88 (or 0xCC9F88) is unknown color: approx Cameo. HEX triplet: CC, 9F and 88. RGB value is (204,159,136). Sum of RGB (Red+Green+Blue) = 204+159+136=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F88 is #336077. Grayscale: #A9A9A9. Windows color (decimal): -3367032 or 8953804. OLE color: 8953804.

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

Color convert

RGB204159136-
CMYK00.220.330.2
HSL20.29º40%66.67%-
HSV(B)20.29º33.33%80%-
XYZ41.7439.4128.7-
YUV169.83108.91152.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=40.88%
G=31.86%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415913600.220.330.220.294066.67
HexCC9F880162114142843
Octal31423721002641242450103
Binary11001100100111111000100001011010000110100101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F88; }

 p { color: rgb(204,159,136); }

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

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

 a { background-color: rgb(204,159,136); }

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

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

 span { border-color: rgb(204,159,136); }

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