Shades of Fallow #C08E6E
Tints of Fallow #C08E6E
RGB
CMYK
RGB Variations
Color information
#C08E6E (or 0xC08E6E) is known color: Fallow. HEX triplet: C0, 8E and 6E. RGB value is (192,142,110). Sum of RGB (Red+Green+Blue) = 192+142+110=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E6E is #3F7191. Grayscale: #999999. Windows color (decimal): -4157842 or 7245504. OLE color: 7245504.
HSL color Cylindrical-coordinate representation of color #C08E6E: hue angle of 23.41º 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 #C08E6E is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 110 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.25 |
| HSL | 23.41º | 0.39% | 0.59% | - |
| HSV(B) | 23.41º | 0.43% | 0.75% | - |
| XYZ | 34.23 | 31.68 | 19.06 | - |
| YUV | 153.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 110 | 0 | 0.26 | 0.43 | 0.25 | 23.41 | 0.39 | 0.59 |
| Hex | C0 | 8E | 6E | 0 | 1A | 2B | 19 | 17 | 27 | 3B |
| Octal | 300 | 216 | 156 | 0 | 32 | 53 | 31 | 27 | 47 | 73 |
| Binary | 11000000 | 10001110 | 1101110 | 0 | 11010 | 101011 | 11001 | 10111 | 100111 | 111011 |
Color Harmonies of #C08E6E
Complementary color
Monochromatic Colors of #C08E6E
Black with #C08E6E
Text Example
Text Example
White with #C08E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E6E; }
p { color: rgb(192,142,110); }
H1.HeaderClassName
{
color: #C08E6E;
}
.AnyTagClassName
{
color: #C08E6E;
}
</style>
background-color css
<style>
a { background-color: #C08E6E; }
a { background-color: rgb(192,142,110); }
div.DivClassName
{
background-color: #C08E6E;
}
.BgClassName
{
background-color: #C08E6E;
}
</style>
border-color css
<style>
span { border-color: #C08E6E; }
span { border-color: rgb(192,142,110); }
td.TdClassName
{
border-color: #C08E6E;
}
.TagClassName
{
border-color: #C08E6E;
}
</style>