Shades of Vanilla #CBB49B
Tints of Vanilla #CBB49B
RGB
CMYK
RGB Variations
Color information
#CBB49B (or 0xCBB49B) is known color: Vanilla. HEX triplet: CB, B4 and 9B. RGB value is (203,180,155). Sum of RGB (Red+Green+Blue) = 203+180+155=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB49B is #344B64. Grayscale: #B8B8B8. Windows color (decimal): -3427173 or 10204363. OLE color: 10204363.
HSL color Cylindrical-coordinate representation of color #CBB49B: hue angle of 31.25º 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 #CBB49B is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 155 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.20 |
| HSL | 31.25º | 0.32% | 0.7% | - |
| HSV(B) | 31.25º | 0.24% | 0.8% | - |
| XYZ | 46.87 | 47.71 | 37.75 | - |
| YUV | 184.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 155 | 0 | 0.11 | 0.24 | 0.20 | 31.25 | 0.32 | 0.7 |
| Hex | CB | B4 | 9B | 0 | B | 18 | 14 | 1F | 20 | 46 |
| Octal | 313 | 264 | 233 | 0 | 13 | 30 | 24 | 37 | 40 | 106 |
| Binary | 11001011 | 10110100 | 10011011 | 0 | 1011 | 11000 | 10100 | 11111 | 100000 | 1000110 |
Color Harmonies of #CBB49B
Complementary color
Monochromatic Colors of #CBB49B
Black with #CBB49B
Text Example
Text Example
White with #CBB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB49B; }
p { color: rgb(203,180,155); }
H1.HeaderClassName
{
color: #CBB49B;
}
.AnyTagClassName
{
color: #CBB49B;
}
</style>
background-color css
<style>
a { background-color: #CBB49B; }
a { background-color: rgb(203,180,155); }
div.DivClassName
{
background-color: #CBB49B;
}
.BgClassName
{
background-color: #CBB49B;
}
</style>
border-color css
<style>
span { border-color: #CBB49B; }
span { border-color: rgb(203,180,155); }
td.TdClassName
{
border-color: #CBB49B;
}
.TagClassName
{
border-color: #CBB49B;
}
</style>