Shades of Grain Brown #CAB7A3
Tints of Grain Brown #CAB7A3
RGB
CMYK
RGB Variations
Color information
#CAB7A3 (or 0xCAB7A3) is known color: Grain Brown. HEX triplet: CA, B7 and A3. RGB value is (202,183,163). Sum of RGB (Red+Green+Blue) = 202+183+163=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7A3 is #35485C. Grayscale: #BABABA. Windows color (decimal): -3491933 or 10729418. OLE color: 10729418.
HSL color Cylindrical-coordinate representation of color #CAB7A3: hue angle of 30.77º 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 #CAB7A3 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 163 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.21 |
| HSL | 30.77º | 0.27% | 0.72% | - |
| HSV(B) | 30.77º | 0.19% | 0.79% | - |
| XYZ | 47.9 | 49.07 | 41.6 | - |
| YUV | 186.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 163 | 0 | 0.09 | 0.19 | 0.21 | 30.77 | 0.27 | 0.72 |
| Hex | CA | B7 | A3 | 0 | 9 | 13 | 15 | 1F | 1B | 48 |
| Octal | 312 | 267 | 243 | 0 | 11 | 23 | 25 | 37 | 33 | 110 |
| Binary | 11001010 | 10110111 | 10100011 | 0 | 1001 | 10011 | 10101 | 11111 | 11011 | 1001000 |
Color Harmonies of #CAB7A3
Complementary color
Monochromatic Colors of #CAB7A3
Black with #CAB7A3
Text Example
Text Example
White with #CAB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7A3; }
p { color: rgb(202,183,163); }
H1.HeaderClassName
{
color: #CAB7A3;
}
.AnyTagClassName
{
color: #CAB7A3;
}
</style>
background-color css
<style>
a { background-color: #CAB7A3; }
a { background-color: rgb(202,183,163); }
div.DivClassName
{
background-color: #CAB7A3;
}
.BgClassName
{
background-color: #CAB7A3;
}
</style>
border-color css
<style>
span { border-color: #CAB7A3; }
span { border-color: rgb(202,183,163); }
td.TdClassName
{
border-color: #CAB7A3;
}
.TagClassName
{
border-color: #CAB7A3;
}
</style>