Shades of Grain Brown #CBBAA9
Tints of Grain Brown #CBBAA9
RGB
CMYK
RGB Variations
Color information
#CBBAA9 (or 0xCBBAA9) is known color: Grain Brown. HEX triplet: CB, BA and A9. RGB value is (203,186,169). Sum of RGB (Red+Green+Blue) = 203+186+169=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAA9 is #344556. Grayscale: #BDBDBD. Windows color (decimal): -3425623 or 11123403. OLE color: 11123403.
HSL color Cylindrical-coordinate representation of color #CBBAA9: hue angle of 30º 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 #CBBAA9 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 169 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.20 |
| HSL | 30º | 0.25% | 0.73% | - |
| HSV(B) | 30º | 0.17% | 0.8% | - |
| XYZ | 49.35 | 50.68 | 44.72 | - |
| YUV | 189.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 169 | 0 | 0.08 | 0.17 | 0.20 | 30 | 0.25 | 0.73 |
| Hex | CB | BA | A9 | 0 | 8 | 11 | 14 | 1E | 19 | 49 |
| Octal | 313 | 272 | 251 | 0 | 10 | 21 | 24 | 36 | 31 | 111 |
| Binary | 11001011 | 10111010 | 10101001 | 0 | 1000 | 10001 | 10100 | 11110 | 11001 | 1001001 |
Color Harmonies of #CBBAA9
Complementary color
Monochromatic Colors of #CBBAA9
Black with #CBBAA9
Text Example
Text Example
White with #CBBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAA9; }
p { color: rgb(203,186,169); }
H1.HeaderClassName
{
color: #CBBAA9;
}
.AnyTagClassName
{
color: #CBBAA9;
}
</style>
background-color css
<style>
a { background-color: #CBBAA9; }
a { background-color: rgb(203,186,169); }
div.DivClassName
{
background-color: #CBBAA9;
}
.BgClassName
{
background-color: #CBBAA9;
}
</style>
border-color css
<style>
span { border-color: #CBBAA9; }
span { border-color: rgb(203,186,169); }
td.TdClassName
{
border-color: #CBBAA9;
}
.TagClassName
{
border-color: #CBBAA9;
}
</style>