Shades of Fallow #C08D6A
Tints of Fallow #C08D6A
RGB
CMYK
RGB Variations
Color information
#C08D6A (or 0xC08D6A) is known color: Fallow. HEX triplet: C0, 8D and 6A. RGB value is (192,141,106). Sum of RGB (Red+Green+Blue) = 192+141+106=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D6A is #3F7295. Grayscale: #989898. Windows color (decimal): -4158102 or 6983104. OLE color: 6983104.
HSL color Cylindrical-coordinate representation of color #C08D6A: hue angle of 24.42º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08D6A is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 106 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.25 |
| HSL | 24.42º | 0.41% | 0.58% | - |
| HSV(B) | 24.42º | 0.45% | 0.75% | - |
| XYZ | 33.86 | 31.3 | 17.89 | - |
| YUV | 152.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 106 | 0 | 0.27 | 0.45 | 0.25 | 24.42 | 0.41 | 0.58 |
| Hex | C0 | 8D | 6A | 0 | 1B | 2D | 19 | 18 | 29 | 3A |
| Octal | 300 | 215 | 152 | 0 | 33 | 55 | 31 | 30 | 51 | 72 |
| Binary | 11000000 | 10001101 | 1101010 | 0 | 11011 | 101101 | 11001 | 11000 | 101001 | 111010 |
Color Harmonies of #C08D6A
Complementary color
Monochromatic Colors of #C08D6A
Black with #C08D6A
Text Example
Text Example
White with #C08D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D6A; }
p { color: rgb(192,141,106); }
H1.HeaderClassName
{
color: #C08D6A;
}
.AnyTagClassName
{
color: #C08D6A;
}
</style>
background-color css
<style>
a { background-color: #C08D6A; }
a { background-color: rgb(192,141,106); }
div.DivClassName
{
background-color: #C08D6A;
}
.BgClassName
{
background-color: #C08D6A;
}
</style>
border-color css
<style>
span { border-color: #C08D6A; }
span { border-color: rgb(192,141,106); }
td.TdClassName
{
border-color: #C08D6A;
}
.TagClassName
{
border-color: #C08D6A;
}
</style>