Shades of Vanilla #C9B49E
Tints of Vanilla #C9B49E
RGB
CMYK
RGB Variations
Color information
#C9B49E (or 0xC9B49E) is known color: Vanilla. HEX triplet: C9, B4 and 9E. RGB value is (201,180,158). Sum of RGB (Red+Green+Blue) = 201+180+158=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B49E is #364B61. Grayscale: #B7B7B7. Windows color (decimal): -3558242 or 10400969. OLE color: 10400969.
HSL color Cylindrical-coordinate representation of color #C9B49E: hue angle of 30.7º 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 #C9B49E is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 158 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.21 |
| HSL | 30.7º | 0.28% | 0.7% | - |
| HSV(B) | 30.7º | 0.21% | 0.79% | - |
| XYZ | 46.58 | 47.53 | 39.07 | - |
| YUV | 183.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 158 | 0 | 0.10 | 0.21 | 0.21 | 30.7 | 0.28 | 0.7 |
| Hex | C9 | B4 | 9E | 0 | A | 15 | 15 | 1F | 1C | 46 |
| Octal | 311 | 264 | 236 | 0 | 12 | 25 | 25 | 37 | 34 | 106 |
| Binary | 11001001 | 10110100 | 10011110 | 0 | 1010 | 10101 | 10101 | 11111 | 11100 | 1000110 |
Color Harmonies of #C9B49E
Complementary color
Monochromatic Colors of #C9B49E
Black with #C9B49E
Text Example
Text Example
White with #C9B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B49E; }
p { color: rgb(201,180,158); }
H1.HeaderClassName
{
color: #C9B49E;
}
.AnyTagClassName
{
color: #C9B49E;
}
</style>
background-color css
<style>
a { background-color: #C9B49E; }
a { background-color: rgb(201,180,158); }
div.DivClassName
{
background-color: #C9B49E;
}
.BgClassName
{
background-color: #C9B49E;
}
</style>
border-color css
<style>
span { border-color: #C9B49E; }
span { border-color: rgb(201,180,158); }
td.TdClassName
{
border-color: #C9B49E;
}
.TagClassName
{
border-color: #C9B49E;
}
</style>