Shades of Grain Brown #C9B7A5
Tints of Grain Brown #C9B7A5
RGB
CMYK
RGB Variations
Color information
#C9B7A5 (or 0xC9B7A5) is known color: Grain Brown. HEX triplet: C9, B7 and A5. RGB value is (201,183,165). Sum of RGB (Red+Green+Blue) = 201+183+165=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B7A5 is #36485A. Grayscale: #BABABA. Windows color (decimal): -3557467 or 10860489. OLE color: 10860489.
HSL color Cylindrical-coordinate representation of color #C9B7A5: hue angle of 30º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9B7A5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 165 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.21 |
| HSL | 30º | 0.25% | 0.72% | - |
| HSV(B) | 30º | 0.18% | 0.79% | - |
| XYZ | 47.81 | 49 | 42.54 | - |
| YUV | 186.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 165 | 0 | 0.09 | 0.18 | 0.21 | 30 | 0.25 | 0.72 |
| Hex | C9 | B7 | A5 | 0 | 9 | 12 | 15 | 1E | 19 | 48 |
| Octal | 311 | 267 | 245 | 0 | 11 | 22 | 25 | 36 | 31 | 110 |
| Binary | 11001001 | 10110111 | 10100101 | 0 | 1001 | 10010 | 10101 | 11110 | 11001 | 1001000 |
Color Harmonies of #C9B7A5
Complementary color
Monochromatic Colors of #C9B7A5
Black with #C9B7A5
Text Example
Text Example
White with #C9B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B7A5; }
p { color: rgb(201,183,165); }
H1.HeaderClassName
{
color: #C9B7A5;
}
.AnyTagClassName
{
color: #C9B7A5;
}
</style>
background-color css
<style>
a { background-color: #C9B7A5; }
a { background-color: rgb(201,183,165); }
div.DivClassName
{
background-color: #C9B7A5;
}
.BgClassName
{
background-color: #C9B7A5;
}
</style>
border-color css
<style>
span { border-color: #C9B7A5; }
span { border-color: rgb(201,183,165); }
td.TdClassName
{
border-color: #C9B7A5;
}
.TagClassName
{
border-color: #C9B7A5;
}
</style>