Shades of Grain Brown #C8BBAD
Tints of Grain Brown #C8BBAD
RGB
CMYK
RGB Variations
Color information
#C8BBAD (or 0xC8BBAD) is known color: Grain Brown. HEX triplet: C8, BB and AD. RGB value is (200,187,173). Sum of RGB (Red+Green+Blue) = 200+187+173=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBAD is #374452. Grayscale: #BDBDBD. Windows color (decimal): -3621971 or 11385800. OLE color: 11385800.
HSL color Cylindrical-coordinate representation of color #C8BBAD: hue angle of 31.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BBAD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 173 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.22 |
| HSL | 31.11º | 0.2% | 0.73% | - |
| HSV(B) | 31.11º | 0.14% | 0.78% | - |
| XYZ | 49.13 | 50.84 | 46.76 | - |
| YUV | 189.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 173 | 0 | 0.06 | 0.14 | 0.22 | 31.11 | 0.2 | 0.73 |
| Hex | C8 | BB | AD | 0 | 6 | E | 16 | 1F | 14 | 49 |
| Octal | 310 | 273 | 255 | 0 | 6 | 16 | 26 | 37 | 24 | 111 |
| Binary | 11001000 | 10111011 | 10101101 | 0 | 110 | 1110 | 10110 | 11111 | 10100 | 1001001 |
Color Harmonies of #C8BBAD
Complementary color
Monochromatic Colors of #C8BBAD
Black with #C8BBAD
Text Example
Text Example
White with #C8BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBAD; }
p { color: rgb(200,187,173); }
H1.HeaderClassName
{
color: #C8BBAD;
}
.AnyTagClassName
{
color: #C8BBAD;
}
</style>
background-color css
<style>
a { background-color: #C8BBAD; }
a { background-color: rgb(200,187,173); }
div.DivClassName
{
background-color: #C8BBAD;
}
.BgClassName
{
background-color: #C8BBAD;
}
</style>
border-color css
<style>
span { border-color: #C8BBAD; }
span { border-color: rgb(200,187,173); }
td.TdClassName
{
border-color: #C8BBAD;
}
.TagClassName
{
border-color: #C8BBAD;
}
</style>