Shades of Fallow #C89F76
Tints of Fallow #C89F76
RGB
CMYK
RGB Variations
Color information
#C89F76 (or 0xC89F76) is known color: Fallow. HEX triplet: C8, 9F and 76. RGB value is (200,159,118). Sum of RGB (Red+Green+Blue) = 200+159+118=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F76 is #376089. Grayscale: #A6A6A6. Windows color (decimal): -3629194 or 7774152. OLE color: 7774152.
HSL color Cylindrical-coordinate representation of color #C89F76: hue angle of 30º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89F76 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 118 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.22 |
| HSL | 30º | 0.43% | 0.62% | - |
| HSV(B) | 30º | 0.41% | 0.78% | - |
| XYZ | 39.49 | 38.38 | 22.47 | - |
| YUV | 166.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 118 | 0 | 0.20 | 0.41 | 0.22 | 30 | 0.43 | 0.62 |
| Hex | C8 | 9F | 76 | 0 | 14 | 29 | 16 | 1E | 2B | 3E |
| Octal | 310 | 237 | 166 | 0 | 24 | 51 | 26 | 36 | 53 | 76 |
| Binary | 11001000 | 10011111 | 1110110 | 0 | 10100 | 101001 | 10110 | 11110 | 101011 | 111110 |
Color Harmonies of #C89F76
Complementary color
Monochromatic Colors of #C89F76
Black with #C89F76
Text Example
Text Example
White with #C89F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F76; }
p { color: rgb(200,159,118); }
H1.HeaderClassName
{
color: #C89F76;
}
.AnyTagClassName
{
color: #C89F76;
}
</style>
background-color css
<style>
a { background-color: #C89F76; }
a { background-color: rgb(200,159,118); }
div.DivClassName
{
background-color: #C89F76;
}
.BgClassName
{
background-color: #C89F76;
}
</style>
border-color css
<style>
span { border-color: #C89F76; }
span { border-color: rgb(200,159,118); }
td.TdClassName
{
border-color: #C89F76;
}
.TagClassName
{
border-color: #C89F76;
}
</style>