Shades of Grain Brown #CEB8A8
Tints of Grain Brown #CEB8A8
RGB
CMYK
RGB Variations
Color information
#CEB8A8 (or 0xCEB8A8) is known color: Grain Brown. HEX triplet: CE, B8 and A8. RGB value is (206,184,168). Sum of RGB (Red+Green+Blue) = 206+184+168=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB8A8 is #314757. Grayscale: #BCBCBC. Windows color (decimal): -3229528 or 11057358. OLE color: 11057358.
HSL color Cylindrical-coordinate representation of color #CEB8A8: hue angle of 25.26º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB8A8 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 168 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.19 |
| HSL | 25.26º | 0.28% | 0.73% | - |
| HSV(B) | 25.26º | 0.18% | 0.81% | - |
| XYZ | 49.66 | 50.23 | 44.12 | - |
| YUV | 188.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 168 | 0 | 0.11 | 0.18 | 0.19 | 25.26 | 0.28 | 0.73 |
| Hex | CE | B8 | A8 | 0 | B | 12 | 13 | 19 | 1C | 49 |
| Octal | 316 | 270 | 250 | 0 | 13 | 22 | 23 | 31 | 34 | 111 |
| Binary | 11001110 | 10111000 | 10101000 | 0 | 1011 | 10010 | 10011 | 11001 | 11100 | 1001001 |
Color Harmonies of #CEB8A8
Complementary color
Monochromatic Colors of #CEB8A8
Black with #CEB8A8
Text Example
Text Example
White with #CEB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8A8; }
p { color: rgb(206,184,168); }
H1.HeaderClassName
{
color: #CEB8A8;
}
.AnyTagClassName
{
color: #CEB8A8;
}
</style>
background-color css
<style>
a { background-color: #CEB8A8; }
a { background-color: rgb(206,184,168); }
div.DivClassName
{
background-color: #CEB8A8;
}
.BgClassName
{
background-color: #CEB8A8;
}
</style>
border-color css
<style>
span { border-color: #CEB8A8; }
span { border-color: rgb(206,184,168); }
td.TdClassName
{
border-color: #CEB8A8;
}
.TagClassName
{
border-color: #CEB8A8;
}
</style>