Shades of Putty #C0AA72
Tints of Putty #C0AA72
RGB
CMYK
RGB Variations
Color information
#C0AA72 (or 0xC0AA72) is known color: Putty. HEX triplet: C0, AA and 72. RGB value is (192,170,114). Sum of RGB (Red+Green+Blue) = 192+170+114=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA72 is #3F558D. Grayscale: #AAAAAA. Windows color (decimal): -4150670 or 7514816. OLE color: 7514816.
HSL color Cylindrical-coordinate representation of color #C0AA72: hue angle of 43.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0AA72 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 114 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.25 |
| HSL | 43.08º | 0.38% | 0.6% | - |
| HSV(B) | 43.08º | 0.41% | 0.75% | - |
| XYZ | 39.15 | 41.17 | 21.8 | - |
| YUV | 170.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 114 | 0 | 0.11 | 0.41 | 0.25 | 43.08 | 0.38 | 0.6 |
| Hex | C0 | AA | 72 | 0 | B | 29 | 19 | 2B | 26 | 3C |
| Octal | 300 | 252 | 162 | 0 | 13 | 51 | 31 | 53 | 46 | 74 |
| Binary | 11000000 | 10101010 | 1110010 | 0 | 1011 | 101001 | 11001 | 101011 | 100110 | 111100 |
Color Harmonies of #C0AA72
Complementary color
Monochromatic Colors of #C0AA72
Black with #C0AA72
Text Example
Text Example
White with #C0AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA72; }
p { color: rgb(192,170,114); }
H1.HeaderClassName
{
color: #C0AA72;
}
.AnyTagClassName
{
color: #C0AA72;
}
</style>
background-color css
<style>
a { background-color: #C0AA72; }
a { background-color: rgb(192,170,114); }
div.DivClassName
{
background-color: #C0AA72;
}
.BgClassName
{
background-color: #C0AA72;
}
</style>
border-color css
<style>
span { border-color: #C0AA72; }
span { border-color: rgb(192,170,114); }
td.TdClassName
{
border-color: #C0AA72;
}
.TagClassName
{
border-color: #C0AA72;
}
</style>