Shades of Grain Brown #CBBAAC
Tints of Grain Brown #CBBAAC
RGB
CMYK
RGB Variations
Color information
#CBBAAC (or 0xCBBAAC) is known color: Grain Brown. HEX triplet: CB, BA and AC. RGB value is (203,186,172). Sum of RGB (Red+Green+Blue) = 203+186+172=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAAC is #344553. Grayscale: #BDBDBD. Windows color (decimal): -3425620 or 11320011. OLE color: 11320011.
HSL color Cylindrical-coordinate representation of color #CBBAAC: hue angle of 27.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBAAC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 172 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.20 |
| HSL | 27.1º | 0.23% | 0.74% | - |
| HSV(B) | 27.1º | 0.15% | 0.8% | - |
| XYZ | 49.63 | 50.79 | 46.22 | - |
| YUV | 189.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 172 | 0 | 0.08 | 0.15 | 0.20 | 27.1 | 0.23 | 0.74 |
| Hex | CB | BA | AC | 0 | 8 | F | 14 | 1B | 17 | 4A |
| Octal | 313 | 272 | 254 | 0 | 10 | 17 | 24 | 33 | 27 | 112 |
| Binary | 11001011 | 10111010 | 10101100 | 0 | 1000 | 1111 | 10100 | 11011 | 10111 | 1001010 |
Color Harmonies of #CBBAAC
Complementary color
Monochromatic Colors of #CBBAAC
Black with #CBBAAC
Text Example
Text Example
White with #CBBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAAC; }
p { color: rgb(203,186,172); }
H1.HeaderClassName
{
color: #CBBAAC;
}
.AnyTagClassName
{
color: #CBBAAC;
}
</style>
background-color css
<style>
a { background-color: #CBBAAC; }
a { background-color: rgb(203,186,172); }
div.DivClassName
{
background-color: #CBBAAC;
}
.BgClassName
{
background-color: #CBBAAC;
}
</style>
border-color css
<style>
span { border-color: #CBBAAC; }
span { border-color: rgb(203,186,172); }
td.TdClassName
{
border-color: #CBBAAC;
}
.TagClassName
{
border-color: #CBBAAC;
}
</style>