Shades of Vanilla #CBB299
Tints of Vanilla #CBB299
RGB
CMYK
RGB Variations
Color information
#CBB299 (or 0xCBB299) is known color: Vanilla. HEX triplet: CB, B2 and 99. RGB value is (203,178,153). Sum of RGB (Red+Green+Blue) = 203+178+153=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB299 is #344D66. Grayscale: #B6B6B6. Windows color (decimal): -3427687 or 10072779. OLE color: 10072779.
HSL color Cylindrical-coordinate representation of color #CBB299: hue angle of 30º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB299 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 153 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.20 |
| HSL | 30º | 0.32% | 0.7% | - |
| HSV(B) | 30º | 0.25% | 0.8% | - |
| XYZ | 46.3 | 46.84 | 36.74 | - |
| YUV | 182.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 153 | 0 | 0.12 | 0.25 | 0.20 | 30 | 0.32 | 0.7 |
| Hex | CB | B2 | 99 | 0 | C | 19 | 14 | 1E | 20 | 46 |
| Octal | 313 | 262 | 231 | 0 | 14 | 31 | 24 | 36 | 40 | 106 |
| Binary | 11001011 | 10110010 | 10011001 | 0 | 1100 | 11001 | 10100 | 11110 | 100000 | 1000110 |
Color Harmonies of #CBB299
Complementary color
Monochromatic Colors of #CBB299
Black with #CBB299
Text Example
Text Example
White with #CBB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB299; }
p { color: rgb(203,178,153); }
H1.HeaderClassName
{
color: #CBB299;
}
.AnyTagClassName
{
color: #CBB299;
}
</style>
background-color css
<style>
a { background-color: #CBB299; }
a { background-color: rgb(203,178,153); }
div.DivClassName
{
background-color: #CBB299;
}
.BgClassName
{
background-color: #CBB299;
}
</style>
border-color css
<style>
span { border-color: #CBB299; }
span { border-color: rgb(203,178,153); }
td.TdClassName
{
border-color: #CBB299;
}
.TagClassName
{
border-color: #CBB299;
}
</style>