#CAA870

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

Shades of Putty #CAA870

Tints of Putty #CAA870

Color information

#CAA870 (or 0xCAA870) is unknown color: approx Putty. HEX triplet: CA, A8 and 70. RGB value is (202,168,112). Sum of RGB (Red+Green+Blue) = 202+168+112=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA870 is #35578F. Grayscale: #ACACAC. Windows color (decimal): -3495824 or 7383242. OLE color: 7383242.

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

Color convert

RGB202168112-
CMYK00.170.450.21
HSL37.33º45.92%61.57%-
HSV(B)37.33º44.55%79.22%-
XYZ41.2841.7321.21-
YUV171.7894.26149.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=41.91%
G=34.85%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216811200.170.450.2137.3345.9261.57
HexCAA8700112D15252e3e
Octal3122501600215525455676
Binary1100101010101000111000001000110110110101100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA870; }

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

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

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

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

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

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

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

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