Shades of Fallow #CF9D6C
Tints of Fallow #CF9D6C
RGB
CMYK
RGB Variations
Color information
#CF9D6C (or 0xCF9D6C) is known color: Fallow. HEX triplet: CF, 9D and 6C. RGB value is (207,157,108). Sum of RGB (Red+Green+Blue) = 207+157+108=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D6C is #306293. Grayscale: #A6A6A6. Windows color (decimal): -3170964 or 7118287. OLE color: 7118287.
HSL color Cylindrical-coordinate representation of color #CF9D6C: hue angle of 29.7º 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 #CF9D6C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 108 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.19 |
| HSL | 29.7º | 0.51% | 0.62% | - |
| HSV(B) | 29.7º | 0.48% | 0.81% | - |
| XYZ | 40.5 | 38.46 | 19.48 | - |
| YUV | 166.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 108 | 0 | 0.24 | 0.48 | 0.19 | 29.7 | 0.51 | 0.62 |
| Hex | CF | 9D | 6C | 0 | 18 | 30 | 13 | 1E | 33 | 3E |
| Octal | 317 | 235 | 154 | 0 | 30 | 60 | 23 | 36 | 63 | 76 |
| Binary | 11001111 | 10011101 | 1101100 | 0 | 11000 | 110000 | 10011 | 11110 | 110011 | 111110 |
Color Harmonies of #CF9D6C
Complementary color
Monochromatic Colors of #CF9D6C
Black with #CF9D6C
Text Example
Text Example
White with #CF9D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D6C; }
p { color: rgb(207,157,108); }
H1.HeaderClassName
{
color: #CF9D6C;
}
.AnyTagClassName
{
color: #CF9D6C;
}
</style>
background-color css
<style>
a { background-color: #CF9D6C; }
a { background-color: rgb(207,157,108); }
div.DivClassName
{
background-color: #CF9D6C;
}
.BgClassName
{
background-color: #CF9D6C;
}
</style>
border-color css
<style>
span { border-color: #CF9D6C; }
span { border-color: rgb(207,157,108); }
td.TdClassName
{
border-color: #CF9D6C;
}
.TagClassName
{
border-color: #CF9D6C;
}
</style>