Shades of Fallow #CF9E6E
Tints of Fallow #CF9E6E
RGB
CMYK
RGB Variations
Color information
#CF9E6E (or 0xCF9E6E) is known color: Fallow. HEX triplet: CF, 9E and 6E. RGB value is (207,158,110). Sum of RGB (Red+Green+Blue) = 207+158+110=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E6E is #306191. Grayscale: #A7A7A7. Windows color (decimal): -3170706 or 7249615. OLE color: 7249615.
HSL color Cylindrical-coordinate representation of color #CF9E6E: hue angle of 29.69º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF9E6E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 110 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.19 |
| HSL | 29.69º | 0.5% | 0.62% | - |
| HSV(B) | 29.69º | 0.47% | 0.81% | - |
| XYZ | 40.77 | 38.84 | 20.1 | - |
| YUV | 167.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 110 | 0 | 0.24 | 0.47 | 0.19 | 29.69 | 0.5 | 0.62 |
| Hex | CF | 9E | 6E | 0 | 18 | 2F | 13 | 1E | 32 | 3E |
| Octal | 317 | 236 | 156 | 0 | 30 | 57 | 23 | 36 | 62 | 76 |
| Binary | 11001111 | 10011110 | 1101110 | 0 | 11000 | 101111 | 10011 | 11110 | 110010 | 111110 |
Color Harmonies of #CF9E6E
Complementary color
Monochromatic Colors of #CF9E6E
Black with #CF9E6E
Text Example
Text Example
White with #CF9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E6E; }
p { color: rgb(207,158,110); }
H1.HeaderClassName
{
color: #CF9E6E;
}
.AnyTagClassName
{
color: #CF9E6E;
}
</style>
background-color css
<style>
a { background-color: #CF9E6E; }
a { background-color: rgb(207,158,110); }
div.DivClassName
{
background-color: #CF9E6E;
}
.BgClassName
{
background-color: #CF9E6E;
}
</style>
border-color css
<style>
span { border-color: #CF9E6E; }
span { border-color: rgb(207,158,110); }
td.TdClassName
{
border-color: #CF9E6E;
}
.TagClassName
{
border-color: #CF9E6E;
}
</style>