Shades of Grain Brown #CABA9F
Tints of Grain Brown #CABA9F
RGB
CMYK
RGB Variations
Color information
#CABA9F (or 0xCABA9F) is known color: Grain Brown. HEX triplet: CA, BA and 9F. RGB value is (202,186,159). Sum of RGB (Red+Green+Blue) = 202+186+159=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9F is #354560. Grayscale: #BBBBBB. Windows color (decimal): -3491169 or 10468042. OLE color: 10468042.
HSL color Cylindrical-coordinate representation of color #CABA9F: hue angle of 37.67º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABA9F is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 159 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.21 |
| HSL | 37.67º | 0.29% | 0.71% | - |
| HSV(B) | 37.67º | 0.21% | 0.79% | - |
| XYZ | 48.17 | 50.18 | 39.95 | - |
| YUV | 187.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 159 | 0 | 0.08 | 0.21 | 0.21 | 37.67 | 0.29 | 0.71 |
| Hex | CA | BA | 9F | 0 | 8 | 15 | 15 | 26 | 1D | 47 |
| Octal | 312 | 272 | 237 | 0 | 10 | 25 | 25 | 46 | 35 | 107 |
| Binary | 11001010 | 10111010 | 10011111 | 0 | 1000 | 10101 | 10101 | 100110 | 11101 | 1000111 |
Color Harmonies of #CABA9F
Complementary color
Monochromatic Colors of #CABA9F
Black with #CABA9F
Text Example
Text Example
White with #CABA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA9F; }
p { color: rgb(202,186,159); }
H1.HeaderClassName
{
color: #CABA9F;
}
.AnyTagClassName
{
color: #CABA9F;
}
</style>
background-color css
<style>
a { background-color: #CABA9F; }
a { background-color: rgb(202,186,159); }
div.DivClassName
{
background-color: #CABA9F;
}
.BgClassName
{
background-color: #CABA9F;
}
</style>
border-color css
<style>
span { border-color: #CABA9F; }
span { border-color: rgb(202,186,159); }
td.TdClassName
{
border-color: #CABA9F;
}
.TagClassName
{
border-color: #CABA9F;
}
</style>