Shades of Grain Brown #CBB9A8
Tints of Grain Brown #CBB9A8
RGB
CMYK
RGB Variations
Color information
#CBB9A8 (or 0xCBB9A8) is known color: Grain Brown. HEX triplet: CB, B9 and A8. RGB value is (203,185,168). Sum of RGB (Red+Green+Blue) = 203+185+168=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9A8 is #344657. Grayscale: #BCBCBC. Windows color (decimal): -3425880 or 11057611. OLE color: 11057611.
HSL color Cylindrical-coordinate representation of color #CBB9A8: hue angle of 29.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB9A8 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 168 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.20 |
| HSL | 29.14º | 0.25% | 0.73% | - |
| HSV(B) | 29.14º | 0.17% | 0.8% | - |
| XYZ | 49.05 | 50.22 | 44.15 | - |
| YUV | 188.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 168 | 0 | 0.09 | 0.17 | 0.20 | 29.14 | 0.25 | 0.73 |
| Hex | CB | B9 | A8 | 0 | 9 | 11 | 14 | 1D | 19 | 49 |
| Octal | 313 | 271 | 250 | 0 | 11 | 21 | 24 | 35 | 31 | 111 |
| Binary | 11001011 | 10111001 | 10101000 | 0 | 1001 | 10001 | 10100 | 11101 | 11001 | 1001001 |
Color Harmonies of #CBB9A8
Complementary color
Monochromatic Colors of #CBB9A8
Black with #CBB9A8
Text Example
Text Example
White with #CBB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9A8; }
p { color: rgb(203,185,168); }
H1.HeaderClassName
{
color: #CBB9A8;
}
.AnyTagClassName
{
color: #CBB9A8;
}
</style>
background-color css
<style>
a { background-color: #CBB9A8; }
a { background-color: rgb(203,185,168); }
div.DivClassName
{
background-color: #CBB9A8;
}
.BgClassName
{
background-color: #CBB9A8;
}
</style>
border-color css
<style>
span { border-color: #CBB9A8; }
span { border-color: rgb(203,185,168); }
td.TdClassName
{
border-color: #CBB9A8;
}
.TagClassName
{
border-color: #CBB9A8;
}
</style>