#CAA076

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

Shades of Cameo #CAA076

Tints of Cameo #CAA076

Color information

#CAA076 (or 0xCAA076) is unknown color: approx Cameo. HEX triplet: CA, A0 and 76. RGB value is (202,160,118). Sum of RGB (Red+Green+Blue) = 202+160+118=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA076 is #355F89. Grayscale: #A7A7A7. Windows color (decimal): -3497866 or 7774410. OLE color: 7774410.

HSL color Cylindrical-coordinate representation of color #CAA076: hue angle of 30º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAA076 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202160118-
CMYK00.210.420.21
HSL30º44.21%62.75%-
HSV(B)30º41.58%79.22%-
XYZ40.239.0122.55-
YUV167.7799.91152.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=42.08%
G=33.33%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216011800.210.420.213044.2162.75
HexCAA0760152A151e2c3f
Octal3122401660255225365477
Binary110010101010000011101100101011010101010111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA076; }

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

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

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

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

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

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

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

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