Shades of Grain Brown #CEBAA2
Tints of Grain Brown #CEBAA2
RGB
CMYK
RGB Variations
Color information
#CEBAA2 (or 0xCEBAA2) is known color: Grain Brown. HEX triplet: CE, BA and A2. RGB value is (206,186,162). Sum of RGB (Red+Green+Blue) = 206+186+162=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA2 is #31455D. Grayscale: #BDBDBD. Windows color (decimal): -3229022 or 10664654. OLE color: 10664654.
HSL color Cylindrical-coordinate representation of color #CEBAA2: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBAA2 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 162 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.19 |
| HSL | 32.73º | 0.31% | 0.72% | - |
| HSV(B) | 32.73º | 0.21% | 0.81% | - |
| XYZ | 49.53 | 50.85 | 41.39 | - |
| YUV | 189.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 162 | 0 | 0.10 | 0.21 | 0.19 | 32.73 | 0.31 | 0.72 |
| Hex | CE | BA | A2 | 0 | A | 15 | 13 | 21 | 1F | 48 |
| Octal | 316 | 272 | 242 | 0 | 12 | 25 | 23 | 41 | 37 | 110 |
| Binary | 11001110 | 10111010 | 10100010 | 0 | 1010 | 10101 | 10011 | 100001 | 11111 | 1001000 |
Color Harmonies of #CEBAA2
Complementary color
Monochromatic Colors of #CEBAA2
Black with #CEBAA2
Text Example
Text Example
White with #CEBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAA2; }
p { color: rgb(206,186,162); }
H1.HeaderClassName
{
color: #CEBAA2;
}
.AnyTagClassName
{
color: #CEBAA2;
}
</style>
background-color css
<style>
a { background-color: #CEBAA2; }
a { background-color: rgb(206,186,162); }
div.DivClassName
{
background-color: #CEBAA2;
}
.BgClassName
{
background-color: #CEBAA2;
}
</style>
border-color css
<style>
span { border-color: #CEBAA2; }
span { border-color: rgb(206,186,162); }
td.TdClassName
{
border-color: #CEBAA2;
}
.TagClassName
{
border-color: #CEBAA2;
}
</style>