Shades of Grain Brown #C5B7A6
Tints of Grain Brown #C5B7A6
RGB
CMYK
RGB Variations
Color information
#C5B7A6 (or 0xC5B7A6) is known color: Grain Brown. HEX triplet: C5, B7 and A6. RGB value is (197,183,166). Sum of RGB (Red+Green+Blue) = 197+183+166=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B7A6 is #3A4859. Grayscale: #B9B9B9. Windows color (decimal): -3819610 or 10926021. OLE color: 10926021.
HSL color Cylindrical-coordinate representation of color #C5B7A6: hue angle of 32.9º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5B7A6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 166 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.23 |
| HSL | 32.9º | 0.21% | 0.71% | - |
| HSV(B) | 32.9º | 0.16% | 0.77% | - |
| XYZ | 46.84 | 48.49 | 42.97 | - |
| YUV | 185.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 166 | 0 | 0.07 | 0.16 | 0.23 | 32.9 | 0.21 | 0.71 |
| Hex | C5 | B7 | A6 | 0 | 7 | 10 | 17 | 21 | 15 | 47 |
| Octal | 305 | 267 | 246 | 0 | 7 | 20 | 27 | 41 | 25 | 107 |
| Binary | 11000101 | 10110111 | 10100110 | 0 | 111 | 10000 | 10111 | 100001 | 10101 | 1000111 |
Color Harmonies of #C5B7A6
Complementary color
Monochromatic Colors of #C5B7A6
Black with #C5B7A6
Text Example
Text Example
White with #C5B7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7A6; }
p { color: rgb(197,183,166); }
H1.HeaderClassName
{
color: #C5B7A6;
}
.AnyTagClassName
{
color: #C5B7A6;
}
</style>
background-color css
<style>
a { background-color: #C5B7A6; }
a { background-color: rgb(197,183,166); }
div.DivClassName
{
background-color: #C5B7A6;
}
.BgClassName
{
background-color: #C5B7A6;
}
</style>
border-color css
<style>
span { border-color: #C5B7A6; }
span { border-color: rgb(197,183,166); }
td.TdClassName
{
border-color: #C5B7A6;
}
.TagClassName
{
border-color: #C5B7A6;
}
</style>