Shades of Grain Brown #C8B49F
Tints of Grain Brown #C8B49F
RGB
CMYK
RGB Variations
Color information
#C8B49F (or 0xC8B49F) is known color: Grain Brown. HEX triplet: C8, B4 and 9F. RGB value is (200,180,159). Sum of RGB (Red+Green+Blue) = 200+180+159=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B49F is #374B60. Grayscale: #B7B7B7. Windows color (decimal): -3623777 or 10466504. OLE color: 10466504.
HSL color Cylindrical-coordinate representation of color #C8B49F: hue angle of 30.73º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8B49F is Cyan = 0, Magento = 0.1, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 159 | - |
| CMYK | 0 | 0.1 | 0.20 | 0.22 |
| HSL | 30.73º | 0.27% | 0.7% | - |
| HSV(B) | 30.73º | 0.21% | 0.78% | - |
| XYZ | 46.4 | 47.43 | 39.51 | - |
| YUV | 183.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 159 | 0 | 0.1 | 0.20 | 0.22 | 30.73 | 0.27 | 0.7 |
| Hex | C8 | B4 | 9F | 0 | A | 14 | 16 | 1F | 1B | 46 |
| Octal | 310 | 264 | 237 | 0 | 12 | 24 | 26 | 37 | 33 | 106 |
| Binary | 11001000 | 10110100 | 10011111 | 0 | 1010 | 10100 | 10110 | 11111 | 11011 | 1000110 |
Color Harmonies of #C8B49F
Complementary color
Monochromatic Colors of #C8B49F
Black with #C8B49F
Text Example
Text Example
White with #C8B49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B49F; }
p { color: rgb(200,180,159); }
H1.HeaderClassName
{
color: #C8B49F;
}
.AnyTagClassName
{
color: #C8B49F;
}
</style>
background-color css
<style>
a { background-color: #C8B49F; }
a { background-color: rgb(200,180,159); }
div.DivClassName
{
background-color: #C8B49F;
}
.BgClassName
{
background-color: #C8B49F;
}
</style>
border-color css
<style>
span { border-color: #C8B49F; }
span { border-color: rgb(200,180,159); }
td.TdClassName
{
border-color: #C8B49F;
}
.TagClassName
{
border-color: #C8B49F;
}
</style>