#CC9F7C

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

Shades of Cameo #CC9F7C

Tints of Cameo #CC9F7C

Color information

#CC9F7C (or 0xCC9F7C) is unknown color: approx Cameo. HEX triplet: CC, 9F and 7C. RGB value is (204,159,124). Sum of RGB (Red+Green+Blue) = 204+159+124=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F7C is #336083. Grayscale: #A8A8A8. Windows color (decimal): -3367044 or 8167372. OLE color: 8167372.

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

Color convert

RGB204159124-
CMYK00.220.390.2
HSL26.25º43.96%64.31%-
HSV(B)26.25º39.22%80%-
XYZ40.9439.0924.46-
YUV168.46102.91153.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=41.89%
G=32.65%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415912400.220.390.226.2543.9664.31
HexCC9F7C01627141a2c40
Octal31423717402647243254100
Binary1100110010011111111110001011010011110100110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F7C; }

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

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

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

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

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

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

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

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