Shades of Grain Brown #C5B3A0
Tints of Grain Brown #C5B3A0
RGB
CMYK
RGB Variations
Color information
#C5B3A0 (or 0xC5B3A0) is known color: Grain Brown. HEX triplet: C5, B3 and A0. RGB value is (197,179,160). Sum of RGB (Red+Green+Blue) = 197+179+160=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B3A0 is #3A4C5F. Grayscale: #B6B6B6. Windows color (decimal): -3820640 or 10531781. OLE color: 10531781.
HSL color Cylindrical-coordinate representation of color #C5B3A0: hue angle of 30.81º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5B3A0 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 160 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.23 |
| HSL | 30.81º | 0.24% | 0.7% | - |
| HSV(B) | 30.81º | 0.19% | 0.77% | - |
| XYZ | 45.49 | 46.65 | 39.86 | - |
| YUV | 182.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 160 | 0 | 0.09 | 0.19 | 0.23 | 30.81 | 0.24 | 0.7 |
| Hex | C5 | B3 | A0 | 0 | 9 | 13 | 17 | 1F | 18 | 46 |
| Octal | 305 | 263 | 240 | 0 | 11 | 23 | 27 | 37 | 30 | 106 |
| Binary | 11000101 | 10110011 | 10100000 | 0 | 1001 | 10011 | 10111 | 11111 | 11000 | 1000110 |
Color Harmonies of #C5B3A0
Complementary color
Monochromatic Colors of #C5B3A0
Black with #C5B3A0
Text Example
Text Example
White with #C5B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B3A0; }
p { color: rgb(197,179,160); }
H1.HeaderClassName
{
color: #C5B3A0;
}
.AnyTagClassName
{
color: #C5B3A0;
}
</style>
background-color css
<style>
a { background-color: #C5B3A0; }
a { background-color: rgb(197,179,160); }
div.DivClassName
{
background-color: #C5B3A0;
}
.BgClassName
{
background-color: #C5B3A0;
}
</style>
border-color css
<style>
span { border-color: #C5B3A0; }
span { border-color: rgb(197,179,160); }
td.TdClassName
{
border-color: #C5B3A0;
}
.TagClassName
{
border-color: #C5B3A0;
}
</style>