Shades of Fallow #C89C74
Tints of Fallow #C89C74
RGB
CMYK
RGB Variations
Color information
#C89C74 (or 0xC89C74) is known color: Fallow. HEX triplet: C8, 9C and 74. RGB value is (200,156,116). Sum of RGB (Red+Green+Blue) = 200+156+116=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89C74 is #37638B. Grayscale: #A4A4A4. Windows color (decimal): -3629964 or 7642312. OLE color: 7642312.
HSL color Cylindrical-coordinate representation of color #C89C74: hue angle of 28.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C89C74 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 116 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.22 |
| HSL | 28.57º | 0.43% | 0.62% | - |
| HSV(B) | 28.57º | 0.42% | 0.78% | - |
| XYZ | 38.86 | 37.32 | 21.68 | - |
| YUV | 164.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 116 | 0 | 0.22 | 0.42 | 0.22 | 28.57 | 0.43 | 0.62 |
| Hex | C8 | 9C | 74 | 0 | 16 | 2A | 16 | 1D | 2B | 3E |
| Octal | 310 | 234 | 164 | 0 | 26 | 52 | 26 | 35 | 53 | 76 |
| Binary | 11001000 | 10011100 | 1110100 | 0 | 10110 | 101010 | 10110 | 11101 | 101011 | 111110 |
Color Harmonies of #C89C74
Complementary color
Monochromatic Colors of #C89C74
Black with #C89C74
Text Example
Text Example
White with #C89C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C74; }
p { color: rgb(200,156,116); }
H1.HeaderClassName
{
color: #C89C74;
}
.AnyTagClassName
{
color: #C89C74;
}
</style>
background-color css
<style>
a { background-color: #C89C74; }
a { background-color: rgb(200,156,116); }
div.DivClassName
{
background-color: #C89C74;
}
.BgClassName
{
background-color: #C89C74;
}
</style>
border-color css
<style>
span { border-color: #C89C74; }
span { border-color: rgb(200,156,116); }
td.TdClassName
{
border-color: #C89C74;
}
.TagClassName
{
border-color: #C89C74;
}
</style>