Shades of Putty #C0A871
Tints of Putty #C0A871
RGB
CMYK
RGB Variations
Color information
#C0A871 (or 0xC0A871) is known color: Putty. HEX triplet: C0, A8 and 71. RGB value is (192,168,113). Sum of RGB (Red+Green+Blue) = 192+168+113=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A871 is #3F578E. Grayscale: #A9A9A9. Windows color (decimal): -4151183 or 7448768. OLE color: 7448768.
HSL color Cylindrical-coordinate representation of color #C0A871: hue angle of 41.77º degrees, saturation: 0.39, 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 #C0A871 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 113 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.25 |
| HSL | 41.77º | 0.39% | 0.6% | - |
| HSV(B) | 41.77º | 0.41% | 0.75% | - |
| XYZ | 38.72 | 40.4 | 21.38 | - |
| YUV | 168.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 113 | 0 | 0.12 | 0.41 | 0.25 | 41.77 | 0.39 | 0.6 |
| Hex | C0 | A8 | 71 | 0 | C | 29 | 19 | 2A | 27 | 3C |
| Octal | 300 | 250 | 161 | 0 | 14 | 51 | 31 | 52 | 47 | 74 |
| Binary | 11000000 | 10101000 | 1110001 | 0 | 1100 | 101001 | 11001 | 101010 | 100111 | 111100 |
Color Harmonies of #C0A871
Complementary color
Monochromatic Colors of #C0A871
Black with #C0A871
Text Example
Text Example
White with #C0A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A871; }
p { color: rgb(192,168,113); }
H1.HeaderClassName
{
color: #C0A871;
}
.AnyTagClassName
{
color: #C0A871;
}
</style>
background-color css
<style>
a { background-color: #C0A871; }
a { background-color: rgb(192,168,113); }
div.DivClassName
{
background-color: #C0A871;
}
.BgClassName
{
background-color: #C0A871;
}
</style>
border-color css
<style>
span { border-color: #C0A871; }
span { border-color: rgb(192,168,113); }
td.TdClassName
{
border-color: #C0A871;
}
.TagClassName
{
border-color: #C0A871;
}
</style>