Shades of Putty #C9A770
Tints of Putty #C9A770
RGB
CMYK
RGB Variations
Color information
#C9A770 (or 0xC9A770) is known color: Putty. HEX triplet: C9, A7 and 70. RGB value is (201,167,112). Sum of RGB (Red+Green+Blue) = 201+167+112=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A770 is #36588F. Grayscale: #ABABAB. Windows color (decimal): -3561616 or 7382985. OLE color: 7382985.
HSL color Cylindrical-coordinate representation of color #C9A770: hue angle of 37.08º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9A770 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 112 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.21 |
| HSL | 37.08º | 0.45% | 0.61% | - |
| HSV(B) | 37.08º | 0.44% | 0.79% | - |
| XYZ | 40.83 | 41.22 | 21.13 | - |
| YUV | 170.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 112 | 0 | 0.17 | 0.44 | 0.21 | 37.08 | 0.45 | 0.61 |
| Hex | C9 | A7 | 70 | 0 | 11 | 2C | 15 | 25 | 2D | 3D |
| Octal | 311 | 247 | 160 | 0 | 21 | 54 | 25 | 45 | 55 | 75 |
| Binary | 11001001 | 10100111 | 1110000 | 0 | 10001 | 101100 | 10101 | 100101 | 101101 | 111101 |
Color Harmonies of #C9A770
Complementary color
Monochromatic Colors of #C9A770
Black with #C9A770
Text Example
Text Example
White with #C9A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A770; }
p { color: rgb(201,167,112); }
H1.HeaderClassName
{
color: #C9A770;
}
.AnyTagClassName
{
color: #C9A770;
}
</style>
background-color css
<style>
a { background-color: #C9A770; }
a { background-color: rgb(201,167,112); }
div.DivClassName
{
background-color: #C9A770;
}
.BgClassName
{
background-color: #C9A770;
}
</style>
border-color css
<style>
span { border-color: #C9A770; }
span { border-color: rgb(201,167,112); }
td.TdClassName
{
border-color: #C9A770;
}
.TagClassName
{
border-color: #C9A770;
}
</style>