Shades of Grain Brown #CFBBA7
Tints of Grain Brown #CFBBA7
RGB
CMYK
RGB Variations
Color information
#CFBBA7 (or 0xCFBBA7) is known color: Grain Brown. HEX triplet: CF, BB and A7. RGB value is (207,187,167). Sum of RGB (Red+Green+Blue) = 207+187+167=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA7 is #304458. Grayscale: #BEBEBE. Windows color (decimal): -3163225 or 10992591. OLE color: 10992591.
HSL color Cylindrical-coordinate representation of color #CFBBA7: hue angle of 30º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBBA7 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 167 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.19 |
| HSL | 30º | 0.29% | 0.73% | - |
| HSV(B) | 30º | 0.19% | 0.81% | - |
| XYZ | 50.48 | 51.6 | 43.86 | - |
| YUV | 190.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 167 | 0 | 0.10 | 0.19 | 0.19 | 30 | 0.29 | 0.73 |
| Hex | CF | BB | A7 | 0 | A | 13 | 13 | 1E | 1D | 49 |
| Octal | 317 | 273 | 247 | 0 | 12 | 23 | 23 | 36 | 35 | 111 |
| Binary | 11001111 | 10111011 | 10100111 | 0 | 1010 | 10011 | 10011 | 11110 | 11101 | 1001001 |
Color Harmonies of #CFBBA7
Complementary color
Monochromatic Colors of #CFBBA7
Black with #CFBBA7
Text Example
Text Example
White with #CFBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBA7; }
p { color: rgb(207,187,167); }
H1.HeaderClassName
{
color: #CFBBA7;
}
.AnyTagClassName
{
color: #CFBBA7;
}
</style>
background-color css
<style>
a { background-color: #CFBBA7; }
a { background-color: rgb(207,187,167); }
div.DivClassName
{
background-color: #CFBBA7;
}
.BgClassName
{
background-color: #CFBBA7;
}
</style>
border-color css
<style>
span { border-color: #CFBBA7; }
span { border-color: rgb(207,187,167); }
td.TdClassName
{
border-color: #CFBBA7;
}
.TagClassName
{
border-color: #CFBBA7;
}
</style>