#CAC775

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

Shades of Deco #CAC775

Tints of Deco #CAC775

Color information

#CAC775 (or 0xCAC775) is unknown color: approx Deco. HEX triplet: CA, C7 and 75. RGB value is (202,199,117). Sum of RGB (Red+Green+Blue) = 202+199+117=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC775 is #35388A. Grayscale: #BEBEBE. Windows color (decimal): -3487883 or 7718858. OLE color: 7718858.

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

Color convert

RGB202199117-
CMYK00.010.420.21
HSL57.88º44.5%62.55%-
HSV(B)57.88º42.08%79.22%-
XYZ47.9954.6924.86-
YUV190.5586.49136.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=39.00%
G=38.42%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219911700.010.420.2157.8844.562.55
HexCAC775012A153a2d3f
Octal312307165015225725577
Binary110010101100011111101010110101010101111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC775; }

 p { color: rgb(202,199,117); }

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

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

 a { background-color: rgb(202,199,117); }

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

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

 span { border-color: rgb(202,199,117); }

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