Shades of Fallow #C09561
Tints of Fallow #C09561
RGB
CMYK
RGB Variations
Color information
#C09561 (or 0xC09561) is known color: Fallow. HEX triplet: C0, 95 and 61. RGB value is (192,149,97). Sum of RGB (Red+Green+Blue) = 192+149+97=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09561 is #3F6A9E. Grayscale: #9C9C9C. Windows color (decimal): -4156063 or 6395328. OLE color: 6395328.
HSL color Cylindrical-coordinate representation of color #C09561: hue angle of 32.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C09561 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 97 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.25 |
| HSL | 32.84º | 0.43% | 0.57% | - |
| HSV(B) | 32.84º | 0.49% | 0.75% | - |
| XYZ | 34.64 | 33.56 | 15.96 | - |
| YUV | 155.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 97 | 0 | 0.22 | 0.49 | 0.25 | 32.84 | 0.43 | 0.57 |
| Hex | C0 | 95 | 61 | 0 | 16 | 31 | 19 | 21 | 2B | 39 |
| Octal | 300 | 225 | 141 | 0 | 26 | 61 | 31 | 41 | 53 | 71 |
| Binary | 11000000 | 10010101 | 1100001 | 0 | 10110 | 110001 | 11001 | 100001 | 101011 | 111001 |
Color Harmonies of #C09561
Complementary color
Monochromatic Colors of #C09561
Black with #C09561
Text Example
Text Example
White with #C09561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09561; }
p { color: rgb(192,149,97); }
H1.HeaderClassName
{
color: #C09561;
}
.AnyTagClassName
{
color: #C09561;
}
</style>
background-color css
<style>
a { background-color: #C09561; }
a { background-color: rgb(192,149,97); }
div.DivClassName
{
background-color: #C09561;
}
.BgClassName
{
background-color: #C09561;
}
</style>
border-color css
<style>
span { border-color: #C09561; }
span { border-color: rgb(192,149,97); }
td.TdClassName
{
border-color: #C09561;
}
.TagClassName
{
border-color: #C09561;
}
</style>