Shades of Putty #C9A96A
Tints of Putty #C9A96A
RGB
CMYK
RGB Variations
Color information
#C9A96A (or 0xC9A96A) is known color: Putty. HEX triplet: C9, A9 and 6A. RGB value is (201,169,106). Sum of RGB (Red+Green+Blue) = 201+169+106=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A96A is #365695. Grayscale: #ABABAB. Windows color (decimal): -3561110 or 6990281. OLE color: 6990281.
HSL color Cylindrical-coordinate representation of color #C9A96A: hue angle of 39.79º 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 #C9A96A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 106 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.21 |
| HSL | 39.79º | 0.47% | 0.6% | - |
| HSV(B) | 39.79º | 0.47% | 0.79% | - |
| XYZ | 40.88 | 41.83 | 19.56 | - |
| YUV | 171.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 106 | 0 | 0.16 | 0.47 | 0.21 | 39.79 | 0.47 | 0.6 |
| Hex | C9 | A9 | 6A | 0 | 10 | 2F | 15 | 28 | 2F | 3C |
| Octal | 311 | 251 | 152 | 0 | 20 | 57 | 25 | 50 | 57 | 74 |
| Binary | 11001001 | 10101001 | 1101010 | 0 | 10000 | 101111 | 10101 | 101000 | 101111 | 111100 |
Color Harmonies of #C9A96A
Complementary color
Monochromatic Colors of #C9A96A
Black with #C9A96A
Text Example
Text Example
White with #C9A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A96A; }
p { color: rgb(201,169,106); }
H1.HeaderClassName
{
color: #C9A96A;
}
.AnyTagClassName
{
color: #C9A96A;
}
</style>
background-color css
<style>
a { background-color: #C9A96A; }
a { background-color: rgb(201,169,106); }
div.DivClassName
{
background-color: #C9A96A;
}
.BgClassName
{
background-color: #C9A96A;
}
</style>
border-color css
<style>
span { border-color: #C9A96A; }
span { border-color: rgb(201,169,106); }
td.TdClassName
{
border-color: #C9A96A;
}
.TagClassName
{
border-color: #C9A96A;
}
</style>