Shades of Grain Brown #CFBAA2
Tints of Grain Brown #CFBAA2
RGB
CMYK
RGB Variations
Color information
#CFBAA2 (or 0xCFBAA2) is known color: Grain Brown. HEX triplet: CF, BA and A2. RGB value is (207,186,162). Sum of RGB (Red+Green+Blue) = 207+186+162=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA2 is #30455D. Grayscale: #BDBDBD. Windows color (decimal): -3163486 or 10664655. OLE color: 10664655.
HSL color Cylindrical-coordinate representation of color #CFBAA2: hue angle of 32º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBAA2 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 162 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.19 |
| HSL | 32º | 0.32% | 0.72% | - |
| HSV(B) | 32º | 0.22% | 0.81% | - |
| XYZ | 49.81 | 50.99 | 41.4 | - |
| YUV | 189.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 162 | 0 | 0.10 | 0.22 | 0.19 | 32 | 0.32 | 0.72 |
| Hex | CF | BA | A2 | 0 | A | 16 | 13 | 20 | 20 | 48 |
| Octal | 317 | 272 | 242 | 0 | 12 | 26 | 23 | 40 | 40 | 110 |
| Binary | 11001111 | 10111010 | 10100010 | 0 | 1010 | 10110 | 10011 | 100000 | 100000 | 1001000 |
Color Harmonies of #CFBAA2
Complementary color
Monochromatic Colors of #CFBAA2
Black with #CFBAA2
Text Example
Text Example
White with #CFBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAA2; }
p { color: rgb(207,186,162); }
H1.HeaderClassName
{
color: #CFBAA2;
}
.AnyTagClassName
{
color: #CFBAA2;
}
</style>
background-color css
<style>
a { background-color: #CFBAA2; }
a { background-color: rgb(207,186,162); }
div.DivClassName
{
background-color: #CFBAA2;
}
.BgClassName
{
background-color: #CFBAA2;
}
</style>
border-color css
<style>
span { border-color: #CFBAA2; }
span { border-color: rgb(207,186,162); }
td.TdClassName
{
border-color: #CFBAA2;
}
.TagClassName
{
border-color: #CFBAA2;
}
</style>