Shades of Fallow #CF9E6F
Tints of Fallow #CF9E6F
RGB
CMYK
RGB Variations
Color information
#CF9E6F (or 0xCF9E6F) is known color: Fallow. HEX triplet: CF, 9E and 6F. RGB value is (207,158,111). Sum of RGB (Red+Green+Blue) = 207+158+111=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E6F is #306190. Grayscale: #A7A7A7. Windows color (decimal): -3170705 or 7315151. OLE color: 7315151.
HSL color Cylindrical-coordinate representation of color #CF9E6F: hue angle of 29.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF9E6F is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 111 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.19 |
| HSL | 29.38º | 0.5% | 0.62% | - |
| HSV(B) | 29.38º | 0.46% | 0.81% | - |
| XYZ | 40.83 | 38.87 | 20.39 | - |
| YUV | 167.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 111 | 0 | 0.24 | 0.46 | 0.19 | 29.38 | 0.5 | 0.62 |
| Hex | CF | 9E | 6F | 0 | 18 | 2E | 13 | 1D | 32 | 3E |
| Octal | 317 | 236 | 157 | 0 | 30 | 56 | 23 | 35 | 62 | 76 |
| Binary | 11001111 | 10011110 | 1101111 | 0 | 11000 | 101110 | 10011 | 11101 | 110010 | 111110 |
Color Harmonies of #CF9E6F
Complementary color
Monochromatic Colors of #CF9E6F
Black with #CF9E6F
Text Example
Text Example
White with #CF9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E6F; }
p { color: rgb(207,158,111); }
H1.HeaderClassName
{
color: #CF9E6F;
}
.AnyTagClassName
{
color: #CF9E6F;
}
</style>
background-color css
<style>
a { background-color: #CF9E6F; }
a { background-color: rgb(207,158,111); }
div.DivClassName
{
background-color: #CF9E6F;
}
.BgClassName
{
background-color: #CF9E6F;
}
</style>
border-color css
<style>
span { border-color: #CF9E6F; }
span { border-color: rgb(207,158,111); }
td.TdClassName
{
border-color: #CF9E6F;
}
.TagClassName
{
border-color: #CF9E6F;
}
</style>