Shades of Fallow #C89670
Tints of Fallow #C89670
RGB
CMYK
RGB Variations
Color information
#C89670 (or 0xC89670) is known color: Fallow. HEX triplet: C8, 96 and 70. RGB value is (200,150,112). Sum of RGB (Red+Green+Blue) = 200+150+112=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C89670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89670 is #37698F. Grayscale: #A0A0A0. Windows color (decimal): -3631504 or 7378632. OLE color: 7378632.
HSL color Cylindrical-coordinate representation of color #C89670: hue angle of 25.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C89670 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 112 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.22 |
| HSL | 25.91º | 0.44% | 0.61% | - |
| HSV(B) | 25.91º | 0.44% | 0.78% | - |
| XYZ | 37.65 | 35.26 | 20.15 | - |
| YUV | 160.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 112 | 0 | 0.25 | 0.44 | 0.22 | 25.91 | 0.44 | 0.61 |
| Hex | C8 | 96 | 70 | 0 | 19 | 2C | 16 | 1A | 2C | 3D |
| Octal | 310 | 226 | 160 | 0 | 31 | 54 | 26 | 32 | 54 | 75 |
| Binary | 11001000 | 10010110 | 1110000 | 0 | 11001 | 101100 | 10110 | 11010 | 101100 | 111101 |
Color Harmonies of #C89670
Complementary color
Monochromatic Colors of #C89670
Black with #C89670
Text Example
Text Example
White with #C89670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89670; }
p { color: rgb(200,150,112); }
H1.HeaderClassName
{
color: #C89670;
}
.AnyTagClassName
{
color: #C89670;
}
</style>
background-color css
<style>
a { background-color: #C89670; }
a { background-color: rgb(200,150,112); }
div.DivClassName
{
background-color: #C89670;
}
.BgClassName
{
background-color: #C89670;
}
</style>
border-color css
<style>
span { border-color: #C89670; }
span { border-color: rgb(200,150,112); }
td.TdClassName
{
border-color: #C89670;
}
.TagClassName
{
border-color: #C89670;
}
</style>