Shades of Grain Brown #CFBAA9
Tints of Grain Brown #CFBAA9
RGB
CMYK
RGB Variations
Color information
#CFBAA9 (or 0xCFBAA9) is known color: Grain Brown. HEX triplet: CF, BA and A9. RGB value is (207,186,169). Sum of RGB (Red+Green+Blue) = 207+186+169=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA9 is #304556. Grayscale: #BEBEBE. Windows color (decimal): -3163479 or 11123407. OLE color: 11123407.
HSL color Cylindrical-coordinate representation of color #CFBAA9: hue angle of 26.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBAA9 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 169 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.19 |
| HSL | 26.84º | 0.28% | 0.74% | - |
| HSV(B) | 26.84º | 0.18% | 0.81% | - |
| XYZ | 50.45 | 51.25 | 44.77 | - |
| YUV | 190.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 169 | 0 | 0.10 | 0.18 | 0.19 | 26.84 | 0.28 | 0.74 |
| Hex | CF | BA | A9 | 0 | A | 12 | 13 | 1B | 1C | 4A |
| Octal | 317 | 272 | 251 | 0 | 12 | 22 | 23 | 33 | 34 | 112 |
| Binary | 11001111 | 10111010 | 10101001 | 0 | 1010 | 10010 | 10011 | 11011 | 11100 | 1001010 |
Color Harmonies of #CFBAA9
Complementary color
Monochromatic Colors of #CFBAA9
Black with #CFBAA9
Text Example
Text Example
White with #CFBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAA9; }
p { color: rgb(207,186,169); }
H1.HeaderClassName
{
color: #CFBAA9;
}
.AnyTagClassName
{
color: #CFBAA9;
}
</style>
background-color css
<style>
a { background-color: #CFBAA9; }
a { background-color: rgb(207,186,169); }
div.DivClassName
{
background-color: #CFBAA9;
}
.BgClassName
{
background-color: #CFBAA9;
}
</style>
border-color css
<style>
span { border-color: #CFBAA9; }
span { border-color: rgb(207,186,169); }
td.TdClassName
{
border-color: #CFBAA9;
}
.TagClassName
{
border-color: #CFBAA9;
}
</style>