Shades of Grain Brown #CEBAA1
Tints of Grain Brown #CEBAA1
RGB
CMYK
RGB Variations
Color information
#CEBAA1 (or 0xCEBAA1) is known color: Grain Brown. HEX triplet: CE, BA and A1. RGB value is (206,186,161). Sum of RGB (Red+Green+Blue) = 206+186+161=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA1 is #31455E. Grayscale: #BDBDBD. Windows color (decimal): -3229023 or 10599118. OLE color: 10599118.
HSL color Cylindrical-coordinate representation of color #CEBAA1: hue angle of 33.33º degrees, saturation: 0.31, 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 #CEBAA1 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 161 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.19 |
| HSL | 33.33º | 0.31% | 0.72% | - |
| HSV(B) | 33.33º | 0.22% | 0.81% | - |
| XYZ | 49.45 | 50.81 | 40.92 | - |
| YUV | 189.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 161 | 0 | 0.10 | 0.22 | 0.19 | 33.33 | 0.31 | 0.72 |
| Hex | CE | BA | A1 | 0 | A | 16 | 13 | 21 | 1F | 48 |
| Octal | 316 | 272 | 241 | 0 | 12 | 26 | 23 | 41 | 37 | 110 |
| Binary | 11001110 | 10111010 | 10100001 | 0 | 1010 | 10110 | 10011 | 100001 | 11111 | 1001000 |
Color Harmonies of #CEBAA1
Complementary color
Monochromatic Colors of #CEBAA1
Black with #CEBAA1
Text Example
Text Example
White with #CEBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAA1; }
p { color: rgb(206,186,161); }
H1.HeaderClassName
{
color: #CEBAA1;
}
.AnyTagClassName
{
color: #CEBAA1;
}
</style>
background-color css
<style>
a { background-color: #CEBAA1; }
a { background-color: rgb(206,186,161); }
div.DivClassName
{
background-color: #CEBAA1;
}
.BgClassName
{
background-color: #CEBAA1;
}
</style>
border-color css
<style>
span { border-color: #CEBAA1; }
span { border-color: rgb(206,186,161); }
td.TdClassName
{
border-color: #CEBAA1;
}
.TagClassName
{
border-color: #CEBAA1;
}
</style>