#CAC770

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

Shades of Deco #CAC770

Tints of Deco #CAC770

Color information

#CAC770 (or 0xCAC770) is unknown color: approx Deco. HEX triplet: CA, C7 and 70. RGB value is (202,199,112). Sum of RGB (Red+Green+Blue) = 202+199+112=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC770 is #35388F. Grayscale: #BEBEBE. Windows color (decimal): -3487888 or 7391178. OLE color: 7391178.

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

Color convert

RGB202199112-
CMYK00.010.450.21
HSL58º45.92%61.57%-
HSV(B)58º44.55%79.22%-
XYZ47.7154.5723.35-
YUV189.9883.99136.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=39.38%
G=38.79%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219911200.010.450.215845.9261.57
HexCAC770012D153a2e3e
Octal312307160015525725676
Binary110010101100011111100000110110110101111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC770; }

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

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

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

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

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

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

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

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