Shades of Fallow #C19362
Tints of Fallow #C19362
RGB
CMYK
RGB Variations
Color information
#C19362 (or 0xC19362) is known color: Fallow. HEX triplet: C1, 93 and 62. RGB value is (193,147,98). Sum of RGB (Red+Green+Blue) = 193+147+98=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C19362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19362 is #3E6C9D. Grayscale: #9B9B9B. Windows color (decimal): -4091038 or 6460353. OLE color: 6460353.
HSL color Cylindrical-coordinate representation of color #C19362: hue angle of 30.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C19362 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 98 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.24 |
| HSL | 30.95º | 0.43% | 0.57% | - |
| HSV(B) | 30.95º | 0.49% | 0.76% | - |
| XYZ | 34.63 | 33.09 | 16.12 | - |
| YUV | 155.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 98 | 0 | 0.24 | 0.49 | 0.24 | 30.95 | 0.43 | 0.57 |
| Hex | C1 | 93 | 62 | 0 | 18 | 31 | 18 | 1F | 2B | 39 |
| Octal | 301 | 223 | 142 | 0 | 30 | 61 | 30 | 37 | 53 | 71 |
| Binary | 11000001 | 10010011 | 1100010 | 0 | 11000 | 110001 | 11000 | 11111 | 101011 | 111001 |
Color Harmonies of #C19362
Complementary color
Monochromatic Colors of #C19362
Black with #C19362
Text Example
Text Example
White with #C19362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19362; }
p { color: rgb(193,147,98); }
H1.HeaderClassName
{
color: #C19362;
}
.AnyTagClassName
{
color: #C19362;
}
</style>
background-color css
<style>
a { background-color: #C19362; }
a { background-color: rgb(193,147,98); }
div.DivClassName
{
background-color: #C19362;
}
.BgClassName
{
background-color: #C19362;
}
</style>
border-color css
<style>
span { border-color: #C19362; }
span { border-color: rgb(193,147,98); }
td.TdClassName
{
border-color: #C19362;
}
.TagClassName
{
border-color: #C19362;
}
</style>