Shades of Grain Brown #CEB8A4
Tints of Grain Brown #CEB8A4
RGB
CMYK
RGB Variations
Color information
#CEB8A4 (or 0xCEB8A4) is known color: Grain Brown. HEX triplet: CE, B8 and A4. RGB value is (206,184,164). Sum of RGB (Red+Green+Blue) = 206+184+164=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB8A4 is #31475B. Grayscale: #BCBCBC. Windows color (decimal): -3229532 or 10795214. OLE color: 10795214.
HSL color Cylindrical-coordinate representation of color #CEB8A4: hue angle of 28.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB8A4 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 164 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.19 |
| HSL | 28.57º | 0.3% | 0.73% | - |
| HSV(B) | 28.57º | 0.2% | 0.81% | - |
| XYZ | 49.29 | 50.08 | 42.19 | - |
| YUV | 188.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 164 | 0 | 0.11 | 0.20 | 0.19 | 28.57 | 0.3 | 0.73 |
| Hex | CE | B8 | A4 | 0 | B | 14 | 13 | 1D | 1E | 49 |
| Octal | 316 | 270 | 244 | 0 | 13 | 24 | 23 | 35 | 36 | 111 |
| Binary | 11001110 | 10111000 | 10100100 | 0 | 1011 | 10100 | 10011 | 11101 | 11110 | 1001001 |
Color Harmonies of #CEB8A4
Complementary color
Monochromatic Colors of #CEB8A4
Black with #CEB8A4
Text Example
Text Example
White with #CEB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8A4; }
p { color: rgb(206,184,164); }
H1.HeaderClassName
{
color: #CEB8A4;
}
.AnyTagClassName
{
color: #CEB8A4;
}
</style>
background-color css
<style>
a { background-color: #CEB8A4; }
a { background-color: rgb(206,184,164); }
div.DivClassName
{
background-color: #CEB8A4;
}
.BgClassName
{
background-color: #CEB8A4;
}
</style>
border-color css
<style>
span { border-color: #CEB8A4; }
span { border-color: rgb(206,184,164); }
td.TdClassName
{
border-color: #CEB8A4;
}
.TagClassName
{
border-color: #CEB8A4;
}
</style>