Shades of Vanilla #C9B199
Tints of Vanilla #C9B199
RGB
CMYK
RGB Variations
Color information
#C9B199 (or 0xC9B199) is known color: Vanilla. HEX triplet: C9, B1 and 99. RGB value is (201,177,153). Sum of RGB (Red+Green+Blue) = 201+177+153=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B199 is #364E66. Grayscale: #B5B5B5. Windows color (decimal): -3559015 or 10072521. OLE color: 10072521.
HSL color Cylindrical-coordinate representation of color #C9B199: hue angle of 30º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B199 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 153 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.21 |
| HSL | 30º | 0.31% | 0.69% | - |
| HSV(B) | 30º | 0.24% | 0.79% | - |
| XYZ | 45.56 | 46.16 | 36.65 | - |
| YUV | 181.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 153 | 0 | 0.12 | 0.24 | 0.21 | 30 | 0.31 | 0.69 |
| Hex | C9 | B1 | 99 | 0 | C | 18 | 15 | 1E | 1F | 45 |
| Octal | 311 | 261 | 231 | 0 | 14 | 30 | 25 | 36 | 37 | 105 |
| Binary | 11001001 | 10110001 | 10011001 | 0 | 1100 | 11000 | 10101 | 11110 | 11111 | 1000101 |
Color Harmonies of #C9B199
Complementary color
Monochromatic Colors of #C9B199
Black with #C9B199
Text Example
Text Example
White with #C9B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B199; }
p { color: rgb(201,177,153); }
H1.HeaderClassName
{
color: #C9B199;
}
.AnyTagClassName
{
color: #C9B199;
}
</style>
background-color css
<style>
a { background-color: #C9B199; }
a { background-color: rgb(201,177,153); }
div.DivClassName
{
background-color: #C9B199;
}
.BgClassName
{
background-color: #C9B199;
}
</style>
border-color css
<style>
span { border-color: #C9B199; }
span { border-color: rgb(201,177,153); }
td.TdClassName
{
border-color: #C9B199;
}
.TagClassName
{
border-color: #C9B199;
}
</style>