#CAA575

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

Shades of Putty #CAA575

Tints of Putty #CAA575

Color information

#CAA575 (or 0xCAA575) is unknown color: approx Putty. HEX triplet: CA, A5 and 75. RGB value is (202,165,117). Sum of RGB (Red+Green+Blue) = 202+165+117=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA575 is #355A8A. Grayscale: #AAAAAA. Windows color (decimal): -3496587 or 7710154. OLE color: 7710154.

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

Color convert

RGB202165117-
CMYK00.180.420.21
HSL33.88º44.5%62.55%-
HSV(B)33.88º42.08%79.22%-
XYZ41.0240.7522.53-
YUV170.5997.76150.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=41.74%
G=34.09%
B=24.17%

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
Decimal20216511700.180.420.2133.8844.562.55
HexCAA5750122A15222d3f
Octal3122451650225225425577
Binary1100101010100101111010101001010101010101100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA575; }

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

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

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

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

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

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

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

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