Shades of Fallow #C08E66
Tints of Fallow #C08E66
RGB
CMYK
RGB Variations
Color information
#C08E66 (or 0xC08E66) is known color: Fallow. HEX triplet: C0, 8E and 66. RGB value is (192,142,102). Sum of RGB (Red+Green+Blue) = 192+142+102=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E66 is #3F7199. Grayscale: #989898. Windows color (decimal): -4157850 or 6721216. OLE color: 6721216.
HSL color Cylindrical-coordinate representation of color #C08E66: hue angle of 26.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08E66 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 102 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.25 |
| HSL | 26.67º | 0.42% | 0.58% | - |
| HSV(B) | 26.67º | 0.47% | 0.75% | - |
| XYZ | 33.81 | 31.51 | 16.87 | - |
| YUV | 152.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 102 | 0 | 0.26 | 0.47 | 0.25 | 26.67 | 0.42 | 0.58 |
| Hex | C0 | 8E | 66 | 0 | 1A | 2F | 19 | 1B | 2A | 3A |
| Octal | 300 | 216 | 146 | 0 | 32 | 57 | 31 | 33 | 52 | 72 |
| Binary | 11000000 | 10001110 | 1100110 | 0 | 11010 | 101111 | 11001 | 11011 | 101010 | 111010 |
Color Harmonies of #C08E66
Complementary color
Monochromatic Colors of #C08E66
Black with #C08E66
Text Example
Text Example
White with #C08E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E66; }
p { color: rgb(192,142,102); }
H1.HeaderClassName
{
color: #C08E66;
}
.AnyTagClassName
{
color: #C08E66;
}
</style>
background-color css
<style>
a { background-color: #C08E66; }
a { background-color: rgb(192,142,102); }
div.DivClassName
{
background-color: #C08E66;
}
.BgClassName
{
background-color: #C08E66;
}
</style>
border-color css
<style>
span { border-color: #C08E66; }
span { border-color: rgb(192,142,102); }
td.TdClassName
{
border-color: #C08E66;
}
.TagClassName
{
border-color: #C08E66;
}
</style>