Shades of Fallow #C89972
Tints of Fallow #C89972
RGB
CMYK
RGB Variations
Color information
#C89972 (or 0xC89972) is known color: Fallow. HEX triplet: C8, 99 and 72. RGB value is (200,153,114). Sum of RGB (Red+Green+Blue) = 200+153+114=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C89972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89972 is #37668D. Grayscale: #A2A2A2. Windows color (decimal): -3630734 or 7510472. OLE color: 7510472.
HSL color Cylindrical-coordinate representation of color #C89972: hue angle of 27.21º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C89972 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 114 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.22 |
| HSL | 27.21º | 0.44% | 0.62% | - |
| HSV(B) | 27.21º | 0.43% | 0.78% | - |
| XYZ | 38.25 | 36.28 | 20.91 | - |
| YUV | 162.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 114 | 0 | 0.24 | 0.43 | 0.22 | 27.21 | 0.44 | 0.62 |
| Hex | C8 | 99 | 72 | 0 | 18 | 2B | 16 | 1B | 2C | 3E |
| Octal | 310 | 231 | 162 | 0 | 30 | 53 | 26 | 33 | 54 | 76 |
| Binary | 11001000 | 10011001 | 1110010 | 0 | 11000 | 101011 | 10110 | 11011 | 101100 | 111110 |
Color Harmonies of #C89972
Complementary color
Monochromatic Colors of #C89972
Black with #C89972
Text Example
Text Example
White with #C89972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89972; }
p { color: rgb(200,153,114); }
H1.HeaderClassName
{
color: #C89972;
}
.AnyTagClassName
{
color: #C89972;
}
</style>
background-color css
<style>
a { background-color: #C89972; }
a { background-color: rgb(200,153,114); }
div.DivClassName
{
background-color: #C89972;
}
.BgClassName
{
background-color: #C89972;
}
</style>
border-color css
<style>
span { border-color: #C89972; }
span { border-color: rgb(200,153,114); }
td.TdClassName
{
border-color: #C89972;
}
.TagClassName
{
border-color: #C89972;
}
</style>