Shades of Putty #C9A871
Tints of Putty #C9A871
RGB
CMYK
RGB Variations
Color information
#C9A871 (or 0xC9A871) is known color: Putty. HEX triplet: C9, A8 and 71. RGB value is (201,168,113). Sum of RGB (Red+Green+Blue) = 201+168+113=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A871 is #36578E. Grayscale: #ABABAB. Windows color (decimal): -3561359 or 7448777. OLE color: 7448777.
HSL color Cylindrical-coordinate representation of color #C9A871: hue angle of 37.5º 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 #C9A871 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 113 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.21 |
| HSL | 37.5º | 0.45% | 0.62% | - |
| HSV(B) | 37.5º | 0.44% | 0.79% | - |
| XYZ | 41.07 | 41.62 | 21.49 | - |
| YUV | 171.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 113 | 0 | 0.16 | 0.44 | 0.21 | 37.5 | 0.45 | 0.62 |
| Hex | C9 | A8 | 71 | 0 | 10 | 2C | 15 | 26 | 2D | 3E |
| Octal | 311 | 250 | 161 | 0 | 20 | 54 | 25 | 46 | 55 | 76 |
| Binary | 11001001 | 10101000 | 1110001 | 0 | 10000 | 101100 | 10101 | 100110 | 101101 | 111110 |
Color Harmonies of #C9A871
Complementary color
Monochromatic Colors of #C9A871
Black with #C9A871
Text Example
Text Example
White with #C9A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A871; }
p { color: rgb(201,168,113); }
H1.HeaderClassName
{
color: #C9A871;
}
.AnyTagClassName
{
color: #C9A871;
}
</style>
background-color css
<style>
a { background-color: #C9A871; }
a { background-color: rgb(201,168,113); }
div.DivClassName
{
background-color: #C9A871;
}
.BgClassName
{
background-color: #C9A871;
}
</style>
border-color css
<style>
span { border-color: #C9A871; }
span { border-color: rgb(201,168,113); }
td.TdClassName
{
border-color: #C9A871;
}
.TagClassName
{
border-color: #C9A871;
}
</style>