Shades of Fallow #C08D6E
Tints of Fallow #C08D6E
RGB
CMYK
RGB Variations
Color information
#C08D6E (or 0xC08D6E) is known color: Fallow. HEX triplet: C0, 8D and 6E. RGB value is (192,141,110). Sum of RGB (Red+Green+Blue) = 192+141+110=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D6E is #3F7291. Grayscale: #989898. Windows color (decimal): -4158098 or 7245248. OLE color: 7245248.
HSL color Cylindrical-coordinate representation of color #C08D6E: hue angle of 22.68º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08D6E is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 110 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.25 |
| HSL | 22.68º | 0.39% | 0.59% | - |
| HSV(B) | 22.68º | 0.43% | 0.75% | - |
| XYZ | 34.08 | 31.38 | 19.01 | - |
| YUV | 152.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 110 | 0 | 0.27 | 0.43 | 0.25 | 22.68 | 0.39 | 0.59 |
| Hex | C0 | 8D | 6E | 0 | 1B | 2B | 19 | 17 | 27 | 3B |
| Octal | 300 | 215 | 156 | 0 | 33 | 53 | 31 | 27 | 47 | 73 |
| Binary | 11000000 | 10001101 | 1101110 | 0 | 11011 | 101011 | 11001 | 10111 | 100111 | 111011 |
Color Harmonies of #C08D6E
Complementary color
Monochromatic Colors of #C08D6E
Black with #C08D6E
Text Example
Text Example
White with #C08D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D6E; }
p { color: rgb(192,141,110); }
H1.HeaderClassName
{
color: #C08D6E;
}
.AnyTagClassName
{
color: #C08D6E;
}
</style>
background-color css
<style>
a { background-color: #C08D6E; }
a { background-color: rgb(192,141,110); }
div.DivClassName
{
background-color: #C08D6E;
}
.BgClassName
{
background-color: #C08D6E;
}
</style>
border-color css
<style>
span { border-color: #C08D6E; }
span { border-color: rgb(192,141,110); }
td.TdClassName
{
border-color: #C08D6E;
}
.TagClassName
{
border-color: #C08D6E;
}
</style>