Shades of Fallow #C09C6C
Tints of Fallow #C09C6C
RGB
CMYK
RGB Variations
Color information
#C09C6C (or 0xC09C6C) is known color: Fallow. HEX triplet: C0, 9C and 6C. RGB value is (192,156,108). Sum of RGB (Red+Green+Blue) = 192+156+108=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C6C is #3F6393. Grayscale: #A1A1A1. Windows color (decimal): -4154260 or 7118016. OLE color: 7118016.
HSL color Cylindrical-coordinate representation of color #C09C6C: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C09C6C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 108 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.25 |
| HSL | 34.29º | 0.4% | 0.59% | - |
| HSV(B) | 34.29º | 0.44% | 0.75% | - |
| XYZ | 36.33 | 36.07 | 19.23 | - |
| YUV | 161.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 108 | 0 | 0.19 | 0.44 | 0.25 | 34.29 | 0.4 | 0.59 |
| Hex | C0 | 9C | 6C | 0 | 13 | 2C | 19 | 22 | 28 | 3B |
| Octal | 300 | 234 | 154 | 0 | 23 | 54 | 31 | 42 | 50 | 73 |
| Binary | 11000000 | 10011100 | 1101100 | 0 | 10011 | 101100 | 11001 | 100010 | 101000 | 111011 |
Color Harmonies of #C09C6C
Complementary color
Monochromatic Colors of #C09C6C
Black with #C09C6C
Text Example
Text Example
White with #C09C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C6C; }
p { color: rgb(192,156,108); }
H1.HeaderClassName
{
color: #C09C6C;
}
.AnyTagClassName
{
color: #C09C6C;
}
</style>
background-color css
<style>
a { background-color: #C09C6C; }
a { background-color: rgb(192,156,108); }
div.DivClassName
{
background-color: #C09C6C;
}
.BgClassName
{
background-color: #C09C6C;
}
</style>
border-color css
<style>
span { border-color: #C09C6C; }
span { border-color: rgb(192,156,108); }
td.TdClassName
{
border-color: #C09C6C;
}
.TagClassName
{
border-color: #C09C6C;
}
</style>