Shades of Fallow #CEA16F
Tints of Fallow #CEA16F
RGB
CMYK
RGB Variations
Color information
#CEA16F (or 0xCEA16F) is known color: Fallow. HEX triplet: CE, A1 and 6F. RGB value is (206,161,111). Sum of RGB (Red+Green+Blue) = 206+161+111=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA16F is #315E90. Grayscale: #A9A9A9. Windows color (decimal): -3235473 or 7315918. OLE color: 7315918.
HSL color Cylindrical-coordinate representation of color #CEA16F: hue angle of 31.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA16F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 111 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.19 |
| HSL | 31.58º | 0.49% | 0.62% | - |
| HSV(B) | 31.58º | 0.46% | 0.81% | - |
| XYZ | 41.07 | 39.76 | 20.55 | - |
| YUV | 168.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 111 | 0 | 0.22 | 0.46 | 0.19 | 31.58 | 0.49 | 0.62 |
| Hex | CE | A1 | 6F | 0 | 16 | 2E | 13 | 20 | 31 | 3E |
| Octal | 316 | 241 | 157 | 0 | 26 | 56 | 23 | 40 | 61 | 76 |
| Binary | 11001110 | 10100001 | 1101111 | 0 | 10110 | 101110 | 10011 | 100000 | 110001 | 111110 |
Color Harmonies of #CEA16F
Complementary color
Monochromatic Colors of #CEA16F
Black with #CEA16F
Text Example
Text Example
White with #CEA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA16F; }
p { color: rgb(206,161,111); }
H1.HeaderClassName
{
color: #CEA16F;
}
.AnyTagClassName
{
color: #CEA16F;
}
</style>
background-color css
<style>
a { background-color: #CEA16F; }
a { background-color: rgb(206,161,111); }
div.DivClassName
{
background-color: #CEA16F;
}
.BgClassName
{
background-color: #CEA16F;
}
</style>
border-color css
<style>
span { border-color: #CEA16F; }
span { border-color: rgb(206,161,111); }
td.TdClassName
{
border-color: #CEA16F;
}
.TagClassName
{
border-color: #CEA16F;
}
</style>