Shades of Putty #C9AB78
Tints of Putty #C9AB78
RGB
CMYK
RGB Variations
Color information
#C9AB78 (or 0xC9AB78) is known color: Putty. HEX triplet: C9, AB and 78. RGB value is (201,171,120). Sum of RGB (Red+Green+Blue) = 201+171+120=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB78 is #365487. Grayscale: #AEAEAE. Windows color (decimal): -3560584 or 7908297. OLE color: 7908297.
HSL color Cylindrical-coordinate representation of color #C9AB78: hue angle of 37.78º 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 #C9AB78 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 120 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.21 |
| HSL | 37.78º | 0.43% | 0.63% | - |
| HSV(B) | 37.78º | 0.4% | 0.79% | - |
| XYZ | 42.04 | 42.9 | 23.83 | - |
| YUV | 174.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 120 | 0 | 0.15 | 0.40 | 0.21 | 37.78 | 0.43 | 0.63 |
| Hex | C9 | AB | 78 | 0 | F | 28 | 15 | 26 | 2B | 3F |
| Octal | 311 | 253 | 170 | 0 | 17 | 50 | 25 | 46 | 53 | 77 |
| Binary | 11001001 | 10101011 | 1111000 | 0 | 1111 | 101000 | 10101 | 100110 | 101011 | 111111 |
Color Harmonies of #C9AB78
Complementary color
Monochromatic Colors of #C9AB78
Black with #C9AB78
Text Example
Text Example
White with #C9AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB78; }
p { color: rgb(201,171,120); }
H1.HeaderClassName
{
color: #C9AB78;
}
.AnyTagClassName
{
color: #C9AB78;
}
</style>
background-color css
<style>
a { background-color: #C9AB78; }
a { background-color: rgb(201,171,120); }
div.DivClassName
{
background-color: #C9AB78;
}
.BgClassName
{
background-color: #C9AB78;
}
</style>
border-color css
<style>
span { border-color: #C9AB78; }
span { border-color: rgb(201,171,120); }
td.TdClassName
{
border-color: #C9AB78;
}
.TagClassName
{
border-color: #C9AB78;
}
</style>