#CC9F83

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

Shades of Cameo #CC9F83

Tints of Cameo #CC9F83

Color information

#CC9F83 (or 0xCC9F83) is unknown color: approx Cameo. HEX triplet: CC, 9F and 83. RGB value is (204,159,131). Sum of RGB (Red+Green+Blue) = 204+159+131=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F83 is #33607C. Grayscale: #A9A9A9. Windows color (decimal): -3367037 or 8626124. OLE color: 8626124.

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

Color convert

RGB204159131-
CMYK00.220.360.2
HSL23.01º41.71%65.69%-
HSV(B)23.01º35.78%80%-
XYZ41.439.2726.87-
YUV169.26106.41152.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=41.30%
G=32.19%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415913100.220.360.223.0141.7165.69
HexCC9F830162414172a42
Octal31423720302644242752102
Binary11001100100111111000001101011010010010100101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F83; }

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

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

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

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

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

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

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

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