Shades of Fallow #CFA16C
Tints of Fallow #CFA16C
RGB
CMYK
RGB Variations
Color information
#CFA16C (or 0xCFA16C) is known color: Fallow. HEX triplet: CF, A1 and 6C. RGB value is (207,161,108). Sum of RGB (Red+Green+Blue) = 207+161+108=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA16C is #305E93. Grayscale: #A8A8A8. Windows color (decimal): -3169940 or 7119311. OLE color: 7119311.
HSL color Cylindrical-coordinate representation of color #CFA16C: hue angle of 32.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA16C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 108 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.19 |
| HSL | 32.12º | 0.51% | 0.62% | - |
| HSV(B) | 32.12º | 0.48% | 0.81% | - |
| XYZ | 41.18 | 39.84 | 19.71 | - |
| YUV | 168.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 108 | 0 | 0.22 | 0.48 | 0.19 | 32.12 | 0.51 | 0.62 |
| Hex | CF | A1 | 6C | 0 | 16 | 30 | 13 | 20 | 33 | 3E |
| Octal | 317 | 241 | 154 | 0 | 26 | 60 | 23 | 40 | 63 | 76 |
| Binary | 11001111 | 10100001 | 1101100 | 0 | 10110 | 110000 | 10011 | 100000 | 110011 | 111110 |
Color Harmonies of #CFA16C
Complementary color
Monochromatic Colors of #CFA16C
Black with #CFA16C
Text Example
Text Example
White with #CFA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA16C; }
p { color: rgb(207,161,108); }
H1.HeaderClassName
{
color: #CFA16C;
}
.AnyTagClassName
{
color: #CFA16C;
}
</style>
background-color css
<style>
a { background-color: #CFA16C; }
a { background-color: rgb(207,161,108); }
div.DivClassName
{
background-color: #CFA16C;
}
.BgClassName
{
background-color: #CFA16C;
}
</style>
border-color css
<style>
span { border-color: #CFA16C; }
span { border-color: rgb(207,161,108); }
td.TdClassName
{
border-color: #CFA16C;
}
.TagClassName
{
border-color: #CFA16C;
}
</style>