#CACA76

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

Shades of Deco #CACA76

Tints of Deco #CACA76

Color information

#CACA76 (or 0xCACA76) is unknown color: approx Deco. HEX triplet: CA, CA and 76. RGB value is (202,202,118). Sum of RGB (Red+Green+Blue) = 202+202+118=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA76 is #353589. Grayscale: #C0C0C0. Windows color (decimal): -3487114 or 7785162. OLE color: 7785162.

HSL color Cylindrical-coordinate representation of color #CACA76: hue angle of 60º 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 #CACA76 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202202118-
CMYK000.420.21
HSL60º44.21%62.75%-
HSV(B)60º41.58%79.22%-
XYZ48.7556.1125.4-
YUV192.4286134.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=38.70%
G=38.70%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202118000.420.216044.2162.75
HexCACA76002A153c2c3f
Octal312312166005225745477
Binary110010101100101011101100010101010101111100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA76; }

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

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

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

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

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

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

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

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