Shades of Putty #C9AC6C
Tints of Putty #C9AC6C
RGB
CMYK
RGB Variations
Color information
#C9AC6C (or 0xC9AC6C) is known color: Putty. HEX triplet: C9, AC and 6C. RGB value is (201,172,108). Sum of RGB (Red+Green+Blue) = 201+172+108=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC6C is #365393. Grayscale: #ADADAD. Windows color (decimal): -3560340 or 7122121. OLE color: 7122121.
HSL color Cylindrical-coordinate representation of color #C9AC6C: hue angle of 41.29º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9AC6C is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 108 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.21 |
| HSL | 41.29º | 0.46% | 0.61% | - |
| HSV(B) | 41.29º | 0.46% | 0.79% | - |
| XYZ | 41.55 | 43.01 | 20.3 | - |
| YUV | 173.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 108 | 0 | 0.14 | 0.46 | 0.21 | 41.29 | 0.46 | 0.61 |
| Hex | C9 | AC | 6C | 0 | E | 2E | 15 | 29 | 2E | 3D |
| Octal | 311 | 254 | 154 | 0 | 16 | 56 | 25 | 51 | 56 | 75 |
| Binary | 11001001 | 10101100 | 1101100 | 0 | 1110 | 101110 | 10101 | 101001 | 101110 | 111101 |
Color Harmonies of #C9AC6C
Complementary color
Monochromatic Colors of #C9AC6C
Black with #C9AC6C
Text Example
Text Example
White with #C9AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC6C; }
p { color: rgb(201,172,108); }
H1.HeaderClassName
{
color: #C9AC6C;
}
.AnyTagClassName
{
color: #C9AC6C;
}
</style>
background-color css
<style>
a { background-color: #C9AC6C; }
a { background-color: rgb(201,172,108); }
div.DivClassName
{
background-color: #C9AC6C;
}
.BgClassName
{
background-color: #C9AC6C;
}
</style>
border-color css
<style>
span { border-color: #C9AC6C; }
span { border-color: rgb(201,172,108); }
td.TdClassName
{
border-color: #C9AC6C;
}
.TagClassName
{
border-color: #C9AC6C;
}
</style>