Shades of Vanilla #C9B59E
Tints of Vanilla #C9B59E
RGB
CMYK
RGB Variations
Color information
#C9B59E (or 0xC9B59E) is known color: Vanilla. HEX triplet: C9, B5 and 9E. RGB value is (201,181,158). Sum of RGB (Red+Green+Blue) = 201+181+158=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B59E is #364A61. Grayscale: #B8B8B8. Windows color (decimal): -3557986 or 10401225. OLE color: 10401225.
HSL color Cylindrical-coordinate representation of color #C9B59E: hue angle of 32.09º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B59E is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 181 | 158 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.21 |
| HSL | 32.09º | 0.28% | 0.7% | - |
| HSV(B) | 32.09º | 0.21% | 0.79% | - |
| XYZ | 46.78 | 47.93 | 39.13 | - |
| YUV | 184.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 158 | 0 | 0.10 | 0.21 | 0.21 | 32.09 | 0.28 | 0.7 |
| Hex | C9 | B5 | 9E | 0 | A | 15 | 15 | 20 | 1C | 46 |
| Octal | 311 | 265 | 236 | 0 | 12 | 25 | 25 | 40 | 34 | 106 |
| Binary | 11001001 | 10110101 | 10011110 | 0 | 1010 | 10101 | 10101 | 100000 | 11100 | 1000110 |
Color Harmonies of #C9B59E
Complementary color
Monochromatic Colors of #C9B59E
Black with #C9B59E
Text Example
Text Example
White with #C9B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B59E; }
p { color: rgb(201,181,158); }
H1.HeaderClassName
{
color: #C9B59E;
}
.AnyTagClassName
{
color: #C9B59E;
}
</style>
background-color css
<style>
a { background-color: #C9B59E; }
a { background-color: rgb(201,181,158); }
div.DivClassName
{
background-color: #C9B59E;
}
.BgClassName
{
background-color: #C9B59E;
}
</style>
border-color css
<style>
span { border-color: #C9B59E; }
span { border-color: rgb(201,181,158); }
td.TdClassName
{
border-color: #C9B59E;
}
.TagClassName
{
border-color: #C9B59E;
}
</style>