Shades of Fallow #C5926A
Tints of Fallow #C5926A
RGB
CMYK
RGB Variations
Color information
#C5926A (or 0xC5926A) is known color: Fallow. HEX triplet: C5, 92 and 6A. RGB value is (197,146,106). Sum of RGB (Red+Green+Blue) = 197+146+106=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5926A is #3A6D95. Grayscale: #9C9C9C. Windows color (decimal): -3829142 or 6984389. OLE color: 6984389.
HSL color Cylindrical-coordinate representation of color #C5926A: hue angle of 26.37º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5926A is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 106 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.23 |
| HSL | 26.37º | 0.44% | 0.59% | - |
| HSV(B) | 26.37º | 0.46% | 0.77% | - |
| XYZ | 35.91 | 33.47 | 18.2 | - |
| YUV | 156.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 106 | 0 | 0.26 | 0.46 | 0.23 | 26.37 | 0.44 | 0.59 |
| Hex | C5 | 92 | 6A | 0 | 1A | 2E | 17 | 1A | 2C | 3B |
| Octal | 305 | 222 | 152 | 0 | 32 | 56 | 27 | 32 | 54 | 73 |
| Binary | 11000101 | 10010010 | 1101010 | 0 | 11010 | 101110 | 10111 | 11010 | 101100 | 111011 |
Color Harmonies of #C5926A
Complementary color
Monochromatic Colors of #C5926A
Black with #C5926A
Text Example
Text Example
White with #C5926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5926A; }
p { color: rgb(197,146,106); }
H1.HeaderClassName
{
color: #C5926A;
}
.AnyTagClassName
{
color: #C5926A;
}
</style>
background-color css
<style>
a { background-color: #C5926A; }
a { background-color: rgb(197,146,106); }
div.DivClassName
{
background-color: #C5926A;
}
.BgClassName
{
background-color: #C5926A;
}
</style>
border-color css
<style>
span { border-color: #C5926A; }
span { border-color: rgb(197,146,106); }
td.TdClassName
{
border-color: #C5926A;
}
.TagClassName
{
border-color: #C5926A;
}
</style>