Shades of Grain Brown #CEBAA0
Tints of Grain Brown #CEBAA0
RGB
CMYK
RGB Variations
Color information
#CEBAA0 (or 0xCEBAA0) is known color: Grain Brown. HEX triplet: CE, BA and A0. RGB value is (206,186,160). Sum of RGB (Red+Green+Blue) = 206+186+160=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA0 is #31455F. Grayscale: #BDBDBD. Windows color (decimal): -3229024 or 10533582. OLE color: 10533582.
HSL color Cylindrical-coordinate representation of color #CEBAA0: hue angle of 33.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBAA0 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 160 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.19 |
| HSL | 33.91º | 0.32% | 0.72% | - |
| HSV(B) | 33.91º | 0.22% | 0.81% | - |
| XYZ | 49.36 | 50.78 | 40.46 | - |
| YUV | 189.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 160 | 0 | 0.10 | 0.22 | 0.19 | 33.91 | 0.32 | 0.72 |
| Hex | CE | BA | A0 | 0 | A | 16 | 13 | 22 | 20 | 48 |
| Octal | 316 | 272 | 240 | 0 | 12 | 26 | 23 | 42 | 40 | 110 |
| Binary | 11001110 | 10111010 | 10100000 | 0 | 1010 | 10110 | 10011 | 100010 | 100000 | 1001000 |
Color Harmonies of #CEBAA0
Complementary color
Monochromatic Colors of #CEBAA0
Black with #CEBAA0
Text Example
Text Example
White with #CEBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAA0; }
p { color: rgb(206,186,160); }
H1.HeaderClassName
{
color: #CEBAA0;
}
.AnyTagClassName
{
color: #CEBAA0;
}
</style>
background-color css
<style>
a { background-color: #CEBAA0; }
a { background-color: rgb(206,186,160); }
div.DivClassName
{
background-color: #CEBAA0;
}
.BgClassName
{
background-color: #CEBAA0;
}
</style>
border-color css
<style>
span { border-color: #CEBAA0; }
span { border-color: rgb(206,186,160); }
td.TdClassName
{
border-color: #CEBAA0;
}
.TagClassName
{
border-color: #CEBAA0;
}
</style>