Shades of Grain Brown #CABBA8
Tints of Grain Brown #CABBA8
RGB
CMYK
RGB Variations
Color information
#CABBA8 (or 0xCABBA8) is known color: Grain Brown. HEX triplet: CA, BB and A8. RGB value is (202,187,168). Sum of RGB (Red+Green+Blue) = 202+187+168=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA8 is #354457. Grayscale: #BDBDBD. Windows color (decimal): -3490904 or 11058122. OLE color: 11058122.
HSL color Cylindrical-coordinate representation of color #CABBA8: hue angle of 33.53º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABBA8 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 168 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.21 |
| HSL | 33.53º | 0.24% | 0.73% | - |
| HSV(B) | 33.53º | 0.17% | 0.79% | - |
| XYZ | 49.2 | 50.92 | 44.28 | - |
| YUV | 189.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 168 | 0 | 0.07 | 0.17 | 0.21 | 33.53 | 0.24 | 0.73 |
| Hex | CA | BB | A8 | 0 | 7 | 11 | 15 | 22 | 18 | 49 |
| Octal | 312 | 273 | 250 | 0 | 7 | 21 | 25 | 42 | 30 | 111 |
| Binary | 11001010 | 10111011 | 10101000 | 0 | 111 | 10001 | 10101 | 100010 | 11000 | 1001001 |
Color Harmonies of #CABBA8
Complementary color
Monochromatic Colors of #CABBA8
Black with #CABBA8
Text Example
Text Example
White with #CABBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBA8; }
p { color: rgb(202,187,168); }
H1.HeaderClassName
{
color: #CABBA8;
}
.AnyTagClassName
{
color: #CABBA8;
}
</style>
background-color css
<style>
a { background-color: #CABBA8; }
a { background-color: rgb(202,187,168); }
div.DivClassName
{
background-color: #CABBA8;
}
.BgClassName
{
background-color: #CABBA8;
}
</style>
border-color css
<style>
span { border-color: #CABBA8; }
span { border-color: rgb(202,187,168); }
td.TdClassName
{
border-color: #CABBA8;
}
.TagClassName
{
border-color: #CABBA8;
}
</style>