Shades of Grain Brown #CEB7A4
Tints of Grain Brown #CEB7A4
RGB
CMYK
RGB Variations
Color information
#CEB7A4 (or 0xCEB7A4) is known color: Grain Brown. HEX triplet: CE, B7 and A4. RGB value is (206,183,164). Sum of RGB (Red+Green+Blue) = 206+183+164=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A4 is #31485B. Grayscale: #BBBBBB. Windows color (decimal): -3229788 or 10794958. OLE color: 10794958.
HSL color Cylindrical-coordinate representation of color #CEB7A4: hue angle of 27.14º 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 #CEB7A4 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 164 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.19 |
| HSL | 27.14º | 0.3% | 0.73% | - |
| HSV(B) | 27.14º | 0.2% | 0.81% | - |
| XYZ | 49.09 | 49.67 | 42.12 | - |
| YUV | 187.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 164 | 0 | 0.11 | 0.20 | 0.19 | 27.14 | 0.3 | 0.73 |
| Hex | CE | B7 | A4 | 0 | B | 14 | 13 | 1B | 1E | 49 |
| Octal | 316 | 267 | 244 | 0 | 13 | 24 | 23 | 33 | 36 | 111 |
| Binary | 11001110 | 10110111 | 10100100 | 0 | 1011 | 10100 | 10011 | 11011 | 11110 | 1001001 |
Color Harmonies of #CEB7A4
Complementary color
Monochromatic Colors of #CEB7A4
Black with #CEB7A4
Text Example
Text Example
White with #CEB7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7A4; }
p { color: rgb(206,183,164); }
H1.HeaderClassName
{
color: #CEB7A4;
}
.AnyTagClassName
{
color: #CEB7A4;
}
</style>
background-color css
<style>
a { background-color: #CEB7A4; }
a { background-color: rgb(206,183,164); }
div.DivClassName
{
background-color: #CEB7A4;
}
.BgClassName
{
background-color: #CEB7A4;
}
</style>
border-color css
<style>
span { border-color: #CEB7A4; }
span { border-color: rgb(206,183,164); }
td.TdClassName
{
border-color: #CEB7A4;
}
.TagClassName
{
border-color: #CEB7A4;
}
</style>