Shades of Fallow #CFA066
Tints of Fallow #CFA066
RGB
CMYK
RGB Variations
Color information
#CFA066 (or 0xCFA066) is known color: Fallow. HEX triplet: CF, A0 and 66. RGB value is (207,160,102). Sum of RGB (Red+Green+Blue) = 207+160+102=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA066 is #305F99. Grayscale: #A7A7A7. Windows color (decimal): -3170202 or 6725839. OLE color: 6725839.
HSL color Cylindrical-coordinate representation of color #CFA066: hue angle of 33.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA066 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 102 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.19 |
| HSL | 33.14º | 0.52% | 0.61% | - |
| HSV(B) | 33.14º | 0.51% | 0.81% | - |
| XYZ | 40.7 | 39.37 | 18.02 | - |
| YUV | 167.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 102 | 0 | 0.23 | 0.51 | 0.19 | 33.14 | 0.52 | 0.61 |
| Hex | CF | A0 | 66 | 0 | 17 | 33 | 13 | 21 | 34 | 3D |
| Octal | 317 | 240 | 146 | 0 | 27 | 63 | 23 | 41 | 64 | 75 |
| Binary | 11001111 | 10100000 | 1100110 | 0 | 10111 | 110011 | 10011 | 100001 | 110100 | 111101 |
Color Harmonies of #CFA066
Complementary color
Monochromatic Colors of #CFA066
Black with #CFA066
Text Example
Text Example
White with #CFA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA066; }
p { color: rgb(207,160,102); }
H1.HeaderClassName
{
color: #CFA066;
}
.AnyTagClassName
{
color: #CFA066;
}
</style>
background-color css
<style>
a { background-color: #CFA066; }
a { background-color: rgb(207,160,102); }
div.DivClassName
{
background-color: #CFA066;
}
.BgClassName
{
background-color: #CFA066;
}
</style>
border-color css
<style>
span { border-color: #CFA066; }
span { border-color: rgb(207,160,102); }
td.TdClassName
{
border-color: #CFA066;
}
.TagClassName
{
border-color: #CFA066;
}
</style>