Shades of Putty #C0A873
Tints of Putty #C0A873
RGB
CMYK
RGB Variations
Color information
#C0A873 (or 0xC0A873) is known color: Putty. HEX triplet: C0, A8 and 73. RGB value is (192,168,115). Sum of RGB (Red+Green+Blue) = 192+168+115=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A873 is #3F578C. Grayscale: #A9A9A9. Windows color (decimal): -4151181 or 7579840. OLE color: 7579840.
HSL color Cylindrical-coordinate representation of color #C0A873: hue angle of 41.3º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A873 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 115 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.25 |
| HSL | 41.3º | 0.38% | 0.6% | - |
| HSV(B) | 41.3º | 0.4% | 0.75% | - |
| XYZ | 38.84 | 40.45 | 21.98 | - |
| YUV | 169.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 115 | 0 | 0.12 | 0.40 | 0.25 | 41.3 | 0.38 | 0.6 |
| Hex | C0 | A8 | 73 | 0 | C | 28 | 19 | 29 | 26 | 3C |
| Octal | 300 | 250 | 163 | 0 | 14 | 50 | 31 | 51 | 46 | 74 |
| Binary | 11000000 | 10101000 | 1110011 | 0 | 1100 | 101000 | 11001 | 101001 | 100110 | 111100 |
Color Harmonies of #C0A873
Complementary color
Monochromatic Colors of #C0A873
Black with #C0A873
Text Example
Text Example
White with #C0A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A873; }
p { color: rgb(192,168,115); }
H1.HeaderClassName
{
color: #C0A873;
}
.AnyTagClassName
{
color: #C0A873;
}
</style>
background-color css
<style>
a { background-color: #C0A873; }
a { background-color: rgb(192,168,115); }
div.DivClassName
{
background-color: #C0A873;
}
.BgClassName
{
background-color: #C0A873;
}
</style>
border-color css
<style>
span { border-color: #C0A873; }
span { border-color: rgb(192,168,115); }
td.TdClassName
{
border-color: #C0A873;
}
.TagClassName
{
border-color: #C0A873;
}
</style>