Shades of Fallow #C89D5E
Tints of Fallow #C89D5E
RGB
CMYK
RGB Variations
Color information
#C89D5E (or 0xC89D5E) is known color: Fallow. HEX triplet: C8, 9D and 5E. RGB value is (200,157,94). Sum of RGB (Red+Green+Blue) = 200+157+94=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D5E is #3762A1. Grayscale: #A2A2A2. Windows color (decimal): -3629730 or 6200776. OLE color: 6200776.
HSL color Cylindrical-coordinate representation of color #C89D5E: hue angle of 35.66º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C89D5E is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 94 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.22 |
| HSL | 35.66º | 0.49% | 0.58% | - |
| HSV(B) | 35.66º | 0.53% | 0.78% | - |
| XYZ | 37.9 | 37.2 | 15.77 | - |
| YUV | 162.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 94 | 0 | 0.22 | 0.53 | 0.22 | 35.66 | 0.49 | 0.58 |
| Hex | C8 | 9D | 5E | 0 | 16 | 35 | 16 | 24 | 31 | 3A |
| Octal | 310 | 235 | 136 | 0 | 26 | 65 | 26 | 44 | 61 | 72 |
| Binary | 11001000 | 10011101 | 1011110 | 0 | 10110 | 110101 | 10110 | 100100 | 110001 | 111010 |
Color Harmonies of #C89D5E
Complementary color
Monochromatic Colors of #C89D5E
Black with #C89D5E
Text Example
Text Example
White with #C89D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D5E; }
p { color: rgb(200,157,94); }
H1.HeaderClassName
{
color: #C89D5E;
}
.AnyTagClassName
{
color: #C89D5E;
}
</style>
background-color css
<style>
a { background-color: #C89D5E; }
a { background-color: rgb(200,157,94); }
div.DivClassName
{
background-color: #C89D5E;
}
.BgClassName
{
background-color: #C89D5E;
}
</style>
border-color css
<style>
span { border-color: #C89D5E; }
span { border-color: rgb(200,157,94); }
td.TdClassName
{
border-color: #C89D5E;
}
.TagClassName
{
border-color: #C89D5E;
}
</style>