Shades of Grain Brown #CBB7A6
Tints of Grain Brown #CBB7A6
RGB
CMYK
RGB Variations
Color information
#CBB7A6 (or 0xCBB7A6) is known color: Grain Brown. HEX triplet: CB, B7 and A6. RGB value is (203,183,166). Sum of RGB (Red+Green+Blue) = 203+183+166=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB7A6 is #344859. Grayscale: #BBBBBB. Windows color (decimal): -3426394 or 10926027. OLE color: 10926027.
HSL color Cylindrical-coordinate representation of color #CBB7A6: hue angle of 27.57º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB7A6 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 166 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.20 |
| HSL | 27.57º | 0.26% | 0.72% | - |
| HSV(B) | 27.57º | 0.18% | 0.8% | - |
| XYZ | 48.45 | 49.32 | 43.04 | - |
| YUV | 187.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 166 | 0 | 0.10 | 0.18 | 0.20 | 27.57 | 0.26 | 0.72 |
| Hex | CB | B7 | A6 | 0 | A | 12 | 14 | 1C | 1A | 48 |
| Octal | 313 | 267 | 246 | 0 | 12 | 22 | 24 | 34 | 32 | 110 |
| Binary | 11001011 | 10110111 | 10100110 | 0 | 1010 | 10010 | 10100 | 11100 | 11010 | 1001000 |
Color Harmonies of #CBB7A6
Complementary color
Monochromatic Colors of #CBB7A6
Black with #CBB7A6
Text Example
Text Example
White with #CBB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7A6; }
p { color: rgb(203,183,166); }
H1.HeaderClassName
{
color: #CBB7A6;
}
.AnyTagClassName
{
color: #CBB7A6;
}
</style>
background-color css
<style>
a { background-color: #CBB7A6; }
a { background-color: rgb(203,183,166); }
div.DivClassName
{
background-color: #CBB7A6;
}
.BgClassName
{
background-color: #CBB7A6;
}
</style>
border-color css
<style>
span { border-color: #CBB7A6; }
span { border-color: rgb(203,183,166); }
td.TdClassName
{
border-color: #CBB7A6;
}
.TagClassName
{
border-color: #CBB7A6;
}
</style>