Shades of Grain Brown #CEBBA8
Tints of Grain Brown #CEBBA8
RGB
CMYK
RGB Variations
Color information
#CEBBA8 (or 0xCEBBA8) is known color: Grain Brown. HEX triplet: CE, BB and A8. RGB value is (206,187,168). Sum of RGB (Red+Green+Blue) = 206+187+168=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA8 is #314457. Grayscale: #BEBEBE. Windows color (decimal): -3228760 or 11058126. OLE color: 11058126.
HSL color Cylindrical-coordinate representation of color #CEBBA8: hue angle of 30º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBA8 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 168 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.19 |
| HSL | 30º | 0.28% | 0.73% | - |
| HSV(B) | 30º | 0.18% | 0.81% | - |
| XYZ | 50.29 | 51.49 | 44.33 | - |
| YUV | 190.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 168 | 0 | 0.09 | 0.18 | 0.19 | 30 | 0.28 | 0.73 |
| Hex | CE | BB | A8 | 0 | 9 | 12 | 13 | 1E | 1C | 49 |
| Octal | 316 | 273 | 250 | 0 | 11 | 22 | 23 | 36 | 34 | 111 |
| Binary | 11001110 | 10111011 | 10101000 | 0 | 1001 | 10010 | 10011 | 11110 | 11100 | 1001001 |
Color Harmonies of #CEBBA8
Complementary color
Monochromatic Colors of #CEBBA8
Black with #CEBBA8
Text Example
Text Example
White with #CEBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA8; }
p { color: rgb(206,187,168); }
H1.HeaderClassName
{
color: #CEBBA8;
}
.AnyTagClassName
{
color: #CEBBA8;
}
</style>
background-color css
<style>
a { background-color: #CEBBA8; }
a { background-color: rgb(206,187,168); }
div.DivClassName
{
background-color: #CEBBA8;
}
.BgClassName
{
background-color: #CEBBA8;
}
</style>
border-color css
<style>
span { border-color: #CEBBA8; }
span { border-color: rgb(206,187,168); }
td.TdClassName
{
border-color: #CEBBA8;
}
.TagClassName
{
border-color: #CEBBA8;
}
</style>