Shades of Fallow #CEA06B
Tints of Fallow #CEA06B
RGB
CMYK
RGB Variations
Color information
#CEA06B (or 0xCEA06B) is known color: Fallow. HEX triplet: CE, A0 and 6B. RGB value is (206,160,107). Sum of RGB (Red+Green+Blue) = 206+160+107=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA06B is #315F94. Grayscale: #A7A7A7. Windows color (decimal): -3235733 or 7053518. OLE color: 7053518.
HSL color Cylindrical-coordinate representation of color #CEA06B: hue angle of 32.12º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEA06B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 107 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.19 |
| HSL | 32.12º | 0.5% | 0.61% | - |
| HSV(B) | 32.12º | 0.48% | 0.81% | - |
| XYZ | 40.68 | 39.32 | 19.36 | - |
| YUV | 167.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 107 | 0 | 0.22 | 0.48 | 0.19 | 32.12 | 0.5 | 0.61 |
| Hex | CE | A0 | 6B | 0 | 16 | 30 | 13 | 20 | 32 | 3D |
| Octal | 316 | 240 | 153 | 0 | 26 | 60 | 23 | 40 | 62 | 75 |
| Binary | 11001110 | 10100000 | 1101011 | 0 | 10110 | 110000 | 10011 | 100000 | 110010 | 111101 |
Color Harmonies of #CEA06B
Complementary color
Monochromatic Colors of #CEA06B
Black with #CEA06B
Text Example
Text Example
White with #CEA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA06B; }
p { color: rgb(206,160,107); }
H1.HeaderClassName
{
color: #CEA06B;
}
.AnyTagClassName
{
color: #CEA06B;
}
</style>
background-color css
<style>
a { background-color: #CEA06B; }
a { background-color: rgb(206,160,107); }
div.DivClassName
{
background-color: #CEA06B;
}
.BgClassName
{
background-color: #CEA06B;
}
</style>
border-color css
<style>
span { border-color: #CEA06B; }
span { border-color: rgb(206,160,107); }
td.TdClassName
{
border-color: #CEA06B;
}
.TagClassName
{
border-color: #CEA06B;
}
</style>