Shades of Putty #C9B079
Tints of Putty #C9B079
RGB
CMYK
RGB Variations
Color information
#C9B079 (or 0xC9B079) is known color: Putty. HEX triplet: C9, B0 and 79. RGB value is (201,176,121). Sum of RGB (Red+Green+Blue) = 201+176+121=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B079 is #364F86. Grayscale: #B1B1B1. Windows color (decimal): -3559303 or 7975113. OLE color: 7975113.
HSL color Cylindrical-coordinate representation of color #C9B079: hue angle of 41.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 #C9B079 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 121 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.21 |
| HSL | 41.25º | 0.43% | 0.63% | - |
| HSV(B) | 41.25º | 0.4% | 0.79% | - |
| XYZ | 43.06 | 44.85 | 24.48 | - |
| YUV | 177.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 121 | 0 | 0.12 | 0.40 | 0.21 | 41.25 | 0.43 | 0.63 |
| Hex | C9 | B0 | 79 | 0 | C | 28 | 15 | 29 | 2B | 3F |
| Octal | 311 | 260 | 171 | 0 | 14 | 50 | 25 | 51 | 53 | 77 |
| Binary | 11001001 | 10110000 | 1111001 | 0 | 1100 | 101000 | 10101 | 101001 | 101011 | 111111 |
Color Harmonies of #C9B079
Complementary color
Monochromatic Colors of #C9B079
Black with #C9B079
Text Example
Text Example
White with #C9B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B079; }
p { color: rgb(201,176,121); }
H1.HeaderClassName
{
color: #C9B079;
}
.AnyTagClassName
{
color: #C9B079;
}
</style>
background-color css
<style>
a { background-color: #C9B079; }
a { background-color: rgb(201,176,121); }
div.DivClassName
{
background-color: #C9B079;
}
.BgClassName
{
background-color: #C9B079;
}
</style>
border-color css
<style>
span { border-color: #C9B079; }
span { border-color: rgb(201,176,121); }
td.TdClassName
{
border-color: #C9B079;
}
.TagClassName
{
border-color: #C9B079;
}
</style>