Shades of Grain Brown #C9BAA3
Tints of Grain Brown #C9BAA3
RGB
CMYK
RGB Variations
Color information
#C9BAA3 (or 0xC9BAA3) is known color: Grain Brown. HEX triplet: C9, BA and A3. RGB value is (201,186,163). Sum of RGB (Red+Green+Blue) = 201+186+163=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAA3 is #36455C. Grayscale: #BBBBBB. Windows color (decimal): -3556701 or 10730185. OLE color: 10730185.
HSL color Cylindrical-coordinate representation of color #C9BAA3: hue angle of 36.32º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BAA3 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 163 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.21 |
| HSL | 36.32º | 0.26% | 0.71% | - |
| HSV(B) | 36.32º | 0.19% | 0.79% | - |
| XYZ | 48.26 | 50.18 | 41.79 | - |
| YUV | 187.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 163 | 0 | 0.07 | 0.19 | 0.21 | 36.32 | 0.26 | 0.71 |
| Hex | C9 | BA | A3 | 0 | 7 | 13 | 15 | 24 | 1A | 47 |
| Octal | 311 | 272 | 243 | 0 | 7 | 23 | 25 | 44 | 32 | 107 |
| Binary | 11001001 | 10111010 | 10100011 | 0 | 111 | 10011 | 10101 | 100100 | 11010 | 1000111 |
Color Harmonies of #C9BAA3
Complementary color
Monochromatic Colors of #C9BAA3
Black with #C9BAA3
Text Example
Text Example
White with #C9BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAA3; }
p { color: rgb(201,186,163); }
H1.HeaderClassName
{
color: #C9BAA3;
}
.AnyTagClassName
{
color: #C9BAA3;
}
</style>
background-color css
<style>
a { background-color: #C9BAA3; }
a { background-color: rgb(201,186,163); }
div.DivClassName
{
background-color: #C9BAA3;
}
.BgClassName
{
background-color: #C9BAA3;
}
</style>
border-color css
<style>
span { border-color: #C9BAA3; }
span { border-color: rgb(201,186,163); }
td.TdClassName
{
border-color: #C9BAA3;
}
.TagClassName
{
border-color: #C9BAA3;
}
</style>