Shades of Putty #C9AB71
Tints of Putty #C9AB71
RGB
CMYK
RGB Variations
Color information
#C9AB71 (or 0xC9AB71) is known color: Putty. HEX triplet: C9, AB and 71. RGB value is (201,171,113). Sum of RGB (Red+Green+Blue) = 201+171+113=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB71 is #36548E. Grayscale: #ADADAD. Windows color (decimal): -3560591 or 7449545. OLE color: 7449545.
HSL color Cylindrical-coordinate representation of color #C9AB71: hue angle of 39.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9AB71 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 113 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.21 |
| HSL | 39.55º | 0.45% | 0.62% | - |
| HSV(B) | 39.55º | 0.44% | 0.79% | - |
| XYZ | 41.63 | 42.74 | 21.68 | - |
| YUV | 173.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 113 | 0 | 0.15 | 0.44 | 0.21 | 39.55 | 0.45 | 0.62 |
| Hex | C9 | AB | 71 | 0 | F | 2C | 15 | 28 | 2D | 3E |
| Octal | 311 | 253 | 161 | 0 | 17 | 54 | 25 | 50 | 55 | 76 |
| Binary | 11001001 | 10101011 | 1110001 | 0 | 1111 | 101100 | 10101 | 101000 | 101101 | 111110 |
Color Harmonies of #C9AB71
Complementary color
Monochromatic Colors of #C9AB71
Black with #C9AB71
Text Example
Text Example
White with #C9AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB71; }
p { color: rgb(201,171,113); }
H1.HeaderClassName
{
color: #C9AB71;
}
.AnyTagClassName
{
color: #C9AB71;
}
</style>
background-color css
<style>
a { background-color: #C9AB71; }
a { background-color: rgb(201,171,113); }
div.DivClassName
{
background-color: #C9AB71;
}
.BgClassName
{
background-color: #C9AB71;
}
</style>
border-color css
<style>
span { border-color: #C9AB71; }
span { border-color: rgb(201,171,113); }
td.TdClassName
{
border-color: #C9AB71;
}
.TagClassName
{
border-color: #C9AB71;
}
</style>