#CAA573

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

Shades of Putty #CAA573

Tints of Putty #CAA573

Color information

#CAA573 (or 0xCAA573) is unknown color: approx Putty. HEX triplet: CA, A5 and 73. RGB value is (202,165,115). Sum of RGB (Red+Green+Blue) = 202+165+115=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA573 is #355A8C. Grayscale: #AAAAAA. Windows color (decimal): -3496589 or 7579082. OLE color: 7579082.

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

Color convert

RGB202165115-
CMYK00.180.430.21
HSL34.48º45.08%62.16%-
HSV(B)34.48º43.07%79.22%-
XYZ40.9140.721.92-
YUV170.3696.76150.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=41.91%
G=34.23%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216511500.180.430.2134.4845.0862.16
HexCAA5730122B15222d3e
Octal3122451630225325425576
Binary1100101010100101111001101001010101110101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA573; }

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

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

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

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

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

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

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

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