Shades of Fallow #CFA06C
Tints of Fallow #CFA06C
RGB
CMYK
RGB Variations
Color information
#CFA06C (or 0xCFA06C) is known color: Fallow. HEX triplet: CF, A0 and 6C. RGB value is (207,160,108). Sum of RGB (Red+Green+Blue) = 207+160+108=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA06C is #305F93. Grayscale: #A8A8A8. Windows color (decimal): -3170196 or 7119055. OLE color: 7119055.
HSL color Cylindrical-coordinate representation of color #CFA06C: hue angle of 31.52º 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 #CFA06C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 108 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.19 |
| HSL | 31.52º | 0.51% | 0.62% | - |
| HSV(B) | 31.52º | 0.48% | 0.81% | - |
| XYZ | 41.01 | 39.49 | 19.65 | - |
| YUV | 168.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 108 | 0 | 0.23 | 0.48 | 0.19 | 31.52 | 0.51 | 0.62 |
| Hex | CF | A0 | 6C | 0 | 17 | 30 | 13 | 20 | 33 | 3E |
| Octal | 317 | 240 | 154 | 0 | 27 | 60 | 23 | 40 | 63 | 76 |
| Binary | 11001111 | 10100000 | 1101100 | 0 | 10111 | 110000 | 10011 | 100000 | 110011 | 111110 |
Color Harmonies of #CFA06C
Complementary color
Monochromatic Colors of #CFA06C
Black with #CFA06C
Text Example
Text Example
White with #CFA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA06C; }
p { color: rgb(207,160,108); }
H1.HeaderClassName
{
color: #CFA06C;
}
.AnyTagClassName
{
color: #CFA06C;
}
</style>
background-color css
<style>
a { background-color: #CFA06C; }
a { background-color: rgb(207,160,108); }
div.DivClassName
{
background-color: #CFA06C;
}
.BgClassName
{
background-color: #CFA06C;
}
</style>
border-color css
<style>
span { border-color: #CFA06C; }
span { border-color: rgb(207,160,108); }
td.TdClassName
{
border-color: #CFA06C;
}
.TagClassName
{
border-color: #CFA06C;
}
</style>