#CCA076

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

Shades of Cameo #CCA076

Tints of Cameo #CCA076

Color information

#CCA076 (or 0xCCA076) is unknown color: approx Cameo. HEX triplet: CC, A0 and 76. RGB value is (204,160,118). Sum of RGB (Red+Green+Blue) = 204+160+118=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA076 is #335F89. Grayscale: #A8A8A8. Windows color (decimal): -3366794 or 7774412. OLE color: 7774412.

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

Color convert

RGB204160118-
CMYK00.220.420.2
HSL29.3º45.74%63.14%-
HSV(B)29.3º42.16%80%-
XYZ40.7439.2922.58-
YUV168.3799.58153.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=42.32%
G=33.20%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416011800.220.420.229.345.7463.14
HexCCA0760162A141d2e3f
Octal3142401660265224355677
Binary110011001010000011101100101101010101010011101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA076; }

 p { color: rgb(204,160,118); }

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

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

 a { background-color: rgb(204,160,118); }

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

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

 span { border-color: rgb(204,160,118); }

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