#CAA079

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

Shades of Cameo #CAA079

Tints of Cameo #CAA079

Color information

#CAA079 (or 0xCAA079) is unknown color: approx Cameo. HEX triplet: CA, A0 and 79. RGB value is (202,160,121). Sum of RGB (Red+Green+Blue) = 202+160+121=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA079 is #355F86. Grayscale: #A8A8A8. Windows color (decimal): -3497863 or 7971018. OLE color: 7971018.

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

Color convert

RGB202160121-
CMYK00.210.400.21
HSL28.89º43.32%63.33%-
HSV(B)28.89º40.1%79.22%-
XYZ40.3839.0823.5-
YUV168.11101.41152.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=41.82%
G=33.13%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216012100.210.400.2128.8943.3263.33
HexCAA07901528151d2b3f
Octal3122401710255025355377
Binary110010101010000011110010101011010001010111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA079; }

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

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

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

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

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

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

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

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