Shades of Grain Brown #CAB9AB
Tints of Grain Brown #CAB9AB
RGB
CMYK
RGB Variations
Color information
#CAB9AB (or 0xCAB9AB) is known color: Grain Brown. HEX triplet: CA, B9 and AB. RGB value is (202,185,171). Sum of RGB (Red+Green+Blue) = 202+185+171=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AB is #354654. Grayscale: #BCBCBC. Windows color (decimal): -3491413 or 11254218. OLE color: 11254218.
HSL color Cylindrical-coordinate representation of color #CAB9AB: hue angle of 27.1º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB9AB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 171 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.21 |
| HSL | 27.1º | 0.23% | 0.73% | - |
| HSV(B) | 27.1º | 0.15% | 0.79% | - |
| XYZ | 49.06 | 50.19 | 45.63 | - |
| YUV | 188.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 171 | 0 | 0.08 | 0.15 | 0.21 | 27.1 | 0.23 | 0.73 |
| Hex | CA | B9 | AB | 0 | 8 | F | 15 | 1B | 17 | 49 |
| Octal | 312 | 271 | 253 | 0 | 10 | 17 | 25 | 33 | 27 | 111 |
| Binary | 11001010 | 10111001 | 10101011 | 0 | 1000 | 1111 | 10101 | 11011 | 10111 | 1001001 |
Color Harmonies of #CAB9AB
Complementary color
Monochromatic Colors of #CAB9AB
Black with #CAB9AB
Text Example
Text Example
White with #CAB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9AB; }
p { color: rgb(202,185,171); }
H1.HeaderClassName
{
color: #CAB9AB;
}
.AnyTagClassName
{
color: #CAB9AB;
}
</style>
background-color css
<style>
a { background-color: #CAB9AB; }
a { background-color: rgb(202,185,171); }
div.DivClassName
{
background-color: #CAB9AB;
}
.BgClassName
{
background-color: #CAB9AB;
}
</style>
border-color css
<style>
span { border-color: #CAB9AB; }
span { border-color: rgb(202,185,171); }
td.TdClassName
{
border-color: #CAB9AB;
}
.TagClassName
{
border-color: #CAB9AB;
}
</style>