Shades of Fallow #CFA26F
Tints of Fallow #CFA26F
RGB
CMYK
RGB Variations
Color information
#CFA26F (or 0xCFA26F) is known color: Fallow. HEX triplet: CF, A2 and 6F. RGB value is (207,162,111). Sum of RGB (Red+Green+Blue) = 207+162+111=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA26F is #305D90. Grayscale: #A9A9A9. Windows color (decimal): -3169681 or 7316175. OLE color: 7316175.
HSL color Cylindrical-coordinate representation of color #CFA26F: hue angle of 31.88º 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 #CFA26F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 111 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.19 |
| HSL | 31.88º | 0.5% | 0.62% | - |
| HSV(B) | 31.88º | 0.46% | 0.81% | - |
| XYZ | 41.52 | 40.25 | 20.62 | - |
| YUV | 169.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 111 | 0 | 0.22 | 0.46 | 0.19 | 31.88 | 0.5 | 0.62 |
| Hex | CF | A2 | 6F | 0 | 16 | 2E | 13 | 20 | 32 | 3E |
| Octal | 317 | 242 | 157 | 0 | 26 | 56 | 23 | 40 | 62 | 76 |
| Binary | 11001111 | 10100010 | 1101111 | 0 | 10110 | 101110 | 10011 | 100000 | 110010 | 111110 |
Color Harmonies of #CFA26F
Complementary color
Monochromatic Colors of #CFA26F
Black with #CFA26F
Text Example
Text Example
White with #CFA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA26F; }
p { color: rgb(207,162,111); }
H1.HeaderClassName
{
color: #CFA26F;
}
.AnyTagClassName
{
color: #CFA26F;
}
</style>
background-color css
<style>
a { background-color: #CFA26F; }
a { background-color: rgb(207,162,111); }
div.DivClassName
{
background-color: #CFA26F;
}
.BgClassName
{
background-color: #CFA26F;
}
</style>
border-color css
<style>
span { border-color: #CFA26F; }
span { border-color: rgb(207,162,111); }
td.TdClassName
{
border-color: #CFA26F;
}
.TagClassName
{
border-color: #CFA26F;
}
</style>