Shades of Fallow #CEA16D
Tints of Fallow #CEA16D
RGB
CMYK
RGB Variations
Color information
#CEA16D (or 0xCEA16D) is known color: Fallow. HEX triplet: CE, A1 and 6D. RGB value is (206,161,109). Sum of RGB (Red+Green+Blue) = 206+161+109=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA16D is #315E92. Grayscale: #A8A8A8. Windows color (decimal): -3235475 or 7184846. OLE color: 7184846.
HSL color Cylindrical-coordinate representation of color #CEA16D: hue angle of 32.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEA16D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 109 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.19 |
| HSL | 32.16º | 0.5% | 0.62% | - |
| HSV(B) | 32.16º | 0.47% | 0.81% | - |
| XYZ | 40.96 | 39.72 | 19.98 | - |
| YUV | 168.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 109 | 0 | 0.22 | 0.47 | 0.19 | 32.16 | 0.5 | 0.62 |
| Hex | CE | A1 | 6D | 0 | 16 | 2F | 13 | 20 | 32 | 3E |
| Octal | 316 | 241 | 155 | 0 | 26 | 57 | 23 | 40 | 62 | 76 |
| Binary | 11001110 | 10100001 | 1101101 | 0 | 10110 | 101111 | 10011 | 100000 | 110010 | 111110 |
Color Harmonies of #CEA16D
Complementary color
Monochromatic Colors of #CEA16D
Black with #CEA16D
Text Example
Text Example
White with #CEA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA16D; }
p { color: rgb(206,161,109); }
H1.HeaderClassName
{
color: #CEA16D;
}
.AnyTagClassName
{
color: #CEA16D;
}
</style>
background-color css
<style>
a { background-color: #CEA16D; }
a { background-color: rgb(206,161,109); }
div.DivClassName
{
background-color: #CEA16D;
}
.BgClassName
{
background-color: #CEA16D;
}
</style>
border-color css
<style>
span { border-color: #CEA16D; }
span { border-color: rgb(206,161,109); }
td.TdClassName
{
border-color: #CEA16D;
}
.TagClassName
{
border-color: #CEA16D;
}
</style>