Shades of Grain Brown #C8B7A3
Tints of Grain Brown #C8B7A3
RGB
CMYK
RGB Variations
Color information
#C8B7A3 (or 0xC8B7A3) is known color: Grain Brown. HEX triplet: C8, B7 and A3. RGB value is (200,183,163). Sum of RGB (Red+Green+Blue) = 200+183+163=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B7A3 is #37485C. Grayscale: #B9B9B9. Windows color (decimal): -3623005 or 10729416. OLE color: 10729416.
HSL color Cylindrical-coordinate representation of color #C8B7A3: hue angle of 32.43º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B7A3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 163 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.22 |
| HSL | 32.43º | 0.25% | 0.71% | - |
| HSV(B) | 32.43º | 0.19% | 0.78% | - |
| XYZ | 47.36 | 48.79 | 41.57 | - |
| YUV | 185.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 163 | 0 | 0.08 | 0.18 | 0.22 | 32.43 | 0.25 | 0.71 |
| Hex | C8 | B7 | A3 | 0 | 8 | 12 | 16 | 20 | 19 | 47 |
| Octal | 310 | 267 | 243 | 0 | 10 | 22 | 26 | 40 | 31 | 107 |
| Binary | 11001000 | 10110111 | 10100011 | 0 | 1000 | 10010 | 10110 | 100000 | 11001 | 1000111 |
Color Harmonies of #C8B7A3
Complementary color
Monochromatic Colors of #C8B7A3
Black with #C8B7A3
Text Example
Text Example
White with #C8B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7A3; }
p { color: rgb(200,183,163); }
H1.HeaderClassName
{
color: #C8B7A3;
}
.AnyTagClassName
{
color: #C8B7A3;
}
</style>
background-color css
<style>
a { background-color: #C8B7A3; }
a { background-color: rgb(200,183,163); }
div.DivClassName
{
background-color: #C8B7A3;
}
.BgClassName
{
background-color: #C8B7A3;
}
</style>
border-color css
<style>
span { border-color: #C8B7A3; }
span { border-color: rgb(200,183,163); }
td.TdClassName
{
border-color: #C8B7A3;
}
.TagClassName
{
border-color: #C8B7A3;
}
</style>