Shades of Fallow #C0906F
Tints of Fallow #C0906F
RGB
CMYK
RGB Variations
Color information
#C0906F (or 0xC0906F) is known color: Fallow. HEX triplet: C0, 90 and 6F. RGB value is (192,144,111). Sum of RGB (Red+Green+Blue) = 192+144+111=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0906F is #3F6F90. Grayscale: #9A9A9A. Windows color (decimal): -4157329 or 7311552. OLE color: 7311552.
HSL color Cylindrical-coordinate representation of color #C0906F: hue angle of 24.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0906F is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 111 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.25 |
| HSL | 24.44º | 0.39% | 0.59% | - |
| HSV(B) | 24.44º | 0.42% | 0.75% | - |
| XYZ | 34.58 | 32.3 | 19.45 | - |
| YUV | 154.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 111 | 0 | 0.25 | 0.42 | 0.25 | 24.44 | 0.39 | 0.59 |
| Hex | C0 | 90 | 6F | 0 | 19 | 2A | 19 | 18 | 27 | 3B |
| Octal | 300 | 220 | 157 | 0 | 31 | 52 | 31 | 30 | 47 | 73 |
| Binary | 11000000 | 10010000 | 1101111 | 0 | 11001 | 101010 | 11001 | 11000 | 100111 | 111011 |
Color Harmonies of #C0906F
Complementary color
Monochromatic Colors of #C0906F
Black with #C0906F
Text Example
Text Example
White with #C0906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0906F; }
p { color: rgb(192,144,111); }
H1.HeaderClassName
{
color: #C0906F;
}
.AnyTagClassName
{
color: #C0906F;
}
</style>
background-color css
<style>
a { background-color: #C0906F; }
a { background-color: rgb(192,144,111); }
div.DivClassName
{
background-color: #C0906F;
}
.BgClassName
{
background-color: #C0906F;
}
</style>
border-color css
<style>
span { border-color: #C0906F; }
span { border-color: rgb(192,144,111); }
td.TdClassName
{
border-color: #C0906F;
}
.TagClassName
{
border-color: #C0906F;
}
</style>