Shades of Putty #C9AD7C
Tints of Putty #C9AD7C
RGB
CMYK
RGB Variations
Color information
#C9AD7C (or 0xC9AD7C) is known color: Putty. HEX triplet: C9, AD and 7C. RGB value is (201,173,124). Sum of RGB (Red+Green+Blue) = 201+173+124=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD7C is #365283. Grayscale: #B0B0B0. Windows color (decimal): -3560068 or 8170953. OLE color: 8170953.
HSL color Cylindrical-coordinate representation of color #C9AD7C: hue angle of 38.18º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9AD7C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 124 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.21 |
| HSL | 38.18º | 0.42% | 0.64% | - |
| HSV(B) | 38.18º | 0.38% | 0.79% | - |
| XYZ | 42.67 | 43.76 | 25.27 | - |
| YUV | 175.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 124 | 0 | 0.14 | 0.38 | 0.21 | 38.18 | 0.42 | 0.64 |
| Hex | C9 | AD | 7C | 0 | E | 26 | 15 | 26 | 2A | 40 |
| Octal | 311 | 255 | 174 | 0 | 16 | 46 | 25 | 46 | 52 | 100 |
| Binary | 11001001 | 10101101 | 1111100 | 0 | 1110 | 100110 | 10101 | 100110 | 101010 | 1000000 |
Color Harmonies of #C9AD7C
Complementary color
Monochromatic Colors of #C9AD7C
Black with #C9AD7C
Text Example
Text Example
White with #C9AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD7C; }
p { color: rgb(201,173,124); }
H1.HeaderClassName
{
color: #C9AD7C;
}
.AnyTagClassName
{
color: #C9AD7C;
}
</style>
background-color css
<style>
a { background-color: #C9AD7C; }
a { background-color: rgb(201,173,124); }
div.DivClassName
{
background-color: #C9AD7C;
}
.BgClassName
{
background-color: #C9AD7C;
}
</style>
border-color css
<style>
span { border-color: #C9AD7C; }
span { border-color: rgb(201,173,124); }
td.TdClassName
{
border-color: #C9AD7C;
}
.TagClassName
{
border-color: #C9AD7C;
}
</style>