Shades of Fallow #C09D6B
Tints of Fallow #C09D6B
RGB
CMYK
RGB Variations
Color information
#C09D6B (or 0xC09D6B) is known color: Fallow. HEX triplet: C0, 9D and 6B. RGB value is (192,157,107). Sum of RGB (Red+Green+Blue) = 192+157+107=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D6B is #3F6294. Grayscale: #A2A2A2. Windows color (decimal): -4154005 or 7052736. OLE color: 7052736.
HSL color Cylindrical-coordinate representation of color #C09D6B: hue angle of 35.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 #C09D6B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 107 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.25 |
| HSL | 35.29º | 0.4% | 0.59% | - |
| HSV(B) | 35.29º | 0.44% | 0.75% | - |
| XYZ | 36.45 | 36.38 | 19.01 | - |
| YUV | 161.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 107 | 0 | 0.18 | 0.44 | 0.25 | 35.29 | 0.4 | 0.59 |
| Hex | C0 | 9D | 6B | 0 | 12 | 2C | 19 | 23 | 28 | 3B |
| Octal | 300 | 235 | 153 | 0 | 22 | 54 | 31 | 43 | 50 | 73 |
| Binary | 11000000 | 10011101 | 1101011 | 0 | 10010 | 101100 | 11001 | 100011 | 101000 | 111011 |
Color Harmonies of #C09D6B
Complementary color
Monochromatic Colors of #C09D6B
Black with #C09D6B
Text Example
Text Example
White with #C09D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D6B; }
p { color: rgb(192,157,107); }
H1.HeaderClassName
{
color: #C09D6B;
}
.AnyTagClassName
{
color: #C09D6B;
}
</style>
background-color css
<style>
a { background-color: #C09D6B; }
a { background-color: rgb(192,157,107); }
div.DivClassName
{
background-color: #C09D6B;
}
.BgClassName
{
background-color: #C09D6B;
}
</style>
border-color css
<style>
span { border-color: #C09D6B; }
span { border-color: rgb(192,157,107); }
td.TdClassName
{
border-color: #C09D6B;
}
.TagClassName
{
border-color: #C09D6B;
}
</style>