#CAA576

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

Shades of Putty #CAA576

Tints of Putty #CAA576

Color information

#CAA576 (or 0xCAA576) is unknown color: approx Putty. HEX triplet: CA, A5 and 76. RGB value is (202,165,118). Sum of RGB (Red+Green+Blue) = 202+165+118=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA576 is #355A89. Grayscale: #AAAAAA. Windows color (decimal): -3496586 or 7775690. OLE color: 7775690.

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

Color convert

RGB202165118-
CMYK00.180.420.21
HSL33.57º44.21%62.75%-
HSV(B)33.57º41.58%79.22%-
XYZ41.0840.7722.84-
YUV170.798.26150.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=41.65%
G=34.02%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216511800.180.420.2133.5744.2162.75
HexCAA5760122A15222c3f
Octal3122451660225225425477
Binary1100101010100101111011001001010101010101100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA576; }

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

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

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

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

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

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

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

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