Shades of Putty #C9A878
Tints of Putty #C9A878
RGB
CMYK
RGB Variations
Color information
#C9A878 (or 0xC9A878) is known color: Putty. HEX triplet: C9, A8 and 78. RGB value is (201,168,120). Sum of RGB (Red+Green+Blue) = 201+168+120=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A878 is #365787. Grayscale: #ACACAC. Windows color (decimal): -3561352 or 7907529. OLE color: 7907529.
HSL color Cylindrical-coordinate representation of color #C9A878: hue angle of 35.56º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9A878 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 120 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.21 |
| HSL | 35.56º | 0.43% | 0.63% | - |
| HSV(B) | 35.56º | 0.4% | 0.79% | - |
| XYZ | 41.48 | 41.78 | 23.65 | - |
| YUV | 172.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 120 | 0 | 0.16 | 0.40 | 0.21 | 35.56 | 0.43 | 0.63 |
| Hex | C9 | A8 | 78 | 0 | 10 | 28 | 15 | 24 | 2B | 3F |
| Octal | 311 | 250 | 170 | 0 | 20 | 50 | 25 | 44 | 53 | 77 |
| Binary | 11001001 | 10101000 | 1111000 | 0 | 10000 | 101000 | 10101 | 100100 | 101011 | 111111 |
Color Harmonies of #C9A878
Complementary color
Monochromatic Colors of #C9A878
Black with #C9A878
Text Example
Text Example
White with #C9A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A878; }
p { color: rgb(201,168,120); }
H1.HeaderClassName
{
color: #C9A878;
}
.AnyTagClassName
{
color: #C9A878;
}
</style>
background-color css
<style>
a { background-color: #C9A878; }
a { background-color: rgb(201,168,120); }
div.DivClassName
{
background-color: #C9A878;
}
.BgClassName
{
background-color: #C9A878;
}
</style>
border-color css
<style>
span { border-color: #C9A878; }
span { border-color: rgb(201,168,120); }
td.TdClassName
{
border-color: #C9A878;
}
.TagClassName
{
border-color: #C9A878;
}
</style>