Shades of Fallow #C89E60
Tints of Fallow #C89E60
RGB
CMYK
RGB Variations
Color information
#C89E60 (or 0xC89E60) is known color: Fallow. HEX triplet: C8, 9E and 60. RGB value is (200,158,96). Sum of RGB (Red+Green+Blue) = 200+158+96=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E60 is #37619F. Grayscale: #A3A3A3. Windows color (decimal): -3629472 or 6332104. OLE color: 6332104.
HSL color Cylindrical-coordinate representation of color #C89E60: hue angle of 35.77º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C89E60 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 96 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.22 |
| HSL | 35.77º | 0.49% | 0.58% | - |
| HSV(B) | 35.77º | 0.52% | 0.78% | - |
| XYZ | 38.16 | 37.58 | 16.31 | - |
| YUV | 163.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 96 | 0 | 0.21 | 0.52 | 0.22 | 35.77 | 0.49 | 0.58 |
| Hex | C8 | 9E | 60 | 0 | 15 | 34 | 16 | 24 | 31 | 3A |
| Octal | 310 | 236 | 140 | 0 | 25 | 64 | 26 | 44 | 61 | 72 |
| Binary | 11001000 | 10011110 | 1100000 | 0 | 10101 | 110100 | 10110 | 100100 | 110001 | 111010 |
Color Harmonies of #C89E60
Complementary color
Monochromatic Colors of #C89E60
Black with #C89E60
Text Example
Text Example
White with #C89E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E60; }
p { color: rgb(200,158,96); }
H1.HeaderClassName
{
color: #C89E60;
}
.AnyTagClassName
{
color: #C89E60;
}
</style>
background-color css
<style>
a { background-color: #C89E60; }
a { background-color: rgb(200,158,96); }
div.DivClassName
{
background-color: #C89E60;
}
.BgClassName
{
background-color: #C89E60;
}
</style>
border-color css
<style>
span { border-color: #C89E60; }
span { border-color: rgb(200,158,96); }
td.TdClassName
{
border-color: #C89E60;
}
.TagClassName
{
border-color: #C89E60;
}
</style>