#CC9E7C

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

Shades of Cameo #CC9E7C

Tints of Cameo #CC9E7C

Color information

#CC9E7C (or 0xCC9E7C) is unknown color: approx Cameo. HEX triplet: CC, 9E and 7C. RGB value is (204,158,124). Sum of RGB (Red+Green+Blue) = 204+158+124=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E7C is #336183. Grayscale: #A8A8A8. Windows color (decimal): -3367300 or 8167116. OLE color: 8167116.

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

Color convert

RGB204158124-
CMYK00.230.390.2
HSL25.5º43.96%64.31%-
HSV(B)25.5º39.22%80%-
XYZ40.7738.7524.4-
YUV167.88103.24153.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=41.98%
G=32.51%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415812400.230.390.225.543.9664.31
HexCC9E7C01727141a2c40
Octal31423617402747243254100
Binary1100110010011110111110001011110011110100110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9E7C; }

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

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

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

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

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

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

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

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