Shades of Grain Brown #C8B9A1
Tints of Grain Brown #C8B9A1
RGB
CMYK
RGB Variations
Color information
#C8B9A1 (or 0xC8B9A1) is known color: Grain Brown. HEX triplet: C8, B9 and A1. RGB value is (200,185,161). Sum of RGB (Red+Green+Blue) = 200+185+161=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B9A1 is #37465E. Grayscale: #BABABA. Windows color (decimal): -3622495 or 10598856. OLE color: 10598856.
HSL color Cylindrical-coordinate representation of color #C8B9A1: hue angle of 36.92º degrees, saturation: 0.26, 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 #C8B9A1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 161 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.22 |
| HSL | 36.92º | 0.26% | 0.71% | - |
| HSV(B) | 36.92º | 0.2% | 0.78% | - |
| XYZ | 47.6 | 49.55 | 40.77 | - |
| YUV | 186.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 161 | 0 | 0.08 | 0.19 | 0.22 | 36.92 | 0.26 | 0.71 |
| Hex | C8 | B9 | A1 | 0 | 8 | 13 | 16 | 25 | 1A | 47 |
| Octal | 310 | 271 | 241 | 0 | 10 | 23 | 26 | 45 | 32 | 107 |
| Binary | 11001000 | 10111001 | 10100001 | 0 | 1000 | 10011 | 10110 | 100101 | 11010 | 1000111 |
Color Harmonies of #C8B9A1
Complementary color
Monochromatic Colors of #C8B9A1
Black with #C8B9A1
Text Example
Text Example
White with #C8B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9A1; }
p { color: rgb(200,185,161); }
H1.HeaderClassName
{
color: #C8B9A1;
}
.AnyTagClassName
{
color: #C8B9A1;
}
</style>
background-color css
<style>
a { background-color: #C8B9A1; }
a { background-color: rgb(200,185,161); }
div.DivClassName
{
background-color: #C8B9A1;
}
.BgClassName
{
background-color: #C8B9A1;
}
</style>
border-color css
<style>
span { border-color: #C8B9A1; }
span { border-color: rgb(200,185,161); }
td.TdClassName
{
border-color: #C8B9A1;
}
.TagClassName
{
border-color: #C8B9A1;
}
</style>