#CAC979

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

Shades of Deco #CAC979

Tints of Deco #CAC979

Color information

#CAC979 (or 0xCAC979) is unknown color: approx Deco. HEX triplet: CA, C9 and 79. RGB value is (202,201,121). Sum of RGB (Red+Green+Blue) = 202+201+121=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC979 is #353686. Grayscale: #C0C0C0. Windows color (decimal): -3487367 or 7981514. OLE color: 7981514.

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

Color convert

RGB202201121-
CMYK00.000.400.21
HSL59.26º43.32%63.33%-
HSV(B)59.26º40.1%79.22%-
XYZ48.6955.7126.28-
YUV192.1887.83135-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=38.55%
G=38.36%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220112100.000.400.2159.2643.3263.33
HexCAC9790028153b2b3f
Octal312311171005025735377
Binary110010101100100111110010010100010101111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC979; }

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

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

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

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

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

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

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

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