Shades of Fallow #CF9E6C
Tints of Fallow #CF9E6C
RGB
CMYK
RGB Variations
Color information
#CF9E6C (or 0xCF9E6C) is known color: Fallow. HEX triplet: CF, 9E and 6C. RGB value is (207,158,108). Sum of RGB (Red+Green+Blue) = 207+158+108=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E6C is #306193. Grayscale: #A7A7A7. Windows color (decimal): -3170708 or 7118543. OLE color: 7118543.
HSL color Cylindrical-coordinate representation of color #CF9E6C: hue angle of 30.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF9E6C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 108 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.19 |
| HSL | 30.3º | 0.51% | 0.62% | - |
| HSV(B) | 30.3º | 0.48% | 0.81% | - |
| XYZ | 40.67 | 38.8 | 19.53 | - |
| YUV | 166.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 108 | 0 | 0.24 | 0.48 | 0.19 | 30.3 | 0.51 | 0.62 |
| Hex | CF | 9E | 6C | 0 | 18 | 30 | 13 | 1E | 33 | 3E |
| Octal | 317 | 236 | 154 | 0 | 30 | 60 | 23 | 36 | 63 | 76 |
| Binary | 11001111 | 10011110 | 1101100 | 0 | 11000 | 110000 | 10011 | 11110 | 110011 | 111110 |
Color Harmonies of #CF9E6C
Complementary color
Monochromatic Colors of #CF9E6C
Black with #CF9E6C
Text Example
Text Example
White with #CF9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E6C; }
p { color: rgb(207,158,108); }
H1.HeaderClassName
{
color: #CF9E6C;
}
.AnyTagClassName
{
color: #CF9E6C;
}
</style>
background-color css
<style>
a { background-color: #CF9E6C; }
a { background-color: rgb(207,158,108); }
div.DivClassName
{
background-color: #CF9E6C;
}
.BgClassName
{
background-color: #CF9E6C;
}
</style>
border-color css
<style>
span { border-color: #CF9E6C; }
span { border-color: rgb(207,158,108); }
td.TdClassName
{
border-color: #CF9E6C;
}
.TagClassName
{
border-color: #CF9E6C;
}
</style>