Shades of Grain Brown #CBBAA0
Tints of Grain Brown #CBBAA0
RGB
CMYK
RGB Variations
Color information
#CBBAA0 (or 0xCBBAA0) is known color: Grain Brown. HEX triplet: CB, BA and A0. RGB value is (203,186,160). Sum of RGB (Red+Green+Blue) = 203+186+160=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAA0 is #34455F. Grayscale: #BCBCBC. Windows color (decimal): -3425632 or 10533579. OLE color: 10533579.
HSL color Cylindrical-coordinate representation of color #CBBAA0: hue angle of 36.28º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBAA0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 160 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.20 |
| HSL | 36.28º | 0.29% | 0.71% | - |
| HSV(B) | 36.28º | 0.21% | 0.8% | - |
| XYZ | 48.53 | 50.35 | 40.42 | - |
| YUV | 188.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 160 | 0 | 0.08 | 0.21 | 0.20 | 36.28 | 0.29 | 0.71 |
| Hex | CB | BA | A0 | 0 | 8 | 15 | 14 | 24 | 1D | 47 |
| Octal | 313 | 272 | 240 | 0 | 10 | 25 | 24 | 44 | 35 | 107 |
| Binary | 11001011 | 10111010 | 10100000 | 0 | 1000 | 10101 | 10100 | 100100 | 11101 | 1000111 |
Color Harmonies of #CBBAA0
Complementary color
Monochromatic Colors of #CBBAA0
Black with #CBBAA0
Text Example
Text Example
White with #CBBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAA0; }
p { color: rgb(203,186,160); }
H1.HeaderClassName
{
color: #CBBAA0;
}
.AnyTagClassName
{
color: #CBBAA0;
}
</style>
background-color css
<style>
a { background-color: #CBBAA0; }
a { background-color: rgb(203,186,160); }
div.DivClassName
{
background-color: #CBBAA0;
}
.BgClassName
{
background-color: #CBBAA0;
}
</style>
border-color css
<style>
span { border-color: #CBBAA0; }
span { border-color: rgb(203,186,160); }
td.TdClassName
{
border-color: #CBBAA0;
}
.TagClassName
{
border-color: #CBBAA0;
}
</style>