#CC9F89

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

Shades of Cameo #CC9F89

Tints of Cameo #CC9F89

Color information

#CC9F89 (or 0xCC9F89) is unknown color: approx Cameo. HEX triplet: CC, 9F and 89. RGB value is (204,159,137). Sum of RGB (Red+Green+Blue) = 204+159+137=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F89 is #336076. Grayscale: #AAAAAA. Windows color (decimal): -3367031 or 9019340. OLE color: 9019340.

HSL color Cylindrical-coordinate representation of color #CC9F89: hue angle of 19.7º 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 #CC9F89 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204159137-
CMYK00.220.330.2
HSL19.7º39.64%66.86%-
HSV(B)19.7º32.84%80%-
XYZ41.8239.4429.08-
YUV169.95109.41152.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=40.8%
G=31.8%
B=27.4%

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
Decimal20415913700.220.330.219.739.6466.86
HexCC9F890162114142843
Octal31423721102641242450103
Binary11001100100111111000100101011010000110100101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F89; }

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

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

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

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

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

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

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

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