#CAA571

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

Shades of Putty #CAA571

Tints of Putty #CAA571

Color information

#CAA571 (or 0xCAA571) is unknown color: approx Putty. HEX triplet: CA, A5 and 71. RGB value is (202,165,113). Sum of RGB (Red+Green+Blue) = 202+165+113=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA571 is #355A8E. Grayscale: #AAAAAA. Windows color (decimal): -3496591 or 7448010. OLE color: 7448010.

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

Color convert

RGB202165113-
CMYK00.180.440.21
HSL35.06º45.64%61.76%-
HSV(B)35.06º44.06%79.22%-
XYZ40.7940.6621.32-
YUV170.1495.76150.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=42.08%
G=34.38%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216511300.180.440.2135.0645.6461.76
HexCAA5710122C15232e3e
Octal3122451610225425435676
Binary1100101010100101111000101001010110010101100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA571; }

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

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

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

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

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

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

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

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