Shades of Putty #C9AF79
Tints of Putty #C9AF79
RGB
CMYK
RGB Variations
Color information
#C9AF79 (or 0xC9AF79) is known color: Putty. HEX triplet: C9, AF and 79. RGB value is (201,175,121). Sum of RGB (Red+Green+Blue) = 201+175+121=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF79 is #365086. Grayscale: #B0B0B0. Windows color (decimal): -3559559 or 7974857. OLE color: 7974857.
HSL color Cylindrical-coordinate representation of color #C9AF79: hue angle of 40.5º 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 #C9AF79 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 121 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.21 |
| HSL | 40.5º | 0.43% | 0.63% | - |
| HSV(B) | 40.5º | 0.4% | 0.79% | - |
| XYZ | 42.87 | 44.46 | 24.41 | - |
| YUV | 176.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 121 | 0 | 0.13 | 0.40 | 0.21 | 40.5 | 0.43 | 0.63 |
| Hex | C9 | AF | 79 | 0 | D | 28 | 15 | 28 | 2B | 3F |
| Octal | 311 | 257 | 171 | 0 | 15 | 50 | 25 | 50 | 53 | 77 |
| Binary | 11001001 | 10101111 | 1111001 | 0 | 1101 | 101000 | 10101 | 101000 | 101011 | 111111 |
Color Harmonies of #C9AF79
Complementary color
Monochromatic Colors of #C9AF79
Black with #C9AF79
Text Example
Text Example
White with #C9AF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF79; }
p { color: rgb(201,175,121); }
H1.HeaderClassName
{
color: #C9AF79;
}
.AnyTagClassName
{
color: #C9AF79;
}
</style>
background-color css
<style>
a { background-color: #C9AF79; }
a { background-color: rgb(201,175,121); }
div.DivClassName
{
background-color: #C9AF79;
}
.BgClassName
{
background-color: #C9AF79;
}
</style>
border-color css
<style>
span { border-color: #C9AF79; }
span { border-color: rgb(201,175,121); }
td.TdClassName
{
border-color: #C9AF79;
}
.TagClassName
{
border-color: #C9AF79;
}
</style>