Shades of Grain Brown #CFB7A0
Tints of Grain Brown #CFB7A0
RGB
CMYK
RGB Variations
Color information
#CFB7A0 (or 0xCFB7A0) is known color: Grain Brown. HEX triplet: CF, B7 and A0. RGB value is (207,183,160). Sum of RGB (Red+Green+Blue) = 207+183+160=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A0 is #30485F. Grayscale: #BBBBBB. Windows color (decimal): -3164256 or 10532815. OLE color: 10532815.
HSL color Cylindrical-coordinate representation of color #CFB7A0: hue angle of 29.36º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB7A0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 160 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.19 |
| HSL | 29.36º | 0.33% | 0.72% | - |
| HSV(B) | 29.36º | 0.23% | 0.81% | - |
| XYZ | 49.01 | 49.67 | 40.26 | - |
| YUV | 187.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 160 | 0 | 0.12 | 0.23 | 0.19 | 29.36 | 0.33 | 0.72 |
| Hex | CF | B7 | A0 | 0 | C | 17 | 13 | 1D | 21 | 48 |
| Octal | 317 | 267 | 240 | 0 | 14 | 27 | 23 | 35 | 41 | 110 |
| Binary | 11001111 | 10110111 | 10100000 | 0 | 1100 | 10111 | 10011 | 11101 | 100001 | 1001000 |
Color Harmonies of #CFB7A0
Complementary color
Monochromatic Colors of #CFB7A0
Black with #CFB7A0
Text Example
Text Example
White with #CFB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7A0; }
p { color: rgb(207,183,160); }
H1.HeaderClassName
{
color: #CFB7A0;
}
.AnyTagClassName
{
color: #CFB7A0;
}
</style>
background-color css
<style>
a { background-color: #CFB7A0; }
a { background-color: rgb(207,183,160); }
div.DivClassName
{
background-color: #CFB7A0;
}
.BgClassName
{
background-color: #CFB7A0;
}
</style>
border-color css
<style>
span { border-color: #CFB7A0; }
span { border-color: rgb(207,183,160); }
td.TdClassName
{
border-color: #CFB7A0;
}
.TagClassName
{
border-color: #CFB7A0;
}
</style>