Shades of Fallow #C09768
Tints of Fallow #C09768
RGB
CMYK
RGB Variations
Color information
#C09768 (or 0xC09768) is known color: Fallow. HEX triplet: C0, 97 and 68. RGB value is (192,151,104). Sum of RGB (Red+Green+Blue) = 192+151+104=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C09768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09768 is #3F6897. Grayscale: #9E9E9E. Windows color (decimal): -4155544 or 6854592. OLE color: 6854592.
HSL color Cylindrical-coordinate representation of color #C09768: hue angle of 32.05º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C09768 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 104 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.25 |
| HSL | 32.05º | 0.41% | 0.58% | - |
| HSV(B) | 32.05º | 0.46% | 0.75% | - |
| XYZ | 35.3 | 34.34 | 17.86 | - |
| YUV | 157.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 104 | 0 | 0.21 | 0.46 | 0.25 | 32.05 | 0.41 | 0.58 |
| Hex | C0 | 97 | 68 | 0 | 15 | 2E | 19 | 20 | 29 | 3A |
| Octal | 300 | 227 | 150 | 0 | 25 | 56 | 31 | 40 | 51 | 72 |
| Binary | 11000000 | 10010111 | 1101000 | 0 | 10101 | 101110 | 11001 | 100000 | 101001 | 111010 |
Color Harmonies of #C09768
Complementary color
Monochromatic Colors of #C09768
Black with #C09768
Text Example
Text Example
White with #C09768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09768; }
p { color: rgb(192,151,104); }
H1.HeaderClassName
{
color: #C09768;
}
.AnyTagClassName
{
color: #C09768;
}
</style>
background-color css
<style>
a { background-color: #C09768; }
a { background-color: rgb(192,151,104); }
div.DivClassName
{
background-color: #C09768;
}
.BgClassName
{
background-color: #C09768;
}
</style>
border-color css
<style>
span { border-color: #C09768; }
span { border-color: rgb(192,151,104); }
td.TdClassName
{
border-color: #C09768;
}
.TagClassName
{
border-color: #C09768;
}
</style>