Shades of Putty #C0A972
Tints of Putty #C0A972
RGB
CMYK
RGB Variations
Color information
#C0A972 (or 0xC0A972) is known color: Putty. HEX triplet: C0, A9 and 72. RGB value is (192,169,114). Sum of RGB (Red+Green+Blue) = 192+169+114=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A972 is #3F568D. Grayscale: #A9A9A9. Windows color (decimal): -4150926 or 7514560. OLE color: 7514560.
HSL color Cylindrical-coordinate representation of color #C0A972: hue angle of 42.31º 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 #C0A972 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 114 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.25 |
| HSL | 42.31º | 0.38% | 0.6% | - |
| HSV(B) | 42.31º | 0.41% | 0.75% | - |
| XYZ | 38.96 | 40.8 | 21.74 | - |
| YUV | 169.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 114 | 0 | 0.12 | 0.41 | 0.25 | 42.31 | 0.38 | 0.6 |
| Hex | C0 | A9 | 72 | 0 | C | 29 | 19 | 2A | 26 | 3C |
| Octal | 300 | 251 | 162 | 0 | 14 | 51 | 31 | 52 | 46 | 74 |
| Binary | 11000000 | 10101001 | 1110010 | 0 | 1100 | 101001 | 11001 | 101010 | 100110 | 111100 |
Color Harmonies of #C0A972
Complementary color
Monochromatic Colors of #C0A972
Black with #C0A972
Text Example
Text Example
White with #C0A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A972; }
p { color: rgb(192,169,114); }
H1.HeaderClassName
{
color: #C0A972;
}
.AnyTagClassName
{
color: #C0A972;
}
</style>
background-color css
<style>
a { background-color: #C0A972; }
a { background-color: rgb(192,169,114); }
div.DivClassName
{
background-color: #C0A972;
}
.BgClassName
{
background-color: #C0A972;
}
</style>
border-color css
<style>
span { border-color: #C0A972; }
span { border-color: rgb(192,169,114); }
td.TdClassName
{
border-color: #C0A972;
}
.TagClassName
{
border-color: #C0A972;
}
</style>