Shades of Ash #C9C49F
Tints of Ash #C9C49F
RGB
CMYK
RGB Variations
Color information
#C9C49F (or 0xC9C49F) is known color: Ash. HEX triplet: C9, C4 and 9F. RGB value is (201,196,159). Sum of RGB (Red+Green+Blue) = 201+196+159=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C49F is #363B60. Grayscale: #C1C1C1. Windows color (decimal): -3554145 or 10470601. OLE color: 10470601.
HSL color Cylindrical-coordinate representation of color #C9C49F: hue angle of 52.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C49F is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 159 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.21 |
| HSL | 52.86º | 0.28% | 0.71% | - |
| HSV(B) | 52.86º | 0.21% | 0.79% | - |
| XYZ | 50.09 | 54.4 | 40.66 | - |
| YUV | 193.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 159 | 0 | 0.02 | 0.21 | 0.21 | 52.86 | 0.28 | 0.71 |
| Hex | C9 | C4 | 9F | 0 | 2 | 15 | 15 | 35 | 1C | 47 |
| Octal | 311 | 304 | 237 | 0 | 2 | 25 | 25 | 65 | 34 | 107 |
| Binary | 11001001 | 11000100 | 10011111 | 0 | 10 | 10101 | 10101 | 110101 | 11100 | 1000111 |
Color Harmonies of #C9C49F
Complementary color
Monochromatic Colors of #C9C49F
Black with #C9C49F
Text Example
Text Example
White with #C9C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C49F; }
p { color: rgb(201,196,159); }
H1.HeaderClassName
{
color: #C9C49F;
}
.AnyTagClassName
{
color: #C9C49F;
}
</style>
background-color css
<style>
a { background-color: #C9C49F; }
a { background-color: rgb(201,196,159); }
div.DivClassName
{
background-color: #C9C49F;
}
.BgClassName
{
background-color: #C9C49F;
}
</style>
border-color css
<style>
span { border-color: #C9C49F; }
span { border-color: rgb(201,196,159); }
td.TdClassName
{
border-color: #C9C49F;
}
.TagClassName
{
border-color: #C9C49F;
}
</style>