Shades of Fallow #CF9C65
Tints of Fallow #CF9C65
RGB
CMYK
RGB Variations
Color information
#CF9C65 (or 0xCF9C65) is known color: Fallow. HEX triplet: CF, 9C and 65. RGB value is (207,156,101). Sum of RGB (Red+Green+Blue) = 207+156+101=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C65 is #30639A. Grayscale: #A5A5A5. Windows color (decimal): -3171227 or 6659279. OLE color: 6659279.
HSL color Cylindrical-coordinate representation of color #CF9C65: hue angle of 31.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF9C65 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 101 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.19 |
| HSL | 31.13º | 0.52% | 0.6% | - |
| HSV(B) | 31.13º | 0.51% | 0.81% | - |
| XYZ | 39.97 | 37.98 | 17.54 | - |
| YUV | 164.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 101 | 0 | 0.25 | 0.51 | 0.19 | 31.13 | 0.52 | 0.6 |
| Hex | CF | 9C | 65 | 0 | 19 | 33 | 13 | 1F | 34 | 3C |
| Octal | 317 | 234 | 145 | 0 | 31 | 63 | 23 | 37 | 64 | 74 |
| Binary | 11001111 | 10011100 | 1100101 | 0 | 11001 | 110011 | 10011 | 11111 | 110100 | 111100 |
Color Harmonies of #CF9C65
Complementary color
Monochromatic Colors of #CF9C65
Black with #CF9C65
Text Example
Text Example
White with #CF9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C65; }
p { color: rgb(207,156,101); }
H1.HeaderClassName
{
color: #CF9C65;
}
.AnyTagClassName
{
color: #CF9C65;
}
</style>
background-color css
<style>
a { background-color: #CF9C65; }
a { background-color: rgb(207,156,101); }
div.DivClassName
{
background-color: #CF9C65;
}
.BgClassName
{
background-color: #CF9C65;
}
</style>
border-color css
<style>
span { border-color: #CF9C65; }
span { border-color: rgb(207,156,101); }
td.TdClassName
{
border-color: #CF9C65;
}
.TagClassName
{
border-color: #CF9C65;
}
</style>