Shades of Fallow #CFA170
Tints of Fallow #CFA170
RGB
CMYK
RGB Variations
Color information
#CFA170 (or 0xCFA170) is known color: Fallow. HEX triplet: CF, A1 and 70. RGB value is (207,161,112). Sum of RGB (Red+Green+Blue) = 207+161+112=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA170 is #305E8F. Grayscale: #A9A9A9. Windows color (decimal): -3169936 or 7381455. OLE color: 7381455.
HSL color Cylindrical-coordinate representation of color #CFA170: hue angle of 30.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA170 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 112 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.19 |
| HSL | 30.95º | 0.5% | 0.63% | - |
| HSV(B) | 30.95º | 0.46% | 0.81% | - |
| XYZ | 41.4 | 39.92 | 20.85 | - |
| YUV | 169.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 112 | 0 | 0.22 | 0.46 | 0.19 | 30.95 | 0.5 | 0.63 |
| Hex | CF | A1 | 70 | 0 | 16 | 2E | 13 | 1F | 32 | 3F |
| Octal | 317 | 241 | 160 | 0 | 26 | 56 | 23 | 37 | 62 | 77 |
| Binary | 11001111 | 10100001 | 1110000 | 0 | 10110 | 101110 | 10011 | 11111 | 110010 | 111111 |
Color Harmonies of #CFA170
Complementary color
Monochromatic Colors of #CFA170
Black with #CFA170
Text Example
Text Example
White with #CFA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA170; }
p { color: rgb(207,161,112); }
H1.HeaderClassName
{
color: #CFA170;
}
.AnyTagClassName
{
color: #CFA170;
}
</style>
background-color css
<style>
a { background-color: #CFA170; }
a { background-color: rgb(207,161,112); }
div.DivClassName
{
background-color: #CFA170;
}
.BgClassName
{
background-color: #CFA170;
}
</style>
border-color css
<style>
span { border-color: #CFA170; }
span { border-color: rgb(207,161,112); }
td.TdClassName
{
border-color: #CFA170;
}
.TagClassName
{
border-color: #CFA170;
}
</style>