#CAA971

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

Shades of Putty #CAA971

Tints of Putty #CAA971

Color information

#CAA971 (or 0xCAA971) is unknown color: approx Putty. HEX triplet: CA, A9 and 71. RGB value is (202,169,113). Sum of RGB (Red+Green+Blue) = 202+169+113=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA971 is #35568E. Grayscale: #ACACAC. Windows color (decimal): -3495567 or 7449034. OLE color: 7449034.

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

Color convert

RGB202169113-
CMYK00.160.440.21
HSL37.75º45.64%61.76%-
HSV(B)37.75º44.06%79.22%-
XYZ41.5342.1221.57-
YUV172.4894.43149.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=41.74%
G=34.92%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216911300.160.440.2137.7545.6461.76
HexCAA9710102C15262e3e
Octal3122511610205425465676
Binary1100101010101001111000101000010110010101100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA971; }

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

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

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

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

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

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

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

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