#CAC870

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

Shades of Deco #CAC870

Tints of Deco #CAC870

Color information

#CAC870 (or 0xCAC870) is unknown color: approx Deco. HEX triplet: CA, C8 and 70. RGB value is (202,200,112). Sum of RGB (Red+Green+Blue) = 202+200+112=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC870 is #35378F. Grayscale: #BEBEBE. Windows color (decimal): -3487632 or 7391434. OLE color: 7391434.

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

Color convert

RGB202200112-
CMYK00.010.450.21
HSL58.67º45.92%61.57%-
HSV(B)58.67º44.55%79.22%-
XYZ47.9455.0323.43-
YUV190.5783.66136.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=39.30%
G=38.91%
B=21.79%

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
Decimal20220011200.010.450.2158.6745.9261.57
HexCAC870012D153b2e3e
Octal312310160015525735676
Binary110010101100100011100000110110110101111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC870; }

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

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

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

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

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

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

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

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