Shades of Grain Brown #CEB7A0
Tints of Grain Brown #CEB7A0
RGB
CMYK
RGB Variations
Color information
#CEB7A0 (or 0xCEB7A0) is known color: Grain Brown. HEX triplet: CE, B7 and A0. RGB value is (206,183,160). Sum of RGB (Red+Green+Blue) = 206+183+160=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A0 is #31485F. Grayscale: #BBBBBB. Windows color (decimal): -3229792 or 10532814. OLE color: 10532814.
HSL color Cylindrical-coordinate representation of color #CEB7A0: hue angle of 30º degrees, saturation: 0.32, 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 #CEB7A0 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 160 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.19 |
| HSL | 30º | 0.32% | 0.72% | - |
| HSV(B) | 30º | 0.22% | 0.81% | - |
| XYZ | 48.73 | 49.53 | 40.25 | - |
| YUV | 187.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 160 | 0 | 0.11 | 0.22 | 0.19 | 30 | 0.32 | 0.72 |
| Hex | CE | B7 | A0 | 0 | B | 16 | 13 | 1E | 20 | 48 |
| Octal | 316 | 267 | 240 | 0 | 13 | 26 | 23 | 36 | 40 | 110 |
| Binary | 11001110 | 10110111 | 10100000 | 0 | 1011 | 10110 | 10011 | 11110 | 100000 | 1001000 |
Color Harmonies of #CEB7A0
Complementary color
Monochromatic Colors of #CEB7A0
Black with #CEB7A0
Text Example
Text Example
White with #CEB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7A0; }
p { color: rgb(206,183,160); }
H1.HeaderClassName
{
color: #CEB7A0;
}
.AnyTagClassName
{
color: #CEB7A0;
}
</style>
background-color css
<style>
a { background-color: #CEB7A0; }
a { background-color: rgb(206,183,160); }
div.DivClassName
{
background-color: #CEB7A0;
}
.BgClassName
{
background-color: #CEB7A0;
}
</style>
border-color css
<style>
span { border-color: #CEB7A0; }
span { border-color: rgb(206,183,160); }
td.TdClassName
{
border-color: #CEB7A0;
}
.TagClassName
{
border-color: #CEB7A0;
}
</style>