Shades of Grain Brown #CEBBA9
Tints of Grain Brown #CEBBA9
RGB
CMYK
RGB Variations
Color information
#CEBBA9 (or 0xCEBBA9) is known color: Grain Brown. HEX triplet: CE, BB and A9. RGB value is (206,187,169). Sum of RGB (Red+Green+Blue) = 206+187+169=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA9 is #314456. Grayscale: #BEBEBE. Windows color (decimal): -3228759 or 11123662. OLE color: 11123662.
HSL color Cylindrical-coordinate representation of color #CEBBA9: hue angle of 29.19º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBA9 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 169 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.19 |
| HSL | 29.19º | 0.27% | 0.74% | - |
| HSV(B) | 29.19º | 0.18% | 0.81% | - |
| XYZ | 50.39 | 51.53 | 44.83 | - |
| YUV | 190.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 169 | 0 | 0.09 | 0.18 | 0.19 | 29.19 | 0.27 | 0.74 |
| Hex | CE | BB | A9 | 0 | 9 | 12 | 13 | 1D | 1B | 4A |
| Octal | 316 | 273 | 251 | 0 | 11 | 22 | 23 | 35 | 33 | 112 |
| Binary | 11001110 | 10111011 | 10101001 | 0 | 1001 | 10010 | 10011 | 11101 | 11011 | 1001010 |
Color Harmonies of #CEBBA9
Complementary color
Monochromatic Colors of #CEBBA9
Black with #CEBBA9
Text Example
Text Example
White with #CEBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA9; }
p { color: rgb(206,187,169); }
H1.HeaderClassName
{
color: #CEBBA9;
}
.AnyTagClassName
{
color: #CEBBA9;
}
</style>
background-color css
<style>
a { background-color: #CEBBA9; }
a { background-color: rgb(206,187,169); }
div.DivClassName
{
background-color: #CEBBA9;
}
.BgClassName
{
background-color: #CEBBA9;
}
</style>
border-color css
<style>
span { border-color: #CEBBA9; }
span { border-color: rgb(206,187,169); }
td.TdClassName
{
border-color: #CEBBA9;
}
.TagClassName
{
border-color: #CEBBA9;
}
</style>