Shades of Putty #C9A872
Tints of Putty #C9A872
RGB
CMYK
RGB Variations
Color information
#C9A872 (or 0xC9A872) is known color: Putty. HEX triplet: C9, A8 and 72. RGB value is (201,168,114). Sum of RGB (Red+Green+Blue) = 201+168+114=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A872 is #36578D. Grayscale: #ABABAB. Windows color (decimal): -3561358 or 7514313. OLE color: 7514313.
HSL color Cylindrical-coordinate representation of color #C9A872: hue angle of 37.24º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9A872 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 114 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.21 |
| HSL | 37.24º | 0.45% | 0.62% | - |
| HSV(B) | 37.24º | 0.43% | 0.79% | - |
| XYZ | 41.13 | 41.64 | 21.79 | - |
| YUV | 171.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 114 | 0 | 0.16 | 0.43 | 0.21 | 37.24 | 0.45 | 0.62 |
| Hex | C9 | A8 | 72 | 0 | 10 | 2B | 15 | 25 | 2D | 3E |
| Octal | 311 | 250 | 162 | 0 | 20 | 53 | 25 | 45 | 55 | 76 |
| Binary | 11001001 | 10101000 | 1110010 | 0 | 10000 | 101011 | 10101 | 100101 | 101101 | 111110 |
Color Harmonies of #C9A872
Complementary color
Monochromatic Colors of #C9A872
Black with #C9A872
Text Example
Text Example
White with #C9A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A872; }
p { color: rgb(201,168,114); }
H1.HeaderClassName
{
color: #C9A872;
}
.AnyTagClassName
{
color: #C9A872;
}
</style>
background-color css
<style>
a { background-color: #C9A872; }
a { background-color: rgb(201,168,114); }
div.DivClassName
{
background-color: #C9A872;
}
.BgClassName
{
background-color: #C9A872;
}
</style>
border-color css
<style>
span { border-color: #C9A872; }
span { border-color: rgb(201,168,114); }
td.TdClassName
{
border-color: #C9A872;
}
.TagClassName
{
border-color: #C9A872;
}
</style>