Shades of Putty #C9AB6B
Tints of Putty #C9AB6B
RGB
CMYK
RGB Variations
Color information
#C9AB6B (or 0xC9AB6B) is known color: Putty. HEX triplet: C9, AB and 6B. RGB value is (201,171,107). Sum of RGB (Red+Green+Blue) = 201+171+107=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB6B is #365494. Grayscale: #ACACAC. Windows color (decimal): -3560597 or 7056329. OLE color: 7056329.
HSL color Cylindrical-coordinate representation of color #C9AB6B: hue angle of 40.85º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9AB6B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 107 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.21 |
| HSL | 40.85º | 0.47% | 0.6% | - |
| HSV(B) | 40.85º | 0.47% | 0.79% | - |
| XYZ | 41.3 | 42.6 | 19.96 | - |
| YUV | 172.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 107 | 0 | 0.15 | 0.47 | 0.21 | 40.85 | 0.47 | 0.6 |
| Hex | C9 | AB | 6B | 0 | F | 2F | 15 | 29 | 2F | 3C |
| Octal | 311 | 253 | 153 | 0 | 17 | 57 | 25 | 51 | 57 | 74 |
| Binary | 11001001 | 10101011 | 1101011 | 0 | 1111 | 101111 | 10101 | 101001 | 101111 | 111100 |
Color Harmonies of #C9AB6B
Complementary color
Monochromatic Colors of #C9AB6B
Black with #C9AB6B
Text Example
Text Example
White with #C9AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB6B; }
p { color: rgb(201,171,107); }
H1.HeaderClassName
{
color: #C9AB6B;
}
.AnyTagClassName
{
color: #C9AB6B;
}
</style>
background-color css
<style>
a { background-color: #C9AB6B; }
a { background-color: rgb(201,171,107); }
div.DivClassName
{
background-color: #C9AB6B;
}
.BgClassName
{
background-color: #C9AB6B;
}
</style>
border-color css
<style>
span { border-color: #C9AB6B; }
span { border-color: rgb(201,171,107); }
td.TdClassName
{
border-color: #C9AB6B;
}
.TagClassName
{
border-color: #C9AB6B;
}
</style>