Shades of Grain Brown #CBBAA6
Tints of Grain Brown #CBBAA6
RGB
CMYK
RGB Variations
Color information
#CBBAA6 (or 0xCBBAA6) is known color: Grain Brown. HEX triplet: CB, BA and A6. RGB value is (203,186,166). Sum of RGB (Red+Green+Blue) = 203+186+166=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAA6 is #344559. Grayscale: #BCBCBC. Windows color (decimal): -3425626 or 10926795. OLE color: 10926795.
HSL color Cylindrical-coordinate representation of color #CBBAA6: hue angle of 32.43º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBAA6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 166 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.20 |
| HSL | 32.43º | 0.26% | 0.72% | - |
| HSV(B) | 32.43º | 0.18% | 0.8% | - |
| XYZ | 49.07 | 50.57 | 43.25 | - |
| YUV | 188.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 166 | 0 | 0.08 | 0.18 | 0.20 | 32.43 | 0.26 | 0.72 |
| Hex | CB | BA | A6 | 0 | 8 | 12 | 14 | 20 | 1A | 48 |
| Octal | 313 | 272 | 246 | 0 | 10 | 22 | 24 | 40 | 32 | 110 |
| Binary | 11001011 | 10111010 | 10100110 | 0 | 1000 | 10010 | 10100 | 100000 | 11010 | 1001000 |
Color Harmonies of #CBBAA6
Complementary color
Monochromatic Colors of #CBBAA6
Black with #CBBAA6
Text Example
Text Example
White with #CBBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAA6; }
p { color: rgb(203,186,166); }
H1.HeaderClassName
{
color: #CBBAA6;
}
.AnyTagClassName
{
color: #CBBAA6;
}
</style>
background-color css
<style>
a { background-color: #CBBAA6; }
a { background-color: rgb(203,186,166); }
div.DivClassName
{
background-color: #CBBAA6;
}
.BgClassName
{
background-color: #CBBAA6;
}
</style>
border-color css
<style>
span { border-color: #CBBAA6; }
span { border-color: rgb(203,186,166); }
td.TdClassName
{
border-color: #CBBAA6;
}
.TagClassName
{
border-color: #CBBAA6;
}
</style>