Shades of Fallow #C09B66
Tints of Fallow #C09B66
RGB
CMYK
RGB Variations
Color information
#C09B66 (or 0xC09B66) is known color: Fallow. HEX triplet: C0, 9B and 66. RGB value is (192,155,102). Sum of RGB (Red+Green+Blue) = 192+155+102=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B66 is #3F6499. Grayscale: #A0A0A0. Windows color (decimal): -4154522 or 6724544. OLE color: 6724544.
HSL color Cylindrical-coordinate representation of color #C09B66: hue angle of 35.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C09B66 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 102 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.25 |
| HSL | 35.33º | 0.42% | 0.58% | - |
| HSV(B) | 35.33º | 0.47% | 0.75% | - |
| XYZ | 35.86 | 35.61 | 17.55 | - |
| YUV | 160.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 102 | 0 | 0.19 | 0.47 | 0.25 | 35.33 | 0.42 | 0.58 |
| Hex | C0 | 9B | 66 | 0 | 13 | 2F | 19 | 23 | 2A | 3A |
| Octal | 300 | 233 | 146 | 0 | 23 | 57 | 31 | 43 | 52 | 72 |
| Binary | 11000000 | 10011011 | 1100110 | 0 | 10011 | 101111 | 11001 | 100011 | 101010 | 111010 |
Color Harmonies of #C09B66
Complementary color
Monochromatic Colors of #C09B66
Black with #C09B66
Text Example
Text Example
White with #C09B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B66; }
p { color: rgb(192,155,102); }
H1.HeaderClassName
{
color: #C09B66;
}
.AnyTagClassName
{
color: #C09B66;
}
</style>
background-color css
<style>
a { background-color: #C09B66; }
a { background-color: rgb(192,155,102); }
div.DivClassName
{
background-color: #C09B66;
}
.BgClassName
{
background-color: #C09B66;
}
</style>
border-color css
<style>
span { border-color: #C09B66; }
span { border-color: rgb(192,155,102); }
td.TdClassName
{
border-color: #C09B66;
}
.TagClassName
{
border-color: #C09B66;
}
</style>