Shades of Fallow #C08D6B
Tints of Fallow #C08D6B
RGB
CMYK
RGB Variations
Color information
#C08D6B (or 0xC08D6B) is known color: Fallow. HEX triplet: C0, 8D and 6B. RGB value is (192,141,107). Sum of RGB (Red+Green+Blue) = 192+141+107=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D6B is #3F7294. Grayscale: #989898. Windows color (decimal): -4158101 or 7048640. OLE color: 7048640.
HSL color Cylindrical-coordinate representation of color #C08D6B: hue angle of 24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08D6B is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 107 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.25 |
| HSL | 24º | 0.4% | 0.59% | - |
| HSV(B) | 24º | 0.44% | 0.75% | - |
| XYZ | 33.92 | 31.32 | 18.17 | - |
| YUV | 152.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 107 | 0 | 0.27 | 0.44 | 0.25 | 24 | 0.4 | 0.59 |
| Hex | C0 | 8D | 6B | 0 | 1B | 2C | 19 | 18 | 28 | 3B |
| Octal | 300 | 215 | 153 | 0 | 33 | 54 | 31 | 30 | 50 | 73 |
| Binary | 11000000 | 10001101 | 1101011 | 0 | 11011 | 101100 | 11001 | 11000 | 101000 | 111011 |
Color Harmonies of #C08D6B
Complementary color
Monochromatic Colors of #C08D6B
Black with #C08D6B
Text Example
Text Example
White with #C08D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D6B; }
p { color: rgb(192,141,107); }
H1.HeaderClassName
{
color: #C08D6B;
}
.AnyTagClassName
{
color: #C08D6B;
}
</style>
background-color css
<style>
a { background-color: #C08D6B; }
a { background-color: rgb(192,141,107); }
div.DivClassName
{
background-color: #C08D6B;
}
.BgClassName
{
background-color: #C08D6B;
}
</style>
border-color css
<style>
span { border-color: #C08D6B; }
span { border-color: rgb(192,141,107); }
td.TdClassName
{
border-color: #C08D6B;
}
.TagClassName
{
border-color: #C08D6B;
}
</style>