Shades of Fallow #C09A65
Tints of Fallow #C09A65
RGB
CMYK
RGB Variations
Color information
#C09A65 (or 0xC09A65) is known color: Fallow. HEX triplet: C0, 9A and 65. RGB value is (192,154,101). Sum of RGB (Red+Green+Blue) = 192+154+101=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A65 is #3F659A. Grayscale: #9F9F9F. Windows color (decimal): -4154779 or 6658752. OLE color: 6658752.
HSL color Cylindrical-coordinate representation of color #C09A65: hue angle of 34.95º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C09A65 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 101 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.25 |
| HSL | 34.95º | 0.42% | 0.57% | - |
| HSV(B) | 34.95º | 0.47% | 0.75% | - |
| XYZ | 35.64 | 35.26 | 17.24 | - |
| YUV | 159.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 101 | 0 | 0.20 | 0.47 | 0.25 | 34.95 | 0.42 | 0.57 |
| Hex | C0 | 9A | 65 | 0 | 14 | 2F | 19 | 23 | 2A | 39 |
| Octal | 300 | 232 | 145 | 0 | 24 | 57 | 31 | 43 | 52 | 71 |
| Binary | 11000000 | 10011010 | 1100101 | 0 | 10100 | 101111 | 11001 | 100011 | 101010 | 111001 |
Color Harmonies of #C09A65
Complementary color
Monochromatic Colors of #C09A65
Black with #C09A65
Text Example
Text Example
White with #C09A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A65; }
p { color: rgb(192,154,101); }
H1.HeaderClassName
{
color: #C09A65;
}
.AnyTagClassName
{
color: #C09A65;
}
</style>
background-color css
<style>
a { background-color: #C09A65; }
a { background-color: rgb(192,154,101); }
div.DivClassName
{
background-color: #C09A65;
}
.BgClassName
{
background-color: #C09A65;
}
</style>
border-color css
<style>
span { border-color: #C09A65; }
span { border-color: rgb(192,154,101); }
td.TdClassName
{
border-color: #C09A65;
}
.TagClassName
{
border-color: #C09A65;
}
</style>