Shades of Fallow #C89E6C
Tints of Fallow #C89E6C
RGB
CMYK
RGB Variations
Color information
#C89E6C (or 0xC89E6C) is known color: Fallow. HEX triplet: C8, 9E and 6C. RGB value is (200,158,108). Sum of RGB (Red+Green+Blue) = 200+158+108=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E6C is #376193. Grayscale: #A5A5A5. Windows color (decimal): -3629460 or 7118536. OLE color: 7118536.
HSL color Cylindrical-coordinate representation of color #C89E6C: hue angle of 32.61º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C89E6C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 108 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.22 |
| HSL | 32.61º | 0.46% | 0.6% | - |
| HSV(B) | 32.61º | 0.46% | 0.78% | - |
| XYZ | 38.75 | 37.82 | 19.44 | - |
| YUV | 164.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 108 | 0 | 0.21 | 0.46 | 0.22 | 32.61 | 0.46 | 0.6 |
| Hex | C8 | 9E | 6C | 0 | 15 | 2E | 16 | 21 | 2E | 3C |
| Octal | 310 | 236 | 154 | 0 | 25 | 56 | 26 | 41 | 56 | 74 |
| Binary | 11001000 | 10011110 | 1101100 | 0 | 10101 | 101110 | 10110 | 100001 | 101110 | 111100 |
Color Harmonies of #C89E6C
Complementary color
Monochromatic Colors of #C89E6C
Black with #C89E6C
Text Example
Text Example
White with #C89E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E6C; }
p { color: rgb(200,158,108); }
H1.HeaderClassName
{
color: #C89E6C;
}
.AnyTagClassName
{
color: #C89E6C;
}
</style>
background-color css
<style>
a { background-color: #C89E6C; }
a { background-color: rgb(200,158,108); }
div.DivClassName
{
background-color: #C89E6C;
}
.BgClassName
{
background-color: #C89E6C;
}
</style>
border-color css
<style>
span { border-color: #C89E6C; }
span { border-color: rgb(200,158,108); }
td.TdClassName
{
border-color: #C89E6C;
}
.TagClassName
{
border-color: #C89E6C;
}
</style>