Shades of Fallow #C59268
Tints of Fallow #C59268
RGB
CMYK
RGB Variations
Color information
#C59268 (or 0xC59268) is known color: Fallow. HEX triplet: C5, 92 and 68. RGB value is (197,146,104). Sum of RGB (Red+Green+Blue) = 197+146+104=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C59268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59268 is #3A6D97. Grayscale: #9C9C9C. Windows color (decimal): -3829144 or 6853317. OLE color: 6853317.
HSL color Cylindrical-coordinate representation of color #C59268: hue angle of 27.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C59268 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 104 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.23 |
| HSL | 27.1º | 0.44% | 0.59% | - |
| HSV(B) | 27.1º | 0.47% | 0.77% | - |
| XYZ | 35.8 | 33.43 | 17.66 | - |
| YUV | 156.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 104 | 0 | 0.26 | 0.47 | 0.23 | 27.1 | 0.44 | 0.59 |
| Hex | C5 | 92 | 68 | 0 | 1A | 2F | 17 | 1B | 2C | 3B |
| Octal | 305 | 222 | 150 | 0 | 32 | 57 | 27 | 33 | 54 | 73 |
| Binary | 11000101 | 10010010 | 1101000 | 0 | 11010 | 101111 | 10111 | 11011 | 101100 | 111011 |
Color Harmonies of #C59268
Complementary color
Monochromatic Colors of #C59268
Black with #C59268
Text Example
Text Example
White with #C59268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59268; }
p { color: rgb(197,146,104); }
H1.HeaderClassName
{
color: #C59268;
}
.AnyTagClassName
{
color: #C59268;
}
</style>
background-color css
<style>
a { background-color: #C59268; }
a { background-color: rgb(197,146,104); }
div.DivClassName
{
background-color: #C59268;
}
.BgClassName
{
background-color: #C59268;
}
</style>
border-color css
<style>
span { border-color: #C59268; }
span { border-color: rgb(197,146,104); }
td.TdClassName
{
border-color: #C59268;
}
.TagClassName
{
border-color: #C59268;
}
</style>