Shades of Fallow #C08F68
Tints of Fallow #C08F68
RGB
CMYK
RGB Variations
Color information
#C08F68 (or 0xC08F68) is known color: Fallow. HEX triplet: C0, 8F and 68. RGB value is (192,143,104). Sum of RGB (Red+Green+Blue) = 192+143+104=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F68 is #3F7097. Grayscale: #999999. Windows color (decimal): -4157592 or 6852544. OLE color: 6852544.
HSL color Cylindrical-coordinate representation of color #C08F68: hue angle of 26.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08F68 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 104 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.25 |
| HSL | 26.59º | 0.41% | 0.58% | - |
| HSV(B) | 26.59º | 0.46% | 0.75% | - |
| XYZ | 34.06 | 31.85 | 17.45 | - |
| YUV | 153.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 104 | 0 | 0.26 | 0.46 | 0.25 | 26.59 | 0.41 | 0.58 |
| Hex | C0 | 8F | 68 | 0 | 1A | 2E | 19 | 1B | 29 | 3A |
| Octal | 300 | 217 | 150 | 0 | 32 | 56 | 31 | 33 | 51 | 72 |
| Binary | 11000000 | 10001111 | 1101000 | 0 | 11010 | 101110 | 11001 | 11011 | 101001 | 111010 |
Color Harmonies of #C08F68
Complementary color
Monochromatic Colors of #C08F68
Black with #C08F68
Text Example
Text Example
White with #C08F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F68; }
p { color: rgb(192,143,104); }
H1.HeaderClassName
{
color: #C08F68;
}
.AnyTagClassName
{
color: #C08F68;
}
</style>
background-color css
<style>
a { background-color: #C08F68; }
a { background-color: rgb(192,143,104); }
div.DivClassName
{
background-color: #C08F68;
}
.BgClassName
{
background-color: #C08F68;
}
</style>
border-color css
<style>
span { border-color: #C08F68; }
span { border-color: rgb(192,143,104); }
td.TdClassName
{
border-color: #C08F68;
}
.TagClassName
{
border-color: #C08F68;
}
</style>