Shades of Fallow #C19872
Tints of Fallow #C19872
RGB
CMYK
RGB Variations
Color information
#C19872 (or 0xC19872) is known color: Fallow. HEX triplet: C1, 98 and 72. RGB value is (193,152,114). Sum of RGB (Red+Green+Blue) = 193+152+114=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19872 is #3E678D. Grayscale: #A0A0A0. Windows color (decimal): -4089742 or 7510209. OLE color: 7510209.
HSL color Cylindrical-coordinate representation of color #C19872: hue angle of 28.86º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C19872 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 114 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.24 |
| HSL | 28.86º | 0.39% | 0.6% | - |
| HSV(B) | 28.86º | 0.41% | 0.76% | - |
| XYZ | 36.26 | 35.01 | 20.77 | - |
| YUV | 159.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 114 | 0 | 0.21 | 0.41 | 0.24 | 28.86 | 0.39 | 0.6 |
| Hex | C1 | 98 | 72 | 0 | 15 | 29 | 18 | 1D | 27 | 3C |
| Octal | 301 | 230 | 162 | 0 | 25 | 51 | 30 | 35 | 47 | 74 |
| Binary | 11000001 | 10011000 | 1110010 | 0 | 10101 | 101001 | 11000 | 11101 | 100111 | 111100 |
Color Harmonies of #C19872
Complementary color
Monochromatic Colors of #C19872
Black with #C19872
Text Example
Text Example
White with #C19872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19872; }
p { color: rgb(193,152,114); }
H1.HeaderClassName
{
color: #C19872;
}
.AnyTagClassName
{
color: #C19872;
}
</style>
background-color css
<style>
a { background-color: #C19872; }
a { background-color: rgb(193,152,114); }
div.DivClassName
{
background-color: #C19872;
}
.BgClassName
{
background-color: #C19872;
}
</style>
border-color css
<style>
span { border-color: #C19872; }
span { border-color: rgb(193,152,114); }
td.TdClassName
{
border-color: #C19872;
}
.TagClassName
{
border-color: #C19872;
}
</style>