#CAC980

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

Shades of Deco #CAC980

Tints of Deco #CAC980

Color information

#CAC980 (or 0xCAC980) is unknown color: approx Deco. HEX triplet: CA, C9 and 80. RGB value is (202,201,128). Sum of RGB (Red+Green+Blue) = 202+201+128=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC980 is #35367F. Grayscale: #C1C1C1. Windows color (decimal): -3487360 or 8440266. OLE color: 8440266.

HSL color Cylindrical-coordinate representation of color #CAC980: hue angle of 59.19º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC980 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202201128-
CMYK00.000.370.21
HSL59.19º41.11%64.71%-
HSV(B)59.19º36.63%79.22%-
XYZ49.1455.8928.62-
YUV192.9891.33134.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=38.04%
G=37.85%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220112800.000.370.2159.1941.1164.71
HexCAC9800025153b2941
Octal3123112000045257351101
Binary11001010110010011000000000100101101011110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC980; }

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

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

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

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

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

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

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

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