Shades of Grain Brown #CBBBA8
Tints of Grain Brown #CBBBA8
RGB
CMYK
RGB Variations
Color information
#CBBBA8 (or 0xCBBBA8) is known color: Grain Brown. HEX triplet: CB, BB and A8. RGB value is (203,187,168). Sum of RGB (Red+Green+Blue) = 203+187+168=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA8 is #344457. Grayscale: #BDBDBD. Windows color (decimal): -3425368 or 11058123. OLE color: 11058123.
HSL color Cylindrical-coordinate representation of color #CBBBA8: hue angle of 32.57º 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 #CBBBA8 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 168 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.20 |
| HSL | 32.57º | 0.25% | 0.73% | - |
| HSV(B) | 32.57º | 0.17% | 0.8% | - |
| XYZ | 49.47 | 51.06 | 44.3 | - |
| YUV | 189.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 168 | 0 | 0.08 | 0.17 | 0.20 | 32.57 | 0.25 | 0.73 |
| Hex | CB | BB | A8 | 0 | 8 | 11 | 14 | 21 | 19 | 49 |
| Octal | 313 | 273 | 250 | 0 | 10 | 21 | 24 | 41 | 31 | 111 |
| Binary | 11001011 | 10111011 | 10101000 | 0 | 1000 | 10001 | 10100 | 100001 | 11001 | 1001001 |
Color Harmonies of #CBBBA8
Complementary color
Monochromatic Colors of #CBBBA8
Black with #CBBBA8
Text Example
Text Example
White with #CBBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBA8; }
p { color: rgb(203,187,168); }
H1.HeaderClassName
{
color: #CBBBA8;
}
.AnyTagClassName
{
color: #CBBBA8;
}
</style>
background-color css
<style>
a { background-color: #CBBBA8; }
a { background-color: rgb(203,187,168); }
div.DivClassName
{
background-color: #CBBBA8;
}
.BgClassName
{
background-color: #CBBBA8;
}
</style>
border-color css
<style>
span { border-color: #CBBBA8; }
span { border-color: rgb(203,187,168); }
td.TdClassName
{
border-color: #CBBBA8;
}
.TagClassName
{
border-color: #CBBBA8;
}
</style>