Shades of Grain Brown #CFB9A1
Tints of Grain Brown #CFB9A1
RGB
CMYK
RGB Variations
Color information
#CFB9A1 (or 0xCFB9A1) is known color: Grain Brown. HEX triplet: CF, B9 and A1. RGB value is (207,185,161). Sum of RGB (Red+Green+Blue) = 207+185+161=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A1 is #30465E. Grayscale: #BCBCBC. Windows color (decimal): -3163743 or 10598863. OLE color: 10598863.
HSL color Cylindrical-coordinate representation of color #CFB9A1: hue angle of 31.3º 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 #CFB9A1 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 161 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.19 |
| HSL | 31.3º | 0.32% | 0.72% | - |
| HSV(B) | 31.3º | 0.22% | 0.81% | - |
| XYZ | 49.51 | 50.54 | 40.86 | - |
| YUV | 188.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 161 | 0 | 0.11 | 0.22 | 0.19 | 31.3 | 0.32 | 0.72 |
| Hex | CF | B9 | A1 | 0 | B | 16 | 13 | 1F | 20 | 48 |
| Octal | 317 | 271 | 241 | 0 | 13 | 26 | 23 | 37 | 40 | 110 |
| Binary | 11001111 | 10111001 | 10100001 | 0 | 1011 | 10110 | 10011 | 11111 | 100000 | 1001000 |
Color Harmonies of #CFB9A1
Complementary color
Monochromatic Colors of #CFB9A1
Black with #CFB9A1
Text Example
Text Example
White with #CFB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9A1; }
p { color: rgb(207,185,161); }
H1.HeaderClassName
{
color: #CFB9A1;
}
.AnyTagClassName
{
color: #CFB9A1;
}
</style>
background-color css
<style>
a { background-color: #CFB9A1; }
a { background-color: rgb(207,185,161); }
div.DivClassName
{
background-color: #CFB9A1;
}
.BgClassName
{
background-color: #CFB9A1;
}
</style>
border-color css
<style>
span { border-color: #CFB9A1; }
span { border-color: rgb(207,185,161); }
td.TdClassName
{
border-color: #CFB9A1;
}
.TagClassName
{
border-color: #CFB9A1;
}
</style>