#CAC672

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

Shades of Deco #CAC672

Tints of Deco #CAC672

Color information

#CAC672 (or 0xCAC672) is unknown color: approx Deco. HEX triplet: CA, C6 and 72. RGB value is (202,198,114). Sum of RGB (Red+Green+Blue) = 202+198+114=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC672 is #35398D. Grayscale: #BDBDBD. Windows color (decimal): -3488142 or 7521994. OLE color: 7521994.

HSL color Cylindrical-coordinate representation of color #CAC672: hue angle of 57.27º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC672 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202198114-
CMYK00.020.440.21
HSL57.27º45.36%61.96%-
HSV(B)57.27º43.56%79.22%-
XYZ47.5954.1623.87-
YUV189.6285.33136.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=39.30%
G=38.52%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219811400.020.440.2157.2745.3661.96
HexCAC672022C15392d3e
Octal312306162025425715576
Binary1100101011000110111001001010110010101111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC672; }

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

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

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

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

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

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

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

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