Shades of Putty #C9AC6E
Tints of Putty #C9AC6E
RGB
CMYK
RGB Variations
Color information
#C9AC6E (or 0xC9AC6E) is known color: Putty. HEX triplet: C9, AC and 6E. RGB value is (201,172,110). Sum of RGB (Red+Green+Blue) = 201+172+110=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC6E is #365391. Grayscale: #ADADAD. Windows color (decimal): -3560338 or 7253193. OLE color: 7253193.
HSL color Cylindrical-coordinate representation of color #C9AC6E: hue angle of 40.88º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9AC6E is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 110 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.21 |
| HSL | 40.88º | 0.46% | 0.61% | - |
| HSV(B) | 40.88º | 0.45% | 0.79% | - |
| XYZ | 41.65 | 43.05 | 20.87 | - |
| YUV | 173.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 110 | 0 | 0.14 | 0.45 | 0.21 | 40.88 | 0.46 | 0.61 |
| Hex | C9 | AC | 6E | 0 | E | 2D | 15 | 29 | 2E | 3D |
| Octal | 311 | 254 | 156 | 0 | 16 | 55 | 25 | 51 | 56 | 75 |
| Binary | 11001001 | 10101100 | 1101110 | 0 | 1110 | 101101 | 10101 | 101001 | 101110 | 111101 |
Color Harmonies of #C9AC6E
Complementary color
Monochromatic Colors of #C9AC6E
Black with #C9AC6E
Text Example
Text Example
White with #C9AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC6E; }
p { color: rgb(201,172,110); }
H1.HeaderClassName
{
color: #C9AC6E;
}
.AnyTagClassName
{
color: #C9AC6E;
}
</style>
background-color css
<style>
a { background-color: #C9AC6E; }
a { background-color: rgb(201,172,110); }
div.DivClassName
{
background-color: #C9AC6E;
}
.BgClassName
{
background-color: #C9AC6E;
}
</style>
border-color css
<style>
span { border-color: #C9AC6E; }
span { border-color: rgb(201,172,110); }
td.TdClassName
{
border-color: #C9AC6E;
}
.TagClassName
{
border-color: #C9AC6E;
}
</style>