Shades of Fallow #CEA06F
Tints of Fallow #CEA06F
RGB
CMYK
RGB Variations
Color information
#CEA06F (or 0xCEA06F) is known color: Fallow. HEX triplet: CE, A0 and 6F. RGB value is (206,160,111). Sum of RGB (Red+Green+Blue) = 206+160+111=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA06F is #315F90. Grayscale: #A8A8A8. Windows color (decimal): -3235729 or 7315662. OLE color: 7315662.
HSL color Cylindrical-coordinate representation of color #CEA06F: hue angle of 30.95º 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 #CEA06F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 111 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.19 |
| HSL | 30.95º | 0.49% | 0.62% | - |
| HSV(B) | 30.95º | 0.46% | 0.81% | - |
| XYZ | 40.89 | 39.41 | 20.49 | - |
| YUV | 168.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 111 | 0 | 0.22 | 0.46 | 0.19 | 30.95 | 0.49 | 0.62 |
| Hex | CE | A0 | 6F | 0 | 16 | 2E | 13 | 1F | 31 | 3E |
| Octal | 316 | 240 | 157 | 0 | 26 | 56 | 23 | 37 | 61 | 76 |
| Binary | 11001110 | 10100000 | 1101111 | 0 | 10110 | 101110 | 10011 | 11111 | 110001 | 111110 |
Color Harmonies of #CEA06F
Complementary color
Monochromatic Colors of #CEA06F
Black with #CEA06F
Text Example
Text Example
White with #CEA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA06F; }
p { color: rgb(206,160,111); }
H1.HeaderClassName
{
color: #CEA06F;
}
.AnyTagClassName
{
color: #CEA06F;
}
</style>
background-color css
<style>
a { background-color: #CEA06F; }
a { background-color: rgb(206,160,111); }
div.DivClassName
{
background-color: #CEA06F;
}
.BgClassName
{
background-color: #CEA06F;
}
</style>
border-color css
<style>
span { border-color: #CEA06F; }
span { border-color: rgb(206,160,111); }
td.TdClassName
{
border-color: #CEA06F;
}
.TagClassName
{
border-color: #CEA06F;
}
</style>