Shades of Grain Brown #CFBAA8
Tints of Grain Brown #CFBAA8
RGB
CMYK
RGB Variations
Color information
#CFBAA8 (or 0xCFBAA8) is known color: Grain Brown. HEX triplet: CF, BA and A8. RGB value is (207,186,168). Sum of RGB (Red+Green+Blue) = 207+186+168=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA8 is #304557. Grayscale: #BEBEBE. Windows color (decimal): -3163480 or 11057871. OLE color: 11057871.
HSL color Cylindrical-coordinate representation of color #CFBAA8: hue angle of 27.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBAA8 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 168 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.19 |
| HSL | 27.69º | 0.29% | 0.74% | - |
| HSV(B) | 27.69º | 0.19% | 0.81% | - |
| XYZ | 50.36 | 51.21 | 44.28 | - |
| YUV | 190.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 168 | 0 | 0.10 | 0.19 | 0.19 | 27.69 | 0.29 | 0.74 |
| Hex | CF | BA | A8 | 0 | A | 13 | 13 | 1C | 1D | 4A |
| Octal | 317 | 272 | 250 | 0 | 12 | 23 | 23 | 34 | 35 | 112 |
| Binary | 11001111 | 10111010 | 10101000 | 0 | 1010 | 10011 | 10011 | 11100 | 11101 | 1001010 |
Color Harmonies of #CFBAA8
Complementary color
Monochromatic Colors of #CFBAA8
Black with #CFBAA8
Text Example
Text Example
White with #CFBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAA8; }
p { color: rgb(207,186,168); }
H1.HeaderClassName
{
color: #CFBAA8;
}
.AnyTagClassName
{
color: #CFBAA8;
}
</style>
background-color css
<style>
a { background-color: #CFBAA8; }
a { background-color: rgb(207,186,168); }
div.DivClassName
{
background-color: #CFBAA8;
}
.BgClassName
{
background-color: #CFBAA8;
}
</style>
border-color css
<style>
span { border-color: #CFBAA8; }
span { border-color: rgb(207,186,168); }
td.TdClassName
{
border-color: #CFBAA8;
}
.TagClassName
{
border-color: #CFBAA8;
}
</style>