Shades of Grain Brown #CEBAA9
Tints of Grain Brown #CEBAA9
RGB
CMYK
RGB Variations
Color information
#CEBAA9 (or 0xCEBAA9) is known color: Grain Brown. HEX triplet: CE, BA and A9. RGB value is (206,186,169). Sum of RGB (Red+Green+Blue) = 206+186+169=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA9 is #314556. Grayscale: #BEBEBE. Windows color (decimal): -3229015 or 11123406. OLE color: 11123406.
HSL color Cylindrical-coordinate representation of color #CEBAA9: hue angle of 27.57º 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 #CEBAA9 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 169 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.19 |
| HSL | 27.57º | 0.27% | 0.74% | - |
| HSV(B) | 27.57º | 0.18% | 0.81% | - |
| XYZ | 50.17 | 51.1 | 44.76 | - |
| YUV | 190.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 169 | 0 | 0.10 | 0.18 | 0.19 | 27.57 | 0.27 | 0.74 |
| Hex | CE | BA | A9 | 0 | A | 12 | 13 | 1C | 1B | 4A |
| Octal | 316 | 272 | 251 | 0 | 12 | 22 | 23 | 34 | 33 | 112 |
| Binary | 11001110 | 10111010 | 10101001 | 0 | 1010 | 10010 | 10011 | 11100 | 11011 | 1001010 |
Color Harmonies of #CEBAA9
Complementary color
Monochromatic Colors of #CEBAA9
Black with #CEBAA9
Text Example
Text Example
White with #CEBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAA9; }
p { color: rgb(206,186,169); }
H1.HeaderClassName
{
color: #CEBAA9;
}
.AnyTagClassName
{
color: #CEBAA9;
}
</style>
background-color css
<style>
a { background-color: #CEBAA9; }
a { background-color: rgb(206,186,169); }
div.DivClassName
{
background-color: #CEBAA9;
}
.BgClassName
{
background-color: #CEBAA9;
}
</style>
border-color css
<style>
span { border-color: #CEBAA9; }
span { border-color: rgb(206,186,169); }
td.TdClassName
{
border-color: #CEBAA9;
}
.TagClassName
{
border-color: #CEBAA9;
}
</style>