Shades of Fallow #CF9D64
Tints of Fallow #CF9D64
RGB
CMYK
RGB Variations
Color information
#CF9D64 (or 0xCF9D64) is known color: Fallow. HEX triplet: CF, 9D and 64. RGB value is (207,157,100). Sum of RGB (Red+Green+Blue) = 207+157+100=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D64 is #30629B. Grayscale: #A5A5A5. Windows color (decimal): -3170972 or 6593999. OLE color: 6593999.
HSL color Cylindrical-coordinate representation of color #CF9D64: hue angle of 31.96º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF9D64 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 100 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.19 |
| HSL | 31.96º | 0.53% | 0.6% | - |
| HSV(B) | 31.96º | 0.52% | 0.81% | - |
| XYZ | 40.09 | 38.3 | 17.34 | - |
| YUV | 165.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 100 | 0 | 0.24 | 0.52 | 0.19 | 31.96 | 0.53 | 0.6 |
| Hex | CF | 9D | 64 | 0 | 18 | 34 | 13 | 20 | 35 | 3C |
| Octal | 317 | 235 | 144 | 0 | 30 | 64 | 23 | 40 | 65 | 74 |
| Binary | 11001111 | 10011101 | 1100100 | 0 | 11000 | 110100 | 10011 | 100000 | 110101 | 111100 |
Color Harmonies of #CF9D64
Complementary color
Monochromatic Colors of #CF9D64
Black with #CF9D64
Text Example
Text Example
White with #CF9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D64; }
p { color: rgb(207,157,100); }
H1.HeaderClassName
{
color: #CF9D64;
}
.AnyTagClassName
{
color: #CF9D64;
}
</style>
background-color css
<style>
a { background-color: #CF9D64; }
a { background-color: rgb(207,157,100); }
div.DivClassName
{
background-color: #CF9D64;
}
.BgClassName
{
background-color: #CF9D64;
}
</style>
border-color css
<style>
span { border-color: #CF9D64; }
span { border-color: rgb(207,157,100); }
td.TdClassName
{
border-color: #CF9D64;
}
.TagClassName
{
border-color: #CF9D64;
}
</style>