Shades of Grain Brown #CBB9A4
Tints of Grain Brown #CBB9A4
RGB
CMYK
RGB Variations
Color information
#CBB9A4 (or 0xCBB9A4) is known color: Grain Brown. HEX triplet: CB, B9 and A4. RGB value is (203,185,164). Sum of RGB (Red+Green+Blue) = 203+185+164=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9A4 is #34465B. Grayscale: #BCBCBC. Windows color (decimal): -3425884 or 10795467. OLE color: 10795467.
HSL color Cylindrical-coordinate representation of color #CBB9A4: hue angle of 32.31º 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 #CBB9A4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 164 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.20 |
| HSL | 32.31º | 0.27% | 0.72% | - |
| HSV(B) | 32.31º | 0.19% | 0.8% | - |
| XYZ | 48.68 | 50.07 | 42.22 | - |
| YUV | 187.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 164 | 0 | 0.09 | 0.19 | 0.20 | 32.31 | 0.27 | 0.72 |
| Hex | CB | B9 | A4 | 0 | 9 | 13 | 14 | 20 | 1B | 48 |
| Octal | 313 | 271 | 244 | 0 | 11 | 23 | 24 | 40 | 33 | 110 |
| Binary | 11001011 | 10111001 | 10100100 | 0 | 1001 | 10011 | 10100 | 100000 | 11011 | 1001000 |
Color Harmonies of #CBB9A4
Complementary color
Monochromatic Colors of #CBB9A4
Black with #CBB9A4
Text Example
Text Example
White with #CBB9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9A4; }
p { color: rgb(203,185,164); }
H1.HeaderClassName
{
color: #CBB9A4;
}
.AnyTagClassName
{
color: #CBB9A4;
}
</style>
background-color css
<style>
a { background-color: #CBB9A4; }
a { background-color: rgb(203,185,164); }
div.DivClassName
{
background-color: #CBB9A4;
}
.BgClassName
{
background-color: #CBB9A4;
}
</style>
border-color css
<style>
span { border-color: #CBB9A4; }
span { border-color: rgb(203,185,164); }
td.TdClassName
{
border-color: #CBB9A4;
}
.TagClassName
{
border-color: #CBB9A4;
}
</style>