Shades of Grain Brown #CBB6A6
Tints of Grain Brown #CBB6A6
RGB
CMYK
RGB Variations
Color information
#CBB6A6 (or 0xCBB6A6) is known color: Grain Brown. HEX triplet: CB, B6 and A6. RGB value is (203,182,166). Sum of RGB (Red+Green+Blue) = 203+182+166=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6A6 is #344959. Grayscale: #BABABA. Windows color (decimal): -3426650 or 10925771. OLE color: 10925771.
HSL color Cylindrical-coordinate representation of color #CBB6A6: hue angle of 25.95º 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 #CBB6A6 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 166 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.20 |
| HSL | 25.95º | 0.26% | 0.72% | - |
| HSV(B) | 25.95º | 0.18% | 0.8% | - |
| XYZ | 48.24 | 48.91 | 42.97 | - |
| YUV | 186.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 166 | 0 | 0.10 | 0.18 | 0.20 | 25.95 | 0.26 | 0.72 |
| Hex | CB | B6 | A6 | 0 | A | 12 | 14 | 1A | 1A | 48 |
| Octal | 313 | 266 | 246 | 0 | 12 | 22 | 24 | 32 | 32 | 110 |
| Binary | 11001011 | 10110110 | 10100110 | 0 | 1010 | 10010 | 10100 | 11010 | 11010 | 1001000 |
Color Harmonies of #CBB6A6
Complementary color
Monochromatic Colors of #CBB6A6
Black with #CBB6A6
Text Example
Text Example
White with #CBB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6A6; }
p { color: rgb(203,182,166); }
H1.HeaderClassName
{
color: #CBB6A6;
}
.AnyTagClassName
{
color: #CBB6A6;
}
</style>
background-color css
<style>
a { background-color: #CBB6A6; }
a { background-color: rgb(203,182,166); }
div.DivClassName
{
background-color: #CBB6A6;
}
.BgClassName
{
background-color: #CBB6A6;
}
</style>
border-color css
<style>
span { border-color: #CBB6A6; }
span { border-color: rgb(203,182,166); }
td.TdClassName
{
border-color: #CBB6A6;
}
.TagClassName
{
border-color: #CBB6A6;
}
</style>