Shades of Fallow #CFA172
Tints of Fallow #CFA172
RGB
CMYK
RGB Variations
Color information
#CFA172 (or 0xCFA172) is known color: Fallow. HEX triplet: CF, A1 and 72. RGB value is (207,161,114). Sum of RGB (Red+Green+Blue) = 207+161+114=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA172 is #305E8D. Grayscale: #A9A9A9. Windows color (decimal): -3169934 or 7512527. OLE color: 7512527.
HSL color Cylindrical-coordinate representation of color #CFA172: hue angle of 30.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFA172 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 114 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.19 |
| HSL | 30.32º | 0.49% | 0.63% | - |
| HSV(B) | 30.32º | 0.45% | 0.81% | - |
| XYZ | 41.51 | 39.97 | 21.45 | - |
| YUV | 169.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 114 | 0 | 0.22 | 0.45 | 0.19 | 30.32 | 0.49 | 0.63 |
| Hex | CF | A1 | 72 | 0 | 16 | 2D | 13 | 1E | 31 | 3F |
| Octal | 317 | 241 | 162 | 0 | 26 | 55 | 23 | 36 | 61 | 77 |
| Binary | 11001111 | 10100001 | 1110010 | 0 | 10110 | 101101 | 10011 | 11110 | 110001 | 111111 |
Color Harmonies of #CFA172
Complementary color
Monochromatic Colors of #CFA172
Black with #CFA172
Text Example
Text Example
White with #CFA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA172; }
p { color: rgb(207,161,114); }
H1.HeaderClassName
{
color: #CFA172;
}
.AnyTagClassName
{
color: #CFA172;
}
</style>
background-color css
<style>
a { background-color: #CFA172; }
a { background-color: rgb(207,161,114); }
div.DivClassName
{
background-color: #CFA172;
}
.BgClassName
{
background-color: #CFA172;
}
</style>
border-color css
<style>
span { border-color: #CFA172; }
span { border-color: rgb(207,161,114); }
td.TdClassName
{
border-color: #CFA172;
}
.TagClassName
{
border-color: #CFA172;
}
</style>