Shades of Grain Brown #C9BBAA
Tints of Grain Brown #C9BBAA
RGB
CMYK
RGB Variations
Color information
#C9BBAA (or 0xC9BBAA) is known color: Grain Brown. HEX triplet: C9, BB and AA. RGB value is (201,187,170). Sum of RGB (Red+Green+Blue) = 201+187+170=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAA is #364455. Grayscale: #BDBDBD. Windows color (decimal): -3556438 or 11189193. OLE color: 11189193.
HSL color Cylindrical-coordinate representation of color #C9BBAA: hue angle of 32.9º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BBAA is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 170 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.21 |
| HSL | 32.9º | 0.22% | 0.73% | - |
| HSV(B) | 32.9º | 0.15% | 0.79% | - |
| XYZ | 49.11 | 50.86 | 45.26 | - |
| YUV | 189.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 170 | 0 | 0.07 | 0.15 | 0.21 | 32.9 | 0.22 | 0.73 |
| Hex | C9 | BB | AA | 0 | 7 | F | 15 | 21 | 16 | 49 |
| Octal | 311 | 273 | 252 | 0 | 7 | 17 | 25 | 41 | 26 | 111 |
| Binary | 11001001 | 10111011 | 10101010 | 0 | 111 | 1111 | 10101 | 100001 | 10110 | 1001001 |
Color Harmonies of #C9BBAA
Complementary color
Monochromatic Colors of #C9BBAA
Black with #C9BBAA
Text Example
Text Example
White with #C9BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBAA; }
p { color: rgb(201,187,170); }
H1.HeaderClassName
{
color: #C9BBAA;
}
.AnyTagClassName
{
color: #C9BBAA;
}
</style>
background-color css
<style>
a { background-color: #C9BBAA; }
a { background-color: rgb(201,187,170); }
div.DivClassName
{
background-color: #C9BBAA;
}
.BgClassName
{
background-color: #C9BBAA;
}
</style>
border-color css
<style>
span { border-color: #C9BBAA; }
span { border-color: rgb(201,187,170); }
td.TdClassName
{
border-color: #C9BBAA;
}
.TagClassName
{
border-color: #C9BBAA;
}
</style>