Shades of Fallow #CEA069
Tints of Fallow #CEA069
RGB
CMYK
RGB Variations
Color information
#CEA069 (or 0xCEA069) is known color: Fallow. HEX triplet: CE, A0 and 69. RGB value is (206,160,105). Sum of RGB (Red+Green+Blue) = 206+160+105=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA069 is #315F96. Grayscale: #A7A7A7. Windows color (decimal): -3235735 or 6922446. OLE color: 6922446.
HSL color Cylindrical-coordinate representation of color #CEA069: hue angle of 32.67º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEA069 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 105 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.19 |
| HSL | 32.67º | 0.51% | 0.61% | - |
| HSV(B) | 32.67º | 0.49% | 0.81% | - |
| XYZ | 40.57 | 39.28 | 18.81 | - |
| YUV | 167.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 105 | 0 | 0.22 | 0.49 | 0.19 | 32.67 | 0.51 | 0.61 |
| Hex | CE | A0 | 69 | 0 | 16 | 31 | 13 | 21 | 33 | 3D |
| Octal | 316 | 240 | 151 | 0 | 26 | 61 | 23 | 41 | 63 | 75 |
| Binary | 11001110 | 10100000 | 1101001 | 0 | 10110 | 110001 | 10011 | 100001 | 110011 | 111101 |
Color Harmonies of #CEA069
Complementary color
Monochromatic Colors of #CEA069
Black with #CEA069
Text Example
Text Example
White with #CEA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA069; }
p { color: rgb(206,160,105); }
H1.HeaderClassName
{
color: #CEA069;
}
.AnyTagClassName
{
color: #CEA069;
}
</style>
background-color css
<style>
a { background-color: #CEA069; }
a { background-color: rgb(206,160,105); }
div.DivClassName
{
background-color: #CEA069;
}
.BgClassName
{
background-color: #CEA069;
}
</style>
border-color css
<style>
span { border-color: #CEA069; }
span { border-color: rgb(206,160,105); }
td.TdClassName
{
border-color: #CEA069;
}
.TagClassName
{
border-color: #CEA069;
}
</style>