Shades of Putty #C9A977
Tints of Putty #C9A977
RGB
CMYK
RGB Variations
Color information
#C9A977 (or 0xC9A977) is known color: Putty. HEX triplet: C9, A9 and 77. RGB value is (201,169,119). Sum of RGB (Red+Green+Blue) = 201+169+119=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A977 is #365688. Grayscale: #ADADAD. Windows color (decimal): -3561097 or 7842249. OLE color: 7842249.
HSL color Cylindrical-coordinate representation of color #C9A977: hue angle of 36.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9A977 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 119 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.21 |
| HSL | 36.59º | 0.43% | 0.63% | - |
| HSV(B) | 36.59º | 0.41% | 0.79% | - |
| XYZ | 41.61 | 42.13 | 23.39 | - |
| YUV | 172.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 119 | 0 | 0.16 | 0.41 | 0.21 | 36.59 | 0.43 | 0.63 |
| Hex | C9 | A9 | 77 | 0 | 10 | 29 | 15 | 25 | 2B | 3F |
| Octal | 311 | 251 | 167 | 0 | 20 | 51 | 25 | 45 | 53 | 77 |
| Binary | 11001001 | 10101001 | 1110111 | 0 | 10000 | 101001 | 10101 | 100101 | 101011 | 111111 |
Color Harmonies of #C9A977
Complementary color
Monochromatic Colors of #C9A977
Black with #C9A977
Text Example
Text Example
White with #C9A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A977; }
p { color: rgb(201,169,119); }
H1.HeaderClassName
{
color: #C9A977;
}
.AnyTagClassName
{
color: #C9A977;
}
</style>
background-color css
<style>
a { background-color: #C9A977; }
a { background-color: rgb(201,169,119); }
div.DivClassName
{
background-color: #C9A977;
}
.BgClassName
{
background-color: #C9A977;
}
</style>
border-color css
<style>
span { border-color: #C9A977; }
span { border-color: rgb(201,169,119); }
td.TdClassName
{
border-color: #C9A977;
}
.TagClassName
{
border-color: #C9A977;
}
</style>