Shades of Fallow #CEA26E
Tints of Fallow #CEA26E
RGB
CMYK
RGB Variations
Color information
#CEA26E (or 0xCEA26E) is known color: Fallow. HEX triplet: CE, A2 and 6E. RGB value is (206,162,110). Sum of RGB (Red+Green+Blue) = 206+162+110=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA26E is #315D91. Grayscale: #A9A9A9. Windows color (decimal): -3235218 or 7250638. OLE color: 7250638.
HSL color Cylindrical-coordinate representation of color #CEA26E: hue angle of 32.5º degrees, saturation: 0.49, 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 #CEA26E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 110 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.19 |
| HSL | 32.5º | 0.49% | 0.62% | - |
| HSV(B) | 32.5º | 0.47% | 0.81% | - |
| XYZ | 41.19 | 40.09 | 20.32 | - |
| YUV | 169.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 110 | 0 | 0.21 | 0.47 | 0.19 | 32.5 | 0.49 | 0.62 |
| Hex | CE | A2 | 6E | 0 | 15 | 2F | 13 | 20 | 31 | 3E |
| Octal | 316 | 242 | 156 | 0 | 25 | 57 | 23 | 40 | 61 | 76 |
| Binary | 11001110 | 10100010 | 1101110 | 0 | 10101 | 101111 | 10011 | 100000 | 110001 | 111110 |
Color Harmonies of #CEA26E
Complementary color
Monochromatic Colors of #CEA26E
Black with #CEA26E
Text Example
Text Example
White with #CEA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA26E; }
p { color: rgb(206,162,110); }
H1.HeaderClassName
{
color: #CEA26E;
}
.AnyTagClassName
{
color: #CEA26E;
}
</style>
background-color css
<style>
a { background-color: #CEA26E; }
a { background-color: rgb(206,162,110); }
div.DivClassName
{
background-color: #CEA26E;
}
.BgClassName
{
background-color: #CEA26E;
}
</style>
border-color css
<style>
span { border-color: #CEA26E; }
span { border-color: rgb(206,162,110); }
td.TdClassName
{
border-color: #CEA26E;
}
.TagClassName
{
border-color: #CEA26E;
}
</style>