Shades of Putty #C9AB6A
Tints of Putty #C9AB6A
RGB
CMYK
RGB Variations
Color information
#C9AB6A (or 0xC9AB6A) is known color: Putty. HEX triplet: C9, AB and 6A. RGB value is (201,171,106). Sum of RGB (Red+Green+Blue) = 201+171+106=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB6A is #365495. Grayscale: #ACACAC. Windows color (decimal): -3560598 or 6990793. OLE color: 6990793.
HSL color Cylindrical-coordinate representation of color #C9AB6A: hue angle of 41.05º 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 #C9AB6A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 106 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.21 |
| HSL | 41.05º | 0.47% | 0.6% | - |
| HSV(B) | 41.05º | 0.47% | 0.79% | - |
| XYZ | 41.25 | 42.58 | 19.68 | - |
| YUV | 172.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 106 | 0 | 0.15 | 0.47 | 0.21 | 41.05 | 0.47 | 0.6 |
| Hex | C9 | AB | 6A | 0 | F | 2F | 15 | 29 | 2F | 3C |
| Octal | 311 | 253 | 152 | 0 | 17 | 57 | 25 | 51 | 57 | 74 |
| Binary | 11001001 | 10101011 | 1101010 | 0 | 1111 | 101111 | 10101 | 101001 | 101111 | 111100 |
Color Harmonies of #C9AB6A
Complementary color
Monochromatic Colors of #C9AB6A
Black with #C9AB6A
Text Example
Text Example
White with #C9AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB6A; }
p { color: rgb(201,171,106); }
H1.HeaderClassName
{
color: #C9AB6A;
}
.AnyTagClassName
{
color: #C9AB6A;
}
</style>
background-color css
<style>
a { background-color: #C9AB6A; }
a { background-color: rgb(201,171,106); }
div.DivClassName
{
background-color: #C9AB6A;
}
.BgClassName
{
background-color: #C9AB6A;
}
</style>
border-color css
<style>
span { border-color: #C9AB6A; }
span { border-color: rgb(201,171,106); }
td.TdClassName
{
border-color: #C9AB6A;
}
.TagClassName
{
border-color: #C9AB6A;
}
</style>