Shades of Grain Brown #CAB8A8
Tints of Grain Brown #CAB8A8
RGB
CMYK
RGB Variations
Color information
#CAB8A8 (or 0xCAB8A8) is known color: Grain Brown. HEX triplet: CA, B8 and A8. RGB value is (202,184,168). Sum of RGB (Red+Green+Blue) = 202+184+168=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB8A8 is #354757. Grayscale: #BBBBBB. Windows color (decimal): -3491672 or 11057354. OLE color: 11057354.
HSL color Cylindrical-coordinate representation of color #CAB8A8: hue angle of 28.24º 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 #CAB8A8 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 168 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.21 |
| HSL | 28.24º | 0.24% | 0.73% | - |
| HSV(B) | 28.24º | 0.17% | 0.79% | - |
| XYZ | 48.57 | 49.66 | 44.07 | - |
| YUV | 187.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 168 | 0 | 0.09 | 0.17 | 0.21 | 28.24 | 0.24 | 0.73 |
| Hex | CA | B8 | A8 | 0 | 9 | 11 | 15 | 1C | 18 | 49 |
| Octal | 312 | 270 | 250 | 0 | 11 | 21 | 25 | 34 | 30 | 111 |
| Binary | 11001010 | 10111000 | 10101000 | 0 | 1001 | 10001 | 10101 | 11100 | 11000 | 1001001 |
Color Harmonies of #CAB8A8
Complementary color
Monochromatic Colors of #CAB8A8
Black with #CAB8A8
Text Example
Text Example
White with #CAB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8A8; }
p { color: rgb(202,184,168); }
H1.HeaderClassName
{
color: #CAB8A8;
}
.AnyTagClassName
{
color: #CAB8A8;
}
</style>
background-color css
<style>
a { background-color: #CAB8A8; }
a { background-color: rgb(202,184,168); }
div.DivClassName
{
background-color: #CAB8A8;
}
.BgClassName
{
background-color: #CAB8A8;
}
</style>
border-color css
<style>
span { border-color: #CAB8A8; }
span { border-color: rgb(202,184,168); }
td.TdClassName
{
border-color: #CAB8A8;
}
.TagClassName
{
border-color: #CAB8A8;
}
</style>