Shades of Grain Brown #CBBAA5
Tints of Grain Brown #CBBAA5
RGB
CMYK
RGB Variations
Color information
#CBBAA5 (or 0xCBBAA5) is known color: Grain Brown. HEX triplet: CB, BA and A5. RGB value is (203,186,165). Sum of RGB (Red+Green+Blue) = 203+186+165=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAA5 is #34455A. Grayscale: #BCBCBC. Windows color (decimal): -3425627 or 10861259. OLE color: 10861259.
HSL color Cylindrical-coordinate representation of color #CBBAA5: hue angle of 33.16º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBAA5 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 165 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.20 |
| HSL | 33.16º | 0.27% | 0.72% | - |
| HSV(B) | 33.16º | 0.19% | 0.8% | - |
| XYZ | 48.98 | 50.53 | 42.77 | - |
| YUV | 188.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 165 | 0 | 0.08 | 0.19 | 0.20 | 33.16 | 0.27 | 0.72 |
| Hex | CB | BA | A5 | 0 | 8 | 13 | 14 | 21 | 1B | 48 |
| Octal | 313 | 272 | 245 | 0 | 10 | 23 | 24 | 41 | 33 | 110 |
| Binary | 11001011 | 10111010 | 10100101 | 0 | 1000 | 10011 | 10100 | 100001 | 11011 | 1001000 |
Color Harmonies of #CBBAA5
Complementary color
Monochromatic Colors of #CBBAA5
Black with #CBBAA5
Text Example
Text Example
White with #CBBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAA5; }
p { color: rgb(203,186,165); }
H1.HeaderClassName
{
color: #CBBAA5;
}
.AnyTagClassName
{
color: #CBBAA5;
}
</style>
background-color css
<style>
a { background-color: #CBBAA5; }
a { background-color: rgb(203,186,165); }
div.DivClassName
{
background-color: #CBBAA5;
}
.BgClassName
{
background-color: #CBBAA5;
}
</style>
border-color css
<style>
span { border-color: #CBBAA5; }
span { border-color: rgb(203,186,165); }
td.TdClassName
{
border-color: #CBBAA5;
}
.TagClassName
{
border-color: #CBBAA5;
}
</style>