Shades of Grain Brown #CFB7A3
Tints of Grain Brown #CFB7A3
RGB
CMYK
RGB Variations
Color information
#CFB7A3 (or 0xCFB7A3) is known color: Grain Brown. HEX triplet: CF, B7 and A3. RGB value is (207,183,163). Sum of RGB (Red+Green+Blue) = 207+183+163=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A3 is #30485C. Grayscale: #BCBCBC. Windows color (decimal): -3164253 or 10729423. OLE color: 10729423.
HSL color Cylindrical-coordinate representation of color #CFB7A3: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB7A3 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 163 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.19 |
| HSL | 27.27º | 0.31% | 0.73% | - |
| HSV(B) | 27.27º | 0.21% | 0.81% | - |
| XYZ | 49.28 | 49.78 | 41.66 | - |
| YUV | 187.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 163 | 0 | 0.12 | 0.21 | 0.19 | 27.27 | 0.31 | 0.73 |
| Hex | CF | B7 | A3 | 0 | C | 15 | 13 | 1B | 1F | 49 |
| Octal | 317 | 267 | 243 | 0 | 14 | 25 | 23 | 33 | 37 | 111 |
| Binary | 11001111 | 10110111 | 10100011 | 0 | 1100 | 10101 | 10011 | 11011 | 11111 | 1001001 |
Color Harmonies of #CFB7A3
Complementary color
Monochromatic Colors of #CFB7A3
Black with #CFB7A3
Text Example
Text Example
White with #CFB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7A3; }
p { color: rgb(207,183,163); }
H1.HeaderClassName
{
color: #CFB7A3;
}
.AnyTagClassName
{
color: #CFB7A3;
}
</style>
background-color css
<style>
a { background-color: #CFB7A3; }
a { background-color: rgb(207,183,163); }
div.DivClassName
{
background-color: #CFB7A3;
}
.BgClassName
{
background-color: #CFB7A3;
}
</style>
border-color css
<style>
span { border-color: #CFB7A3; }
span { border-color: rgb(207,183,163); }
td.TdClassName
{
border-color: #CFB7A3;
}
.TagClassName
{
border-color: #CFB7A3;
}
</style>