#CAA872

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

Shades of Putty #CAA872

Tints of Putty #CAA872

Color information

#CAA872 (or 0xCAA872) is unknown color: approx Putty. HEX triplet: CA, A8 and 72. RGB value is (202,168,114). Sum of RGB (Red+Green+Blue) = 202+168+114=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA872 is #35578D. Grayscale: #ACACAC. Windows color (decimal): -3495822 or 7514314. OLE color: 7514314.

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

Color convert

RGB202168114-
CMYK00.170.440.21
HSL36.82º45.36%61.96%-
HSV(B)36.82º43.56%79.22%-
XYZ41.441.7821.8-
YUV172.0195.26149.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=41.74%
G=34.71%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216811400.170.440.2136.8245.3661.96
HexCAA8720112C15252d3e
Octal3122501620215425455576
Binary1100101010101000111001001000110110010101100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA872; }

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

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

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

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

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

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

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

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