Shades of Putty #C9A76D
Tints of Putty #C9A76D
RGB
CMYK
RGB Variations
Color information
#C9A76D (or 0xC9A76D) is known color: Putty. HEX triplet: C9, A7 and 6D. RGB value is (201,167,109). Sum of RGB (Red+Green+Blue) = 201+167+109=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A76D is #365892. Grayscale: #AAAAAA. Windows color (decimal): -3561619 or 7186377. OLE color: 7186377.
HSL color Cylindrical-coordinate representation of color #C9A76D: hue angle of 37.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9A76D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 109 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.21 |
| HSL | 37.83º | 0.46% | 0.61% | - |
| HSV(B) | 37.83º | 0.46% | 0.79% | - |
| XYZ | 40.67 | 41.16 | 20.27 | - |
| YUV | 170.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 109 | 0 | 0.17 | 0.46 | 0.21 | 37.83 | 0.46 | 0.61 |
| Hex | C9 | A7 | 6D | 0 | 11 | 2E | 15 | 26 | 2E | 3D |
| Octal | 311 | 247 | 155 | 0 | 21 | 56 | 25 | 46 | 56 | 75 |
| Binary | 11001001 | 10100111 | 1101101 | 0 | 10001 | 101110 | 10101 | 100110 | 101110 | 111101 |
Color Harmonies of #C9A76D
Complementary color
Monochromatic Colors of #C9A76D
Black with #C9A76D
Text Example
Text Example
White with #C9A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A76D; }
p { color: rgb(201,167,109); }
H1.HeaderClassName
{
color: #C9A76D;
}
.AnyTagClassName
{
color: #C9A76D;
}
</style>
background-color css
<style>
a { background-color: #C9A76D; }
a { background-color: rgb(201,167,109); }
div.DivClassName
{
background-color: #C9A76D;
}
.BgClassName
{
background-color: #C9A76D;
}
</style>
border-color css
<style>
span { border-color: #C9A76D; }
span { border-color: rgb(201,167,109); }
td.TdClassName
{
border-color: #C9A76D;
}
.TagClassName
{
border-color: #C9A76D;
}
</style>