Shades of Fallow #CFA068
Tints of Fallow #CFA068
RGB
CMYK
RGB Variations
Color information
#CFA068 (or 0xCFA068) is known color: Fallow. HEX triplet: CF, A0 and 68. RGB value is (207,160,104). Sum of RGB (Red+Green+Blue) = 207+160+104=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA068 is #305F97. Grayscale: #A7A7A7. Windows color (decimal): -3170200 or 6856911. OLE color: 6856911.
HSL color Cylindrical-coordinate representation of color #CFA068: hue angle of 32.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA068 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 104 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.19 |
| HSL | 32.62º | 0.52% | 0.61% | - |
| HSV(B) | 32.62º | 0.5% | 0.81% | - |
| XYZ | 40.8 | 39.41 | 18.55 | - |
| YUV | 167.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 104 | 0 | 0.23 | 0.50 | 0.19 | 32.62 | 0.52 | 0.61 |
| Hex | CF | A0 | 68 | 0 | 17 | 32 | 13 | 21 | 34 | 3D |
| Octal | 317 | 240 | 150 | 0 | 27 | 62 | 23 | 41 | 64 | 75 |
| Binary | 11001111 | 10100000 | 1101000 | 0 | 10111 | 110010 | 10011 | 100001 | 110100 | 111101 |
Color Harmonies of #CFA068
Complementary color
Monochromatic Colors of #CFA068
Black with #CFA068
Text Example
Text Example
White with #CFA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA068; }
p { color: rgb(207,160,104); }
H1.HeaderClassName
{
color: #CFA068;
}
.AnyTagClassName
{
color: #CFA068;
}
</style>
background-color css
<style>
a { background-color: #CFA068; }
a { background-color: rgb(207,160,104); }
div.DivClassName
{
background-color: #CFA068;
}
.BgClassName
{
background-color: #CFA068;
}
</style>
border-color css
<style>
span { border-color: #CFA068; }
span { border-color: rgb(207,160,104); }
td.TdClassName
{
border-color: #CFA068;
}
.TagClassName
{
border-color: #CFA068;
}
</style>