Shades of Fallow #C0916B
Tints of Fallow #C0916B
RGB
CMYK
RGB Variations
Color information
#C0916B (or 0xC0916B) is known color: Fallow. HEX triplet: C0, 91 and 6B. RGB value is (192,145,107). Sum of RGB (Red+Green+Blue) = 192+145+107=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0916B is #3F6E94. Grayscale: #9A9A9A. Windows color (decimal): -4157077 or 7049664. OLE color: 7049664.
HSL color Cylindrical-coordinate representation of color #C0916B: hue angle of 26.82º 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 #C0916B is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 107 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.25 |
| HSL | 26.82º | 0.4% | 0.59% | - |
| HSV(B) | 26.82º | 0.44% | 0.75% | - |
| XYZ | 34.52 | 32.52 | 18.37 | - |
| YUV | 154.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 107 | 0 | 0.24 | 0.44 | 0.25 | 26.82 | 0.4 | 0.59 |
| Hex | C0 | 91 | 6B | 0 | 18 | 2C | 19 | 1B | 28 | 3B |
| Octal | 300 | 221 | 153 | 0 | 30 | 54 | 31 | 33 | 50 | 73 |
| Binary | 11000000 | 10010001 | 1101011 | 0 | 11000 | 101100 | 11001 | 11011 | 101000 | 111011 |
Color Harmonies of #C0916B
Complementary color
Monochromatic Colors of #C0916B
Black with #C0916B
Text Example
Text Example
White with #C0916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0916B; }
p { color: rgb(192,145,107); }
H1.HeaderClassName
{
color: #C0916B;
}
.AnyTagClassName
{
color: #C0916B;
}
</style>
background-color css
<style>
a { background-color: #C0916B; }
a { background-color: rgb(192,145,107); }
div.DivClassName
{
background-color: #C0916B;
}
.BgClassName
{
background-color: #C0916B;
}
</style>
border-color css
<style>
span { border-color: #C0916B; }
span { border-color: rgb(192,145,107); }
td.TdClassName
{
border-color: #C0916B;
}
.TagClassName
{
border-color: #C0916B;
}
</style>