Shades of Grain Brown #CEB7A7
Tints of Grain Brown #CEB7A7
RGB
CMYK
RGB Variations
Color information
#CEB7A7 (or 0xCEB7A7) is known color: Grain Brown. HEX triplet: CE, B7 and A7. RGB value is (206,183,167). Sum of RGB (Red+Green+Blue) = 206+183+167=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A7 is #314858. Grayscale: #BCBCBC. Windows color (decimal): -3229785 or 10991566. OLE color: 10991566.
HSL color Cylindrical-coordinate representation of color #CEB7A7: hue angle of 24.62º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB7A7 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 167 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.19 |
| HSL | 24.62º | 0.28% | 0.73% | - |
| HSV(B) | 24.62º | 0.19% | 0.81% | - |
| XYZ | 49.36 | 49.78 | 43.57 | - |
| YUV | 188.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 167 | 0 | 0.11 | 0.19 | 0.19 | 24.62 | 0.28 | 0.73 |
| Hex | CE | B7 | A7 | 0 | B | 13 | 13 | 19 | 1C | 49 |
| Octal | 316 | 267 | 247 | 0 | 13 | 23 | 23 | 31 | 34 | 111 |
| Binary | 11001110 | 10110111 | 10100111 | 0 | 1011 | 10011 | 10011 | 11001 | 11100 | 1001001 |
Color Harmonies of #CEB7A7
Complementary color
Monochromatic Colors of #CEB7A7
Black with #CEB7A7
Text Example
Text Example
White with #CEB7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7A7; }
p { color: rgb(206,183,167); }
H1.HeaderClassName
{
color: #CEB7A7;
}
.AnyTagClassName
{
color: #CEB7A7;
}
</style>
background-color css
<style>
a { background-color: #CEB7A7; }
a { background-color: rgb(206,183,167); }
div.DivClassName
{
background-color: #CEB7A7;
}
.BgClassName
{
background-color: #CEB7A7;
}
</style>
border-color css
<style>
span { border-color: #CEB7A7; }
span { border-color: rgb(206,183,167); }
td.TdClassName
{
border-color: #CEB7A7;
}
.TagClassName
{
border-color: #CEB7A7;
}
</style>