Shades of Grain Brown #CABAA6
Tints of Grain Brown #CABAA6
RGB
CMYK
RGB Variations
Color information
#CABAA6 (or 0xCABAA6) is known color: Grain Brown. HEX triplet: CA, BA and A6. RGB value is (202,186,166). Sum of RGB (Red+Green+Blue) = 202+186+166=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAA6 is #354559. Grayscale: #BCBCBC. Windows color (decimal): -3491162 or 10926794. OLE color: 10926794.
HSL color Cylindrical-coordinate representation of color #CABAA6: hue angle of 33.33º 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 #CABAA6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 166 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.21 |
| HSL | 33.33º | 0.25% | 0.72% | - |
| HSV(B) | 33.33º | 0.18% | 0.79% | - |
| XYZ | 48.8 | 50.43 | 43.24 | - |
| YUV | 188.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 166 | 0 | 0.08 | 0.18 | 0.21 | 33.33 | 0.25 | 0.72 |
| Hex | CA | BA | A6 | 0 | 8 | 12 | 15 | 21 | 19 | 48 |
| Octal | 312 | 272 | 246 | 0 | 10 | 22 | 25 | 41 | 31 | 110 |
| Binary | 11001010 | 10111010 | 10100110 | 0 | 1000 | 10010 | 10101 | 100001 | 11001 | 1001000 |
Color Harmonies of #CABAA6
Complementary color
Monochromatic Colors of #CABAA6
Black with #CABAA6
Text Example
Text Example
White with #CABAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAA6; }
p { color: rgb(202,186,166); }
H1.HeaderClassName
{
color: #CABAA6;
}
.AnyTagClassName
{
color: #CABAA6;
}
</style>
background-color css
<style>
a { background-color: #CABAA6; }
a { background-color: rgb(202,186,166); }
div.DivClassName
{
background-color: #CABAA6;
}
.BgClassName
{
background-color: #CABAA6;
}
</style>
border-color css
<style>
span { border-color: #CABAA6; }
span { border-color: rgb(202,186,166); }
td.TdClassName
{
border-color: #CABAA6;
}
.TagClassName
{
border-color: #CABAA6;
}
</style>