#CAC679

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

Shades of Deco #CAC679

Tints of Deco #CAC679

Color information

#CAC679 (or 0xCAC679) is unknown color: approx Deco. HEX triplet: CA, C6 and 79. RGB value is (202,198,121). Sum of RGB (Red+Green+Blue) = 202+198+121=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC679 is #353986. Grayscale: #BEBEBE. Windows color (decimal): -3488135 or 7980746. OLE color: 7980746.

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

Color convert

RGB202198121-
CMYK00.020.400.21
HSL57.04º43.32%63.33%-
HSV(B)57.04º40.1%79.22%-
XYZ4854.3326.04-
YUV190.4288.83136.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=38.77%
G=38.00%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219812100.020.400.2157.0443.3263.33
HexCAC679022815392b3f
Octal312306171025025715377
Binary1100101011000110111100101010100010101111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC679; }

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

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

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

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

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

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

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

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