Shades of Grain Brown #C8BBAA
Tints of Grain Brown #C8BBAA
RGB
CMYK
RGB Variations
Color information
#C8BBAA (or 0xC8BBAA) is known color: Grain Brown. HEX triplet: C8, BB and AA. RGB value is (200,187,170). Sum of RGB (Red+Green+Blue) = 200+187+170=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBAA is #374455. Grayscale: #BDBDBD. Windows color (decimal): -3621974 or 11189192. OLE color: 11189192.
HSL color Cylindrical-coordinate representation of color #C8BBAA: hue angle of 34º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BBAA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 170 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.22 |
| HSL | 34º | 0.21% | 0.73% | - |
| HSV(B) | 34º | 0.15% | 0.78% | - |
| XYZ | 48.85 | 50.72 | 45.25 | - |
| YUV | 188.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 170 | 0 | 0.06 | 0.15 | 0.22 | 34 | 0.21 | 0.73 |
| Hex | C8 | BB | AA | 0 | 6 | F | 16 | 22 | 15 | 49 |
| Octal | 310 | 273 | 252 | 0 | 6 | 17 | 26 | 42 | 25 | 111 |
| Binary | 11001000 | 10111011 | 10101010 | 0 | 110 | 1111 | 10110 | 100010 | 10101 | 1001001 |
Color Harmonies of #C8BBAA
Complementary color
Monochromatic Colors of #C8BBAA
Black with #C8BBAA
Text Example
Text Example
White with #C8BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBAA; }
p { color: rgb(200,187,170); }
H1.HeaderClassName
{
color: #C8BBAA;
}
.AnyTagClassName
{
color: #C8BBAA;
}
</style>
background-color css
<style>
a { background-color: #C8BBAA; }
a { background-color: rgb(200,187,170); }
div.DivClassName
{
background-color: #C8BBAA;
}
.BgClassName
{
background-color: #C8BBAA;
}
</style>
border-color css
<style>
span { border-color: #C8BBAA; }
span { border-color: rgb(200,187,170); }
td.TdClassName
{
border-color: #C8BBAA;
}
.TagClassName
{
border-color: #C8BBAA;
}
</style>