Shades of Fallow #C09170
Tints of Fallow #C09170
RGB
CMYK
RGB Variations
Color information
#C09170 (or 0xC09170) is known color: Fallow. HEX triplet: C0, 91 and 70. RGB value is (192,145,112). Sum of RGB (Red+Green+Blue) = 192+145+112=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C09170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09170 is #3F6E8F. Grayscale: #9B9B9B. Windows color (decimal): -4157072 or 7377344. OLE color: 7377344.
HSL color Cylindrical-coordinate representation of color #C09170: hue angle of 24.75º 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 #C09170 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 112 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.25 |
| HSL | 24.75º | 0.39% | 0.6% | - |
| HSV(B) | 24.75º | 0.42% | 0.75% | - |
| XYZ | 34.79 | 32.63 | 19.79 | - |
| YUV | 155.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 112 | 0 | 0.24 | 0.42 | 0.25 | 24.75 | 0.39 | 0.6 |
| Hex | C0 | 91 | 70 | 0 | 18 | 2A | 19 | 19 | 27 | 3C |
| Octal | 300 | 221 | 160 | 0 | 30 | 52 | 31 | 31 | 47 | 74 |
| Binary | 11000000 | 10010001 | 1110000 | 0 | 11000 | 101010 | 11001 | 11001 | 100111 | 111100 |
Color Harmonies of #C09170
Complementary color
Monochromatic Colors of #C09170
Black with #C09170
Text Example
Text Example
White with #C09170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09170; }
p { color: rgb(192,145,112); }
H1.HeaderClassName
{
color: #C09170;
}
.AnyTagClassName
{
color: #C09170;
}
</style>
background-color css
<style>
a { background-color: #C09170; }
a { background-color: rgb(192,145,112); }
div.DivClassName
{
background-color: #C09170;
}
.BgClassName
{
background-color: #C09170;
}
</style>
border-color css
<style>
span { border-color: #C09170; }
span { border-color: rgb(192,145,112); }
td.TdClassName
{
border-color: #C09170;
}
.TagClassName
{
border-color: #C09170;
}
</style>