Shades of Grain Brown #CAB9A3
Tints of Grain Brown #CAB9A3
RGB
CMYK
RGB Variations
Color information
#CAB9A3 (or 0xCAB9A3) is known color: Grain Brown. HEX triplet: CA, B9 and A3. RGB value is (202,185,163). Sum of RGB (Red+Green+Blue) = 202+185+163=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9A3 is #35465C. Grayscale: #BBBBBB. Windows color (decimal): -3491421 or 10729930. OLE color: 10729930.
HSL color Cylindrical-coordinate representation of color #CAB9A3: hue angle of 33.85º 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 #CAB9A3 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 163 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.21 |
| HSL | 33.85º | 0.27% | 0.72% | - |
| HSV(B) | 33.85º | 0.19% | 0.79% | - |
| XYZ | 48.32 | 49.9 | 41.74 | - |
| YUV | 187.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 163 | 0 | 0.08 | 0.19 | 0.21 | 33.85 | 0.27 | 0.72 |
| Hex | CA | B9 | A3 | 0 | 8 | 13 | 15 | 22 | 1B | 48 |
| Octal | 312 | 271 | 243 | 0 | 10 | 23 | 25 | 42 | 33 | 110 |
| Binary | 11001010 | 10111001 | 10100011 | 0 | 1000 | 10011 | 10101 | 100010 | 11011 | 1001000 |
Color Harmonies of #CAB9A3
Complementary color
Monochromatic Colors of #CAB9A3
Black with #CAB9A3
Text Example
Text Example
White with #CAB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9A3; }
p { color: rgb(202,185,163); }
H1.HeaderClassName
{
color: #CAB9A3;
}
.AnyTagClassName
{
color: #CAB9A3;
}
</style>
background-color css
<style>
a { background-color: #CAB9A3; }
a { background-color: rgb(202,185,163); }
div.DivClassName
{
background-color: #CAB9A3;
}
.BgClassName
{
background-color: #CAB9A3;
}
</style>
border-color css
<style>
span { border-color: #CAB9A3; }
span { border-color: rgb(202,185,163); }
td.TdClassName
{
border-color: #CAB9A3;
}
.TagClassName
{
border-color: #CAB9A3;
}
</style>