Shades of Vanilla #CBB49A
Tints of Vanilla #CBB49A
RGB
CMYK
RGB Variations
Color information
#CBB49A (or 0xCBB49A) is known color: Vanilla. HEX triplet: CB, B4 and 9A. RGB value is (203,180,154). Sum of RGB (Red+Green+Blue) = 203+180+154=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB49A is #344B65. Grayscale: #B8B8B8. Windows color (decimal): -3427174 or 10138827. OLE color: 10138827.
HSL color Cylindrical-coordinate representation of color #CBB49A: hue angle of 31.84º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB49A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 154 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.20 |
| HSL | 31.84º | 0.32% | 0.7% | - |
| HSV(B) | 31.84º | 0.24% | 0.8% | - |
| XYZ | 46.78 | 47.67 | 37.31 | - |
| YUV | 183.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 154 | 0 | 0.11 | 0.24 | 0.20 | 31.84 | 0.32 | 0.7 |
| Hex | CB | B4 | 9A | 0 | B | 18 | 14 | 20 | 20 | 46 |
| Octal | 313 | 264 | 232 | 0 | 13 | 30 | 24 | 40 | 40 | 106 |
| Binary | 11001011 | 10110100 | 10011010 | 0 | 1011 | 11000 | 10100 | 100000 | 100000 | 1000110 |
Color Harmonies of #CBB49A
Complementary color
Monochromatic Colors of #CBB49A
Black with #CBB49A
Text Example
Text Example
White with #CBB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB49A; }
p { color: rgb(203,180,154); }
H1.HeaderClassName
{
color: #CBB49A;
}
.AnyTagClassName
{
color: #CBB49A;
}
</style>
background-color css
<style>
a { background-color: #CBB49A; }
a { background-color: rgb(203,180,154); }
div.DivClassName
{
background-color: #CBB49A;
}
.BgClassName
{
background-color: #CBB49A;
}
</style>
border-color css
<style>
span { border-color: #CBB49A; }
span { border-color: rgb(203,180,154); }
td.TdClassName
{
border-color: #CBB49A;
}
.TagClassName
{
border-color: #CBB49A;
}
</style>