Shades of Putty #C9AD75
Tints of Putty #C9AD75
RGB
CMYK
RGB Variations
Color information
#C9AD75 (or 0xC9AD75) is known color: Putty. HEX triplet: C9, AD and 75. RGB value is (201,173,117). Sum of RGB (Red+Green+Blue) = 201+173+117=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD75 is #36528A. Grayscale: #AFAFAF. Windows color (decimal): -3560075 or 7712201. OLE color: 7712201.
HSL color Cylindrical-coordinate representation of color #C9AD75: hue angle of 40º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9AD75 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 117 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.21 |
| HSL | 40º | 0.44% | 0.62% | - |
| HSV(B) | 40º | 0.42% | 0.79% | - |
| XYZ | 42.24 | 43.59 | 23.02 | - |
| YUV | 174.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 117 | 0 | 0.14 | 0.42 | 0.21 | 40 | 0.44 | 0.62 |
| Hex | C9 | AD | 75 | 0 | E | 2A | 15 | 28 | 2C | 3E |
| Octal | 311 | 255 | 165 | 0 | 16 | 52 | 25 | 50 | 54 | 76 |
| Binary | 11001001 | 10101101 | 1110101 | 0 | 1110 | 101010 | 10101 | 101000 | 101100 | 111110 |
Color Harmonies of #C9AD75
Complementary color
Monochromatic Colors of #C9AD75
Black with #C9AD75
Text Example
Text Example
White with #C9AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD75; }
p { color: rgb(201,173,117); }
H1.HeaderClassName
{
color: #C9AD75;
}
.AnyTagClassName
{
color: #C9AD75;
}
</style>
background-color css
<style>
a { background-color: #C9AD75; }
a { background-color: rgb(201,173,117); }
div.DivClassName
{
background-color: #C9AD75;
}
.BgClassName
{
background-color: #C9AD75;
}
</style>
border-color css
<style>
span { border-color: #C9AD75; }
span { border-color: rgb(201,173,117); }
td.TdClassName
{
border-color: #C9AD75;
}
.TagClassName
{
border-color: #C9AD75;
}
</style>