Shades of Grain Brown #CAB9A6
Tints of Grain Brown #CAB9A6
RGB
CMYK
RGB Variations
Color information
#CAB9A6 (or 0xCAB9A6) is known color: Grain Brown. HEX triplet: CA, B9 and A6. RGB value is (202,185,166). Sum of RGB (Red+Green+Blue) = 202+185+166=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9A6 is #354659. Grayscale: #BCBCBC. Windows color (decimal): -3491418 or 10926538. OLE color: 10926538.
HSL color Cylindrical-coordinate representation of color #CAB9A6: hue angle of 31.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB9A6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 166 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.21 |
| HSL | 31.67º | 0.25% | 0.72% | - |
| HSV(B) | 31.67º | 0.18% | 0.79% | - |
| XYZ | 48.59 | 50.01 | 43.17 | - |
| YUV | 187.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 166 | 0 | 0.08 | 0.18 | 0.21 | 31.67 | 0.25 | 0.72 |
| Hex | CA | B9 | A6 | 0 | 8 | 12 | 15 | 20 | 19 | 48 |
| Octal | 312 | 271 | 246 | 0 | 10 | 22 | 25 | 40 | 31 | 110 |
| Binary | 11001010 | 10111001 | 10100110 | 0 | 1000 | 10010 | 10101 | 100000 | 11001 | 1001000 |
Color Harmonies of #CAB9A6
Complementary color
Monochromatic Colors of #CAB9A6
Black with #CAB9A6
Text Example
Text Example
White with #CAB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9A6; }
p { color: rgb(202,185,166); }
H1.HeaderClassName
{
color: #CAB9A6;
}
.AnyTagClassName
{
color: #CAB9A6;
}
</style>
background-color css
<style>
a { background-color: #CAB9A6; }
a { background-color: rgb(202,185,166); }
div.DivClassName
{
background-color: #CAB9A6;
}
.BgClassName
{
background-color: #CAB9A6;
}
</style>
border-color css
<style>
span { border-color: #CAB9A6; }
span { border-color: rgb(202,185,166); }
td.TdClassName
{
border-color: #CAB9A6;
}
.TagClassName
{
border-color: #CAB9A6;
}
</style>