Shades of Fallow #C09363
Tints of Fallow #C09363
RGB
CMYK
RGB Variations
Color information
#C09363 (or 0xC09363) is known color: Fallow. HEX triplet: C0, 93 and 63. RGB value is (192,147,99). Sum of RGB (Red+Green+Blue) = 192+147+99=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09363 is #3F6C9C. Grayscale: #9B9B9B. Windows color (decimal): -4156573 or 6525888. OLE color: 6525888.
HSL color Cylindrical-coordinate representation of color #C09363: hue angle of 30.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C09363 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 99 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.25 |
| HSL | 30.97º | 0.42% | 0.57% | - |
| HSV(B) | 30.97º | 0.48% | 0.75% | - |
| XYZ | 34.42 | 32.97 | 16.35 | - |
| YUV | 154.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 99 | 0 | 0.23 | 0.48 | 0.25 | 30.97 | 0.42 | 0.57 |
| Hex | C0 | 93 | 63 | 0 | 17 | 30 | 19 | 1F | 2A | 39 |
| Octal | 300 | 223 | 143 | 0 | 27 | 60 | 31 | 37 | 52 | 71 |
| Binary | 11000000 | 10010011 | 1100011 | 0 | 10111 | 110000 | 11001 | 11111 | 101010 | 111001 |
Color Harmonies of #C09363
Complementary color
Monochromatic Colors of #C09363
Black with #C09363
Text Example
Text Example
White with #C09363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09363; }
p { color: rgb(192,147,99); }
H1.HeaderClassName
{
color: #C09363;
}
.AnyTagClassName
{
color: #C09363;
}
</style>
background-color css
<style>
a { background-color: #C09363; }
a { background-color: rgb(192,147,99); }
div.DivClassName
{
background-color: #C09363;
}
.BgClassName
{
background-color: #C09363;
}
</style>
border-color css
<style>
span { border-color: #C09363; }
span { border-color: rgb(192,147,99); }
td.TdClassName
{
border-color: #C09363;
}
.TagClassName
{
border-color: #C09363;
}
</style>