#CAA572

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

Shades of Putty #CAA572

Tints of Putty #CAA572

Color information

#CAA572 (or 0xCAA572) is unknown color: approx Putty. HEX triplet: CA, A5 and 72. RGB value is (202,165,114). Sum of RGB (Red+Green+Blue) = 202+165+114=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA572 is #355A8D. Grayscale: #AAAAAA. Windows color (decimal): -3496590 or 7513546. OLE color: 7513546.

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

Color convert

RGB202165114-
CMYK00.180.440.21
HSL34.77º45.36%61.96%-
HSV(B)34.77º43.56%79.22%-
XYZ40.8540.6821.62-
YUV170.2596.26150.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=42.00%
G=34.30%
B=23.70%

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
Decimal20216511400.180.440.2134.7745.3661.96
HexCAA5720122C15232d3e
Octal3122451620225425435576
Binary1100101010100101111001001001010110010101100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA572; }

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

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

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

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

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

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

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

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