Shades of Vanilla #C9B29A
Tints of Vanilla #C9B29A
RGB
CMYK
RGB Variations
Color information
#C9B29A (or 0xC9B29A) is known color: Vanilla. HEX triplet: C9, B2 and 9A. RGB value is (201,178,154). Sum of RGB (Red+Green+Blue) = 201+178+154=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B29A is #364D65. Grayscale: #B6B6B6. Windows color (decimal): -3558758 or 10138313. OLE color: 10138313.
HSL color Cylindrical-coordinate representation of color #C9B29A: hue angle of 30.64º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9B29A is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 154 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.21 |
| HSL | 30.64º | 0.3% | 0.7% | - |
| HSV(B) | 30.64º | 0.23% | 0.79% | - |
| XYZ | 45.84 | 46.59 | 37.15 | - |
| YUV | 182.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 154 | 0 | 0.11 | 0.23 | 0.21 | 30.64 | 0.3 | 0.7 |
| Hex | C9 | B2 | 9A | 0 | B | 17 | 15 | 1F | 1E | 46 |
| Octal | 311 | 262 | 232 | 0 | 13 | 27 | 25 | 37 | 36 | 106 |
| Binary | 11001001 | 10110010 | 10011010 | 0 | 1011 | 10111 | 10101 | 11111 | 11110 | 1000110 |
Color Harmonies of #C9B29A
Complementary color
Monochromatic Colors of #C9B29A
Black with #C9B29A
Text Example
Text Example
White with #C9B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B29A; }
p { color: rgb(201,178,154); }
H1.HeaderClassName
{
color: #C9B29A;
}
.AnyTagClassName
{
color: #C9B29A;
}
</style>
background-color css
<style>
a { background-color: #C9B29A; }
a { background-color: rgb(201,178,154); }
div.DivClassName
{
background-color: #C9B29A;
}
.BgClassName
{
background-color: #C9B29A;
}
</style>
border-color css
<style>
span { border-color: #C9B29A; }
span { border-color: rgb(201,178,154); }
td.TdClassName
{
border-color: #C9B29A;
}
.TagClassName
{
border-color: #C9B29A;
}
</style>