Shades of Grain Brown #C9BCAF
Tints of Grain Brown #C9BCAF
RGB
CMYK
RGB Variations
Color information
#C9BCAF (or 0xC9BCAF) is known color: Grain Brown. HEX triplet: C9, BC and AF. RGB value is (201,188,175). Sum of RGB (Red+Green+Blue) = 201+188+175=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAF is #364350. Grayscale: #BEBEBE. Windows color (decimal): -3556177 or 11517129. OLE color: 11517129.
HSL color Cylindrical-coordinate representation of color #C9BCAF: hue angle of 30º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BCAF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 175 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.21 |
| HSL | 30º | 0.19% | 0.74% | - |
| HSV(B) | 30º | 0.13% | 0.79% | - |
| XYZ | 49.81 | 51.48 | 47.87 | - |
| YUV | 190.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 175 | 0 | 0.06 | 0.13 | 0.21 | 30 | 0.19 | 0.74 |
| Hex | C9 | BC | AF | 0 | 6 | D | 15 | 1E | 13 | 4A |
| Octal | 311 | 274 | 257 | 0 | 6 | 15 | 25 | 36 | 23 | 112 |
| Binary | 11001001 | 10111100 | 10101111 | 0 | 110 | 1101 | 10101 | 11110 | 10011 | 1001010 |
Color Harmonies of #C9BCAF
Complementary color
Monochromatic Colors of #C9BCAF
Black with #C9BCAF
Text Example
Text Example
White with #C9BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCAF; }
p { color: rgb(201,188,175); }
H1.HeaderClassName
{
color: #C9BCAF;
}
.AnyTagClassName
{
color: #C9BCAF;
}
</style>
background-color css
<style>
a { background-color: #C9BCAF; }
a { background-color: rgb(201,188,175); }
div.DivClassName
{
background-color: #C9BCAF;
}
.BgClassName
{
background-color: #C9BCAF;
}
</style>
border-color css
<style>
span { border-color: #C9BCAF; }
span { border-color: rgb(201,188,175); }
td.TdClassName
{
border-color: #C9BCAF;
}
.TagClassName
{
border-color: #C9BCAF;
}
</style>