Shades of Grain Brown #CAB9A8
Tints of Grain Brown #CAB9A8
RGB
CMYK
RGB Variations
Color information
#CAB9A8 (or 0xCAB9A8) is known color: Grain Brown. HEX triplet: CA, B9 and A8. RGB value is (202,185,168). Sum of RGB (Red+Green+Blue) = 202+185+168=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9A8 is #354657. Grayscale: #BCBCBC. Windows color (decimal): -3491416 or 11057610. OLE color: 11057610.
HSL color Cylindrical-coordinate representation of color #CAB9A8: hue angle of 30º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB9A8 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 168 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.21 |
| HSL | 30º | 0.24% | 0.73% | - |
| HSV(B) | 30º | 0.17% | 0.79% | - |
| XYZ | 48.77 | 50.08 | 44.14 | - |
| YUV | 188.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 168 | 0 | 0.08 | 0.17 | 0.21 | 30 | 0.24 | 0.73 |
| Hex | CA | B9 | A8 | 0 | 8 | 11 | 15 | 1E | 18 | 49 |
| Octal | 312 | 271 | 250 | 0 | 10 | 21 | 25 | 36 | 30 | 111 |
| Binary | 11001010 | 10111001 | 10101000 | 0 | 1000 | 10001 | 10101 | 11110 | 11000 | 1001001 |
Color Harmonies of #CAB9A8
Complementary color
Monochromatic Colors of #CAB9A8
Black with #CAB9A8
Text Example
Text Example
White with #CAB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9A8; }
p { color: rgb(202,185,168); }
H1.HeaderClassName
{
color: #CAB9A8;
}
.AnyTagClassName
{
color: #CAB9A8;
}
</style>
background-color css
<style>
a { background-color: #CAB9A8; }
a { background-color: rgb(202,185,168); }
div.DivClassName
{
background-color: #CAB9A8;
}
.BgClassName
{
background-color: #CAB9A8;
}
</style>
border-color css
<style>
span { border-color: #CAB9A8; }
span { border-color: rgb(202,185,168); }
td.TdClassName
{
border-color: #CAB9A8;
}
.TagClassName
{
border-color: #CAB9A8;
}
</style>