#CAC874

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

Shades of Deco #CAC874

Tints of Deco #CAC874

Color information

#CAC874 (or 0xCAC874) is unknown color: approx Deco. HEX triplet: CA, C8 and 74. RGB value is (202,200,116). Sum of RGB (Red+Green+Blue) = 202+200+116=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC874 is #35378B. Grayscale: #BFBFBF. Windows color (decimal): -3487628 or 7653578. OLE color: 7653578.

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

Color convert

RGB202200116-
CMYK00.010.430.21
HSL58.6º44.79%62.35%-
HSV(B)58.6º42.57%79.22%-
XYZ48.1655.1324.62-
YUV191.0285.66135.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=39.00%
G=38.61%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220011600.010.430.2158.644.7962.35
HexCAC874012B153b2d3e
Octal312310164015325735576
Binary110010101100100011101000110101110101111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC874; }

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

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

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

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

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

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

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

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