Shades of Fallow #C0906C
Tints of Fallow #C0906C
RGB
CMYK
RGB Variations
Color information
#C0906C (or 0xC0906C) is known color: Fallow. HEX triplet: C0, 90 and 6C. RGB value is (192,144,108). Sum of RGB (Red+Green+Blue) = 192+144+108=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0906C is #3F6F93. Grayscale: #9A9A9A. Windows color (decimal): -4157332 or 7114944. OLE color: 7114944.
HSL color Cylindrical-coordinate representation of color #C0906C: hue angle of 25.71º 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 #C0906C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 108 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.25 |
| HSL | 25.71º | 0.4% | 0.59% | - |
| HSV(B) | 25.71º | 0.44% | 0.75% | - |
| XYZ | 34.42 | 32.24 | 18.6 | - |
| YUV | 154.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 108 | 0 | 0.25 | 0.44 | 0.25 | 25.71 | 0.4 | 0.59 |
| Hex | C0 | 90 | 6C | 0 | 19 | 2C | 19 | 1A | 28 | 3B |
| Octal | 300 | 220 | 154 | 0 | 31 | 54 | 31 | 32 | 50 | 73 |
| Binary | 11000000 | 10010000 | 1101100 | 0 | 11001 | 101100 | 11001 | 11010 | 101000 | 111011 |
Color Harmonies of #C0906C
Complementary color
Monochromatic Colors of #C0906C
Black with #C0906C
Text Example
Text Example
White with #C0906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0906C; }
p { color: rgb(192,144,108); }
H1.HeaderClassName
{
color: #C0906C;
}
.AnyTagClassName
{
color: #C0906C;
}
</style>
background-color css
<style>
a { background-color: #C0906C; }
a { background-color: rgb(192,144,108); }
div.DivClassName
{
background-color: #C0906C;
}
.BgClassName
{
background-color: #C0906C;
}
</style>
border-color css
<style>
span { border-color: #C0906C; }
span { border-color: rgb(192,144,108); }
td.TdClassName
{
border-color: #C0906C;
}
.TagClassName
{
border-color: #C0906C;
}
</style>