Shades of Fallow #C09270
Tints of Fallow #C09270
RGB
CMYK
RGB Variations
Color information
#C09270 (or 0xC09270) is known color: Fallow. HEX triplet: C0, 92 and 70. RGB value is (192,146,112). Sum of RGB (Red+Green+Blue) = 192+146+112=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C09270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09270 is #3F6D8F. Grayscale: #9C9C9C. Windows color (decimal): -4156816 or 7377600. OLE color: 7377600.
HSL color Cylindrical-coordinate representation of color #C09270: hue angle of 25.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C09270 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 112 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.25 |
| HSL | 25.5º | 0.39% | 0.6% | - |
| HSV(B) | 25.5º | 0.42% | 0.75% | - |
| XYZ | 34.94 | 32.93 | 19.84 | - |
| YUV | 155.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 112 | 0 | 0.24 | 0.42 | 0.25 | 25.5 | 0.39 | 0.6 |
| Hex | C0 | 92 | 70 | 0 | 18 | 2A | 19 | 1A | 27 | 3C |
| Octal | 300 | 222 | 160 | 0 | 30 | 52 | 31 | 32 | 47 | 74 |
| Binary | 11000000 | 10010010 | 1110000 | 0 | 11000 | 101010 | 11001 | 11010 | 100111 | 111100 |
Color Harmonies of #C09270
Complementary color
Monochromatic Colors of #C09270
Black with #C09270
Text Example
Text Example
White with #C09270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09270; }
p { color: rgb(192,146,112); }
H1.HeaderClassName
{
color: #C09270;
}
.AnyTagClassName
{
color: #C09270;
}
</style>
background-color css
<style>
a { background-color: #C09270; }
a { background-color: rgb(192,146,112); }
div.DivClassName
{
background-color: #C09270;
}
.BgClassName
{
background-color: #C09270;
}
</style>
border-color css
<style>
span { border-color: #C09270; }
span { border-color: rgb(192,146,112); }
td.TdClassName
{
border-color: #C09270;
}
.TagClassName
{
border-color: #C09270;
}
</style>