Shades of Fallow #C89D6C
Tints of Fallow #C89D6C
RGB
CMYK
RGB Variations
Color information
#C89D6C (or 0xC89D6C) is known color: Fallow. HEX triplet: C8, 9D and 6C. RGB value is (200,157,108). Sum of RGB (Red+Green+Blue) = 200+157+108=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D6C is #376293. Grayscale: #A4A4A4. Windows color (decimal): -3629716 or 7118280. OLE color: 7118280.
HSL color Cylindrical-coordinate representation of color #C89D6C: hue angle of 31.96º 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 #C89D6C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 108 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.22 |
| HSL | 31.96º | 0.46% | 0.6% | - |
| HSV(B) | 31.96º | 0.46% | 0.78% | - |
| XYZ | 38.58 | 37.48 | 19.39 | - |
| YUV | 164.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 108 | 0 | 0.22 | 0.46 | 0.22 | 31.96 | 0.46 | 0.6 |
| Hex | C8 | 9D | 6C | 0 | 16 | 2E | 16 | 20 | 2E | 3C |
| Octal | 310 | 235 | 154 | 0 | 26 | 56 | 26 | 40 | 56 | 74 |
| Binary | 11001000 | 10011101 | 1101100 | 0 | 10110 | 101110 | 10110 | 100000 | 101110 | 111100 |
Color Harmonies of #C89D6C
Complementary color
Monochromatic Colors of #C89D6C
Black with #C89D6C
Text Example
Text Example
White with #C89D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D6C; }
p { color: rgb(200,157,108); }
H1.HeaderClassName
{
color: #C89D6C;
}
.AnyTagClassName
{
color: #C89D6C;
}
</style>
background-color css
<style>
a { background-color: #C89D6C; }
a { background-color: rgb(200,157,108); }
div.DivClassName
{
background-color: #C89D6C;
}
.BgClassName
{
background-color: #C89D6C;
}
</style>
border-color css
<style>
span { border-color: #C89D6C; }
span { border-color: rgb(200,157,108); }
td.TdClassName
{
border-color: #C89D6C;
}
.TagClassName
{
border-color: #C89D6C;
}
</style>