Shades of Putty #C9A879
Tints of Putty #C9A879
RGB
CMYK
RGB Variations
Color information
#C9A879 (or 0xC9A879) is known color: Putty. HEX triplet: C9, A8 and 79. RGB value is (201,168,121). Sum of RGB (Red+Green+Blue) = 201+168+121=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A879 is #365786. Grayscale: #ACACAC. Windows color (decimal): -3561351 or 7973065. OLE color: 7973065.
HSL color Cylindrical-coordinate representation of color #C9A879: hue angle of 35.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9A879 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 121 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.21 |
| HSL | 35.25º | 0.43% | 0.63% | - |
| HSV(B) | 35.25º | 0.4% | 0.79% | - |
| XYZ | 41.54 | 41.8 | 23.97 | - |
| YUV | 172.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 121 | 0 | 0.16 | 0.40 | 0.21 | 35.25 | 0.43 | 0.63 |
| Hex | C9 | A8 | 79 | 0 | 10 | 28 | 15 | 23 | 2B | 3F |
| Octal | 311 | 250 | 171 | 0 | 20 | 50 | 25 | 43 | 53 | 77 |
| Binary | 11001001 | 10101000 | 1111001 | 0 | 10000 | 101000 | 10101 | 100011 | 101011 | 111111 |
Color Harmonies of #C9A879
Complementary color
Monochromatic Colors of #C9A879
Black with #C9A879
Text Example
Text Example
White with #C9A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A879; }
p { color: rgb(201,168,121); }
H1.HeaderClassName
{
color: #C9A879;
}
.AnyTagClassName
{
color: #C9A879;
}
</style>
background-color css
<style>
a { background-color: #C9A879; }
a { background-color: rgb(201,168,121); }
div.DivClassName
{
background-color: #C9A879;
}
.BgClassName
{
background-color: #C9A879;
}
</style>
border-color css
<style>
span { border-color: #C9A879; }
span { border-color: rgb(201,168,121); }
td.TdClassName
{
border-color: #C9A879;
}
.TagClassName
{
border-color: #C9A879;
}
</style>