Shades of Grain Brown #CABBA3
Tints of Grain Brown #CABBA3
RGB
CMYK
RGB Variations
Color information
#CABBA3 (or 0xCABBA3) is known color: Grain Brown. HEX triplet: CA, BB and A3. RGB value is (202,187,163). Sum of RGB (Red+Green+Blue) = 202+187+163=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA3 is #35445C. Grayscale: #BCBCBC. Windows color (decimal): -3490909 or 10730442. OLE color: 10730442.
HSL color Cylindrical-coordinate representation of color #CABBA3: hue angle of 36.92º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABBA3 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 163 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.21 |
| HSL | 36.92º | 0.27% | 0.72% | - |
| HSV(B) | 36.92º | 0.19% | 0.79% | - |
| XYZ | 48.74 | 50.74 | 41.88 | - |
| YUV | 188.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 163 | 0 | 0.07 | 0.19 | 0.21 | 36.92 | 0.27 | 0.72 |
| Hex | CA | BB | A3 | 0 | 7 | 13 | 15 | 25 | 1B | 48 |
| Octal | 312 | 273 | 243 | 0 | 7 | 23 | 25 | 45 | 33 | 110 |
| Binary | 11001010 | 10111011 | 10100011 | 0 | 111 | 10011 | 10101 | 100101 | 11011 | 1001000 |
Color Harmonies of #CABBA3
Complementary color
Monochromatic Colors of #CABBA3
Black with #CABBA3
Text Example
Text Example
White with #CABBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBA3; }
p { color: rgb(202,187,163); }
H1.HeaderClassName
{
color: #CABBA3;
}
.AnyTagClassName
{
color: #CABBA3;
}
</style>
background-color css
<style>
a { background-color: #CABBA3; }
a { background-color: rgb(202,187,163); }
div.DivClassName
{
background-color: #CABBA3;
}
.BgClassName
{
background-color: #CABBA3;
}
</style>
border-color css
<style>
span { border-color: #CABBA3; }
span { border-color: rgb(202,187,163); }
td.TdClassName
{
border-color: #CABBA3;
}
.TagClassName
{
border-color: #CABBA3;
}
</style>