Shades of Fallow #CFA06F
Tints of Fallow #CFA06F
RGB
CMYK
RGB Variations
Color information
#CFA06F (or 0xCFA06F) is known color: Fallow. HEX triplet: CF, A0 and 6F. RGB value is (207,160,111). Sum of RGB (Red+Green+Blue) = 207+160+111=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA06F is #305F90. Grayscale: #A8A8A8. Windows color (decimal): -3170193 or 7315663. OLE color: 7315663.
HSL color Cylindrical-coordinate representation of color #CFA06F: hue angle of 30.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA06F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 111 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.19 |
| HSL | 30.63º | 0.5% | 0.62% | - |
| HSV(B) | 30.63º | 0.46% | 0.81% | - |
| XYZ | 41.17 | 39.55 | 20.5 | - |
| YUV | 168.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 111 | 0 | 0.23 | 0.46 | 0.19 | 30.63 | 0.5 | 0.62 |
| Hex | CF | A0 | 6F | 0 | 17 | 2E | 13 | 1F | 32 | 3E |
| Octal | 317 | 240 | 157 | 0 | 27 | 56 | 23 | 37 | 62 | 76 |
| Binary | 11001111 | 10100000 | 1101111 | 0 | 10111 | 101110 | 10011 | 11111 | 110010 | 111110 |
Color Harmonies of #CFA06F
Complementary color
Monochromatic Colors of #CFA06F
Black with #CFA06F
Text Example
Text Example
White with #CFA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA06F; }
p { color: rgb(207,160,111); }
H1.HeaderClassName
{
color: #CFA06F;
}
.AnyTagClassName
{
color: #CFA06F;
}
</style>
background-color css
<style>
a { background-color: #CFA06F; }
a { background-color: rgb(207,160,111); }
div.DivClassName
{
background-color: #CFA06F;
}
.BgClassName
{
background-color: #CFA06F;
}
</style>
border-color css
<style>
span { border-color: #CFA06F; }
span { border-color: rgb(207,160,111); }
td.TdClassName
{
border-color: #CFA06F;
}
.TagClassName
{
border-color: #CFA06F;
}
</style>