Shades of Vanilla #CBB59C
Tints of Vanilla #CBB59C
RGB
CMYK
RGB Variations
Color information
#CBB59C (or 0xCBB59C) is known color: Vanilla. HEX triplet: CB, B5 and 9C. RGB value is (203,181,156). Sum of RGB (Red+Green+Blue) = 203+181+156=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB59C is #344A63. Grayscale: #B8B8B8. Windows color (decimal): -3426916 or 10270155. OLE color: 10270155.
HSL color Cylindrical-coordinate representation of color #CBB59C: hue angle of 31.91º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB59C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 156 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.20 |
| HSL | 31.91º | 0.31% | 0.7% | - |
| HSV(B) | 31.91º | 0.23% | 0.8% | - |
| XYZ | 47.15 | 48.14 | 38.26 | - |
| YUV | 184.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 156 | 0 | 0.11 | 0.23 | 0.20 | 31.91 | 0.31 | 0.7 |
| Hex | CB | B5 | 9C | 0 | B | 17 | 14 | 20 | 1F | 46 |
| Octal | 313 | 265 | 234 | 0 | 13 | 27 | 24 | 40 | 37 | 106 |
| Binary | 11001011 | 10110101 | 10011100 | 0 | 1011 | 10111 | 10100 | 100000 | 11111 | 1000110 |
Color Harmonies of #CBB59C
Complementary color
Monochromatic Colors of #CBB59C
Black with #CBB59C
Text Example
Text Example
White with #CBB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB59C; }
p { color: rgb(203,181,156); }
H1.HeaderClassName
{
color: #CBB59C;
}
.AnyTagClassName
{
color: #CBB59C;
}
</style>
background-color css
<style>
a { background-color: #CBB59C; }
a { background-color: rgb(203,181,156); }
div.DivClassName
{
background-color: #CBB59C;
}
.BgClassName
{
background-color: #CBB59C;
}
</style>
border-color css
<style>
span { border-color: #CBB59C; }
span { border-color: rgb(203,181,156); }
td.TdClassName
{
border-color: #CBB59C;
}
.TagClassName
{
border-color: #CBB59C;
}
</style>