#CAA970

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

Shades of Putty #CAA970

Tints of Putty #CAA970

Color information

#CAA970 (or 0xCAA970) is unknown color: approx Putty. HEX triplet: CA, A9 and 70. RGB value is (202,169,112). Sum of RGB (Red+Green+Blue) = 202+169+112=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA970 is #35568F. Grayscale: #ACACAC. Windows color (decimal): -3495568 or 7383498. OLE color: 7383498.

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

Color convert

RGB202169112-
CMYK00.160.450.21
HSL38º45.92%61.57%-
HSV(B)38º44.55%79.22%-
XYZ41.4742.121.27-
YUV172.3793.93149.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=41.82%
G=34.99%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216911200.160.450.213845.9261.57
HexCAA9700102D15262e3e
Octal3122511600205525465676
Binary1100101010101001111000001000010110110101100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA970; }

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

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

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

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

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

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

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

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