Shades of Grain Brown #C5B5A2
Tints of Grain Brown #C5B5A2
RGB
CMYK
RGB Variations
Color information
#C5B5A2 (or 0xC5B5A2) is known color: Grain Brown. HEX triplet: C5, B5 and A2. RGB value is (197,181,162). Sum of RGB (Red+Green+Blue) = 197+181+162=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B5A2 is #3A4A5D. Grayscale: #B7B7B7. Windows color (decimal): -3820126 or 10663365. OLE color: 10663365.
HSL color Cylindrical-coordinate representation of color #C5B5A2: hue angle of 32.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5B5A2 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 162 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.23 |
| HSL | 32.57º | 0.23% | 0.7% | - |
| HSV(B) | 32.57º | 0.18% | 0.77% | - |
| XYZ | 46.07 | 47.53 | 40.93 | - |
| YUV | 183.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 162 | 0 | 0.08 | 0.18 | 0.23 | 32.57 | 0.23 | 0.7 |
| Hex | C5 | B5 | A2 | 0 | 8 | 12 | 17 | 21 | 17 | 46 |
| Octal | 305 | 265 | 242 | 0 | 10 | 22 | 27 | 41 | 27 | 106 |
| Binary | 11000101 | 10110101 | 10100010 | 0 | 1000 | 10010 | 10111 | 100001 | 10111 | 1000110 |
Color Harmonies of #C5B5A2
Complementary color
Monochromatic Colors of #C5B5A2
Black with #C5B5A2
Text Example
Text Example
White with #C5B5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5A2; }
p { color: rgb(197,181,162); }
H1.HeaderClassName
{
color: #C5B5A2;
}
.AnyTagClassName
{
color: #C5B5A2;
}
</style>
background-color css
<style>
a { background-color: #C5B5A2; }
a { background-color: rgb(197,181,162); }
div.DivClassName
{
background-color: #C5B5A2;
}
.BgClassName
{
background-color: #C5B5A2;
}
</style>
border-color css
<style>
span { border-color: #C5B5A2; }
span { border-color: rgb(197,181,162); }
td.TdClassName
{
border-color: #C5B5A2;
}
.TagClassName
{
border-color: #C5B5A2;
}
</style>