Shades of Grain Brown #CABAA2
Tints of Grain Brown #CABAA2
RGB
CMYK
RGB Variations
Color information
#CABAA2 (or 0xCABAA2) is known color: Grain Brown. HEX triplet: CA, BA and A2. RGB value is (202,186,162). Sum of RGB (Red+Green+Blue) = 202+186+162=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAA2 is #35455D. Grayscale: #BCBCBC. Windows color (decimal): -3491166 or 10664650. OLE color: 10664650.
HSL color Cylindrical-coordinate representation of color #CABAA2: hue angle of 36º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABAA2 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 162 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.21 |
| HSL | 36º | 0.27% | 0.71% | - |
| HSV(B) | 36º | 0.2% | 0.79% | - |
| XYZ | 48.44 | 50.28 | 41.34 | - |
| YUV | 188.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 162 | 0 | 0.08 | 0.20 | 0.21 | 36 | 0.27 | 0.71 |
| Hex | CA | BA | A2 | 0 | 8 | 14 | 15 | 24 | 1B | 47 |
| Octal | 312 | 272 | 242 | 0 | 10 | 24 | 25 | 44 | 33 | 107 |
| Binary | 11001010 | 10111010 | 10100010 | 0 | 1000 | 10100 | 10101 | 100100 | 11011 | 1000111 |
Color Harmonies of #CABAA2
Complementary color
Monochromatic Colors of #CABAA2
Black with #CABAA2
Text Example
Text Example
White with #CABAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAA2; }
p { color: rgb(202,186,162); }
H1.HeaderClassName
{
color: #CABAA2;
}
.AnyTagClassName
{
color: #CABAA2;
}
</style>
background-color css
<style>
a { background-color: #CABAA2; }
a { background-color: rgb(202,186,162); }
div.DivClassName
{
background-color: #CABAA2;
}
.BgClassName
{
background-color: #CABAA2;
}
</style>
border-color css
<style>
span { border-color: #CABAA2; }
span { border-color: rgb(202,186,162); }
td.TdClassName
{
border-color: #CABAA2;
}
.TagClassName
{
border-color: #CABAA2;
}
</style>