Shades of Grain Brown #CFBAA6
Tints of Grain Brown #CFBAA6
RGB
CMYK
RGB Variations
Color information
#CFBAA6 (or 0xCFBAA6) is known color: Grain Brown. HEX triplet: CF, BA and A6. RGB value is (207,186,166). Sum of RGB (Red+Green+Blue) = 207+186+166=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA6 is #304559. Grayscale: #BEBEBE. Windows color (decimal): -3163482 or 10926799. OLE color: 10926799.
HSL color Cylindrical-coordinate representation of color #CFBAA6: hue angle of 29.27º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBAA6 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 166 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.19 |
| HSL | 29.27º | 0.3% | 0.73% | - |
| HSV(B) | 29.27º | 0.2% | 0.81% | - |
| XYZ | 50.17 | 51.14 | 43.3 | - |
| YUV | 190 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 166 | 0 | 0.10 | 0.20 | 0.19 | 29.27 | 0.3 | 0.73 |
| Hex | CF | BA | A6 | 0 | A | 14 | 13 | 1D | 1E | 49 |
| Octal | 317 | 272 | 246 | 0 | 12 | 24 | 23 | 35 | 36 | 111 |
| Binary | 11001111 | 10111010 | 10100110 | 0 | 1010 | 10100 | 10011 | 11101 | 11110 | 1001001 |
Color Harmonies of #CFBAA6
Complementary color
Monochromatic Colors of #CFBAA6
Black with #CFBAA6
Text Example
Text Example
White with #CFBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAA6; }
p { color: rgb(207,186,166); }
H1.HeaderClassName
{
color: #CFBAA6;
}
.AnyTagClassName
{
color: #CFBAA6;
}
</style>
background-color css
<style>
a { background-color: #CFBAA6; }
a { background-color: rgb(207,186,166); }
div.DivClassName
{
background-color: #CFBAA6;
}
.BgClassName
{
background-color: #CFBAA6;
}
</style>
border-color css
<style>
span { border-color: #CFBAA6; }
span { border-color: rgb(207,186,166); }
td.TdClassName
{
border-color: #CFBAA6;
}
.TagClassName
{
border-color: #CFBAA6;
}
</style>