Shades of Fallow #C59267
Tints of Fallow #C59267
RGB
CMYK
RGB Variations
Color information
#C59267 (or 0xC59267) is known color: Fallow. HEX triplet: C5, 92 and 67. RGB value is (197,146,103). Sum of RGB (Red+Green+Blue) = 197+146+103=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C59267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59267 is #3A6D98. Grayscale: #9C9C9C. Windows color (decimal): -3829145 or 6787781. OLE color: 6787781.
HSL color Cylindrical-coordinate representation of color #C59267: hue angle of 27.45º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C59267 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 103 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.23 |
| HSL | 27.45º | 0.45% | 0.59% | - |
| HSV(B) | 27.45º | 0.48% | 0.77% | - |
| XYZ | 35.75 | 33.41 | 17.4 | - |
| YUV | 156.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 103 | 0 | 0.26 | 0.48 | 0.23 | 27.45 | 0.45 | 0.59 |
| Hex | C5 | 92 | 67 | 0 | 1A | 30 | 17 | 1B | 2D | 3B |
| Octal | 305 | 222 | 147 | 0 | 32 | 60 | 27 | 33 | 55 | 73 |
| Binary | 11000101 | 10010010 | 1100111 | 0 | 11010 | 110000 | 10111 | 11011 | 101101 | 111011 |
Color Harmonies of #C59267
Complementary color
Monochromatic Colors of #C59267
Black with #C59267
Text Example
Text Example
White with #C59267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59267; }
p { color: rgb(197,146,103); }
H1.HeaderClassName
{
color: #C59267;
}
.AnyTagClassName
{
color: #C59267;
}
</style>
background-color css
<style>
a { background-color: #C59267; }
a { background-color: rgb(197,146,103); }
div.DivClassName
{
background-color: #C59267;
}
.BgClassName
{
background-color: #C59267;
}
</style>
border-color css
<style>
span { border-color: #C59267; }
span { border-color: rgb(197,146,103); }
td.TdClassName
{
border-color: #C59267;
}
.TagClassName
{
border-color: #C59267;
}
</style>