Shades of Fallow #CFA168
Tints of Fallow #CFA168
RGB
CMYK
RGB Variations
Color information
#CFA168 (or 0xCFA168) is known color: Fallow. HEX triplet: CF, A1 and 68. RGB value is (207,161,104). Sum of RGB (Red+Green+Blue) = 207+161+104=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA168 is #305E97. Grayscale: #A8A8A8. Windows color (decimal): -3169944 or 6857167. OLE color: 6857167.
HSL color Cylindrical-coordinate representation of color #CFA168: hue angle of 33.2º 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 #CFA168 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 104 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.19 |
| HSL | 33.2º | 0.52% | 0.61% | - |
| HSV(B) | 33.2º | 0.5% | 0.81% | - |
| XYZ | 40.98 | 39.75 | 18.61 | - |
| YUV | 168.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 104 | 0 | 0.22 | 0.50 | 0.19 | 33.2 | 0.52 | 0.61 |
| Hex | CF | A1 | 68 | 0 | 16 | 32 | 13 | 21 | 34 | 3D |
| Octal | 317 | 241 | 150 | 0 | 26 | 62 | 23 | 41 | 64 | 75 |
| Binary | 11001111 | 10100001 | 1101000 | 0 | 10110 | 110010 | 10011 | 100001 | 110100 | 111101 |
Color Harmonies of #CFA168
Complementary color
Monochromatic Colors of #CFA168
Black with #CFA168
Text Example
Text Example
White with #CFA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA168; }
p { color: rgb(207,161,104); }
H1.HeaderClassName
{
color: #CFA168;
}
.AnyTagClassName
{
color: #CFA168;
}
</style>
background-color css
<style>
a { background-color: #CFA168; }
a { background-color: rgb(207,161,104); }
div.DivClassName
{
background-color: #CFA168;
}
.BgClassName
{
background-color: #CFA168;
}
</style>
border-color css
<style>
span { border-color: #CFA168; }
span { border-color: rgb(207,161,104); }
td.TdClassName
{
border-color: #CFA168;
}
.TagClassName
{
border-color: #CFA168;
}
</style>