Shades of Grain Brown #CEBBA7
Tints of Grain Brown #CEBBA7
RGB
CMYK
RGB Variations
Color information
#CEBBA7 (or 0xCEBBA7) is known color: Grain Brown. HEX triplet: CE, BB and A7. RGB value is (206,187,167). Sum of RGB (Red+Green+Blue) = 206+187+167=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA7 is #314458. Grayscale: #BEBEBE. Windows color (decimal): -3228761 or 10992590. OLE color: 10992590.
HSL color Cylindrical-coordinate representation of color #CEBBA7: hue angle of 30.77º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBBA7 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 167 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.19 |
| HSL | 30.77º | 0.28% | 0.73% | - |
| HSV(B) | 30.77º | 0.19% | 0.81% | - |
| XYZ | 50.2 | 51.45 | 43.84 | - |
| YUV | 190.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 167 | 0 | 0.09 | 0.19 | 0.19 | 30.77 | 0.28 | 0.73 |
| Hex | CE | BB | A7 | 0 | 9 | 13 | 13 | 1F | 1C | 49 |
| Octal | 316 | 273 | 247 | 0 | 11 | 23 | 23 | 37 | 34 | 111 |
| Binary | 11001110 | 10111011 | 10100111 | 0 | 1001 | 10011 | 10011 | 11111 | 11100 | 1001001 |
Color Harmonies of #CEBBA7
Complementary color
Monochromatic Colors of #CEBBA7
Black with #CEBBA7
Text Example
Text Example
White with #CEBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA7; }
p { color: rgb(206,187,167); }
H1.HeaderClassName
{
color: #CEBBA7;
}
.AnyTagClassName
{
color: #CEBBA7;
}
</style>
background-color css
<style>
a { background-color: #CEBBA7; }
a { background-color: rgb(206,187,167); }
div.DivClassName
{
background-color: #CEBBA7;
}
.BgClassName
{
background-color: #CEBBA7;
}
</style>
border-color css
<style>
span { border-color: #CEBBA7; }
span { border-color: rgb(206,187,167); }
td.TdClassName
{
border-color: #CEBBA7;
}
.TagClassName
{
border-color: #CEBBA7;
}
</style>