#CAC674

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

Shades of Deco #CAC674

Tints of Deco #CAC674

Color information

#CAC674 (or 0xCAC674) is unknown color: approx Deco. HEX triplet: CA, C6 and 74. RGB value is (202,198,116). Sum of RGB (Red+Green+Blue) = 202+198+116=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC674 is #35398B. Grayscale: #BEBEBE. Windows color (decimal): -3488140 or 7653066. OLE color: 7653066.

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

Color convert

RGB202198116-
CMYK00.020.430.21
HSL57.21º44.79%62.35%-
HSV(B)57.21º42.57%79.22%-
XYZ47.754.2124.47-
YUV189.8586.33136.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 116 (45.70% from 255) = 22.48%
R=39.15%
G=38.37%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219811600.020.430.2157.2144.7962.35
HexCAC674022B15392d3e
Octal312306164025325715576
Binary1100101011000110111010001010101110101111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC674; }

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

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

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

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

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

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

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

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