#CAAA72

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

Shades of Putty #CAAA72

Tints of Putty #CAAA72

Color information

#CAAA72 (or 0xCAAA72) is unknown color: approx Putty. HEX triplet: CA, AA and 72. RGB value is (202,170,114). Sum of RGB (Red+Green+Blue) = 202+170+114=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA72 is #35558D. Grayscale: #ADADAD. Windows color (decimal): -3495310 or 7514826. OLE color: 7514826.

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

Color convert

RGB202170114-
CMYK00.160.440.21
HSL38.18º45.36%61.96%-
HSV(B)38.18º43.56%79.22%-
XYZ41.7742.5221.93-
YUV173.1894.6148.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=41.56%
G=34.98%
B=23.46%

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
Decimal20217011400.160.440.2138.1845.3661.96
HexCAAA720102C15262d3e
Octal3122521620205425465576
Binary1100101010101010111001001000010110010101100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA72; }

 p { color: rgb(202,170,114); }

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

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

 a { background-color: rgb(202,170,114); }

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

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

 span { border-color: rgb(202,170,114); }

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