Shades of Grain Brown #CBB8AA
Tints of Grain Brown #CBB8AA
RGB
CMYK
RGB Variations
Color information
#CBB8AA (or 0xCBB8AA) is known color: Grain Brown. HEX triplet: CB, B8 and AA. RGB value is (203,184,170). Sum of RGB (Red+Green+Blue) = 203+184+170=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB8AA is #344755. Grayscale: #BCBCBC. Windows color (decimal): -3426134 or 11188427. OLE color: 11188427.
HSL color Cylindrical-coordinate representation of color #CBB8AA: hue angle of 25.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB8AA is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 170 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.20 |
| HSL | 25.45º | 0.24% | 0.73% | - |
| HSV(B) | 25.45º | 0.16% | 0.8% | - |
| XYZ | 49.02 | 49.88 | 45.07 | - |
| YUV | 188.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 170 | 0 | 0.09 | 0.16 | 0.20 | 25.45 | 0.24 | 0.73 |
| Hex | CB | B8 | AA | 0 | 9 | 10 | 14 | 19 | 18 | 49 |
| Octal | 313 | 270 | 252 | 0 | 11 | 20 | 24 | 31 | 30 | 111 |
| Binary | 11001011 | 10111000 | 10101010 | 0 | 1001 | 10000 | 10100 | 11001 | 11000 | 1001001 |
Color Harmonies of #CBB8AA
Complementary color
Monochromatic Colors of #CBB8AA
Black with #CBB8AA
Text Example
Text Example
White with #CBB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8AA; }
p { color: rgb(203,184,170); }
H1.HeaderClassName
{
color: #CBB8AA;
}
.AnyTagClassName
{
color: #CBB8AA;
}
</style>
background-color css
<style>
a { background-color: #CBB8AA; }
a { background-color: rgb(203,184,170); }
div.DivClassName
{
background-color: #CBB8AA;
}
.BgClassName
{
background-color: #CBB8AA;
}
</style>
border-color css
<style>
span { border-color: #CBB8AA; }
span { border-color: rgb(203,184,170); }
td.TdClassName
{
border-color: #CBB8AA;
}
.TagClassName
{
border-color: #CBB8AA;
}
</style>