Shades of Fallow #CFA06D
Tints of Fallow #CFA06D
RGB
CMYK
RGB Variations
Color information
#CFA06D (or 0xCFA06D) is known color: Fallow. HEX triplet: CF, A0 and 6D. RGB value is (207,160,109). Sum of RGB (Red+Green+Blue) = 207+160+109=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA06D is #305F92. Grayscale: #A8A8A8. Windows color (decimal): -3170195 or 7184591. OLE color: 7184591.
HSL color Cylindrical-coordinate representation of color #CFA06D: hue angle of 31.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFA06D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 109 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.19 |
| HSL | 31.22º | 0.51% | 0.62% | - |
| HSV(B) | 31.22º | 0.47% | 0.81% | - |
| XYZ | 41.06 | 39.51 | 19.93 | - |
| YUV | 168.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 109 | 0 | 0.23 | 0.47 | 0.19 | 31.22 | 0.51 | 0.62 |
| Hex | CF | A0 | 6D | 0 | 17 | 2F | 13 | 1F | 33 | 3E |
| Octal | 317 | 240 | 155 | 0 | 27 | 57 | 23 | 37 | 63 | 76 |
| Binary | 11001111 | 10100000 | 1101101 | 0 | 10111 | 101111 | 10011 | 11111 | 110011 | 111110 |
Color Harmonies of #CFA06D
Complementary color
Monochromatic Colors of #CFA06D
Black with #CFA06D
Text Example
Text Example
White with #CFA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA06D; }
p { color: rgb(207,160,109); }
H1.HeaderClassName
{
color: #CFA06D;
}
.AnyTagClassName
{
color: #CFA06D;
}
</style>
background-color css
<style>
a { background-color: #CFA06D; }
a { background-color: rgb(207,160,109); }
div.DivClassName
{
background-color: #CFA06D;
}
.BgClassName
{
background-color: #CFA06D;
}
</style>
border-color css
<style>
span { border-color: #CFA06D; }
span { border-color: rgb(207,160,109); }
td.TdClassName
{
border-color: #CFA06D;
}
.TagClassName
{
border-color: #CFA06D;
}
</style>