Shades of Grain Brown #CABBAB
Tints of Grain Brown #CABBAB
RGB
CMYK
RGB Variations
Color information
#CABBAB (or 0xCABBAB) is known color: Grain Brown. HEX triplet: CA, BB and AB. RGB value is (202,187,171). Sum of RGB (Red+Green+Blue) = 202+187+171=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAB is #354454. Grayscale: #BDBDBD. Windows color (decimal): -3490901 or 11254730. OLE color: 11254730.
HSL color Cylindrical-coordinate representation of color #CABBAB: hue angle of 30.97º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABBAB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 171 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.21 |
| HSL | 30.97º | 0.23% | 0.73% | - |
| HSV(B) | 30.97º | 0.15% | 0.79% | - |
| XYZ | 49.48 | 51.04 | 45.77 | - |
| YUV | 189.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 171 | 0 | 0.07 | 0.15 | 0.21 | 30.97 | 0.23 | 0.73 |
| Hex | CA | BB | AB | 0 | 7 | F | 15 | 1F | 17 | 49 |
| Octal | 312 | 273 | 253 | 0 | 7 | 17 | 25 | 37 | 27 | 111 |
| Binary | 11001010 | 10111011 | 10101011 | 0 | 111 | 1111 | 10101 | 11111 | 10111 | 1001001 |
Color Harmonies of #CABBAB
Complementary color
Monochromatic Colors of #CABBAB
Black with #CABBAB
Text Example
Text Example
White with #CABBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBAB; }
p { color: rgb(202,187,171); }
H1.HeaderClassName
{
color: #CABBAB;
}
.AnyTagClassName
{
color: #CABBAB;
}
</style>
background-color css
<style>
a { background-color: #CABBAB; }
a { background-color: rgb(202,187,171); }
div.DivClassName
{
background-color: #CABBAB;
}
.BgClassName
{
background-color: #CABBAB;
}
</style>
border-color css
<style>
span { border-color: #CABBAB; }
span { border-color: rgb(202,187,171); }
td.TdClassName
{
border-color: #CABBAB;
}
.TagClassName
{
border-color: #CABBAB;
}
</style>