#CAA473

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

Shades of Putty #CAA473

Tints of Putty #CAA473

Color information

#CAA473 (or 0xCAA473) is unknown color: approx Putty. HEX triplet: CA, A4 and 73. RGB value is (202,164,115). Sum of RGB (Red+Green+Blue) = 202+164+115=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA473 is #355B8C. Grayscale: #AAAAAA. Windows color (decimal): -3496845 or 7578826. OLE color: 7578826.

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

Color convert

RGB202164115-
CMYK00.190.430.21
HSL33.79º45.08%62.16%-
HSV(B)33.79º43.07%79.22%-
XYZ40.7340.3521.86-
YUV169.7897.09150.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=42.00%
G=34.10%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216411500.190.430.2133.7945.0862.16
HexCAA4730132B15222d3e
Octal3122441630235325425576
Binary1100101010100100111001101001110101110101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA473; }

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

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

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

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

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

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

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

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