#CAC976

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

Shades of Deco #CAC976

Tints of Deco #CAC976

Color information

#CAC976 (or 0xCAC976) is unknown color: approx Deco. HEX triplet: CA, C9 and 76. RGB value is (202,201,118). Sum of RGB (Red+Green+Blue) = 202+201+118=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC976 is #353689. Grayscale: #C0C0C0. Windows color (decimal): -3487370 or 7784906. OLE color: 7784906.

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

Color convert

RGB202201118-
CMYK00.000.420.21
HSL59.29º44.21%62.75%-
HSV(B)59.29º41.58%79.22%-
XYZ48.5155.6425.32-
YUV191.8486.33135.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=38.77%
G=38.58%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220111800.000.420.2159.2944.2162.75
HexCAC976002A153b2c3f
Octal312311166005225735477
Binary110010101100100111101100010101010101111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC976; }

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

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

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

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

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

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

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

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