Shades of Vanilla #CBB69C
Tints of Vanilla #CBB69C
RGB
CMYK
RGB Variations
Color information
#CBB69C (or 0xCBB69C) is known color: Vanilla. HEX triplet: CB, B6 and 9C. RGB value is (203,182,156). Sum of RGB (Red+Green+Blue) = 203+182+156=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB69C is #344963. Grayscale: #B9B9B9. Windows color (decimal): -3426660 or 10270411. OLE color: 10270411.
HSL color Cylindrical-coordinate representation of color #CBB69C: hue angle of 33.19º 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 #CBB69C is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 156 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.20 |
| HSL | 33.19º | 0.31% | 0.7% | - |
| HSV(B) | 33.19º | 0.23% | 0.8% | - |
| XYZ | 47.36 | 48.55 | 38.33 | - |
| YUV | 185.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 156 | 0 | 0.10 | 0.23 | 0.20 | 33.19 | 0.31 | 0.7 |
| Hex | CB | B6 | 9C | 0 | A | 17 | 14 | 21 | 1F | 46 |
| Octal | 313 | 266 | 234 | 0 | 12 | 27 | 24 | 41 | 37 | 106 |
| Binary | 11001011 | 10110110 | 10011100 | 0 | 1010 | 10111 | 10100 | 100001 | 11111 | 1000110 |
Color Harmonies of #CBB69C
Complementary color
Monochromatic Colors of #CBB69C
Black with #CBB69C
Text Example
Text Example
White with #CBB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB69C; }
p { color: rgb(203,182,156); }
H1.HeaderClassName
{
color: #CBB69C;
}
.AnyTagClassName
{
color: #CBB69C;
}
</style>
background-color css
<style>
a { background-color: #CBB69C; }
a { background-color: rgb(203,182,156); }
div.DivClassName
{
background-color: #CBB69C;
}
.BgClassName
{
background-color: #CBB69C;
}
</style>
border-color css
<style>
span { border-color: #CBB69C; }
span { border-color: rgb(203,182,156); }
td.TdClassName
{
border-color: #CBB69C;
}
.TagClassName
{
border-color: #CBB69C;
}
</style>