Shades of Fallow #C89961
Tints of Fallow #C89961
RGB
CMYK
RGB Variations
Color information
#C89961 (or 0xC89961) is known color: Fallow. HEX triplet: C8, 99 and 61. RGB value is (200,153,97). Sum of RGB (Red+Green+Blue) = 200+153+97=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C89961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89961 is #37669E. Grayscale: #A0A0A0. Windows color (decimal): -3630751 or 6396360. OLE color: 6396360.
HSL color Cylindrical-coordinate representation of color #C89961: hue angle of 32.62º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C89961 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 97 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.22 |
| HSL | 32.62º | 0.48% | 0.58% | - |
| HSV(B) | 32.62º | 0.52% | 0.78% | - |
| XYZ | 37.37 | 35.92 | 16.27 | - |
| YUV | 160.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 97 | 0 | 0.24 | 0.52 | 0.22 | 32.62 | 0.48 | 0.58 |
| Hex | C8 | 99 | 61 | 0 | 18 | 34 | 16 | 21 | 30 | 3A |
| Octal | 310 | 231 | 141 | 0 | 30 | 64 | 26 | 41 | 60 | 72 |
| Binary | 11001000 | 10011001 | 1100001 | 0 | 11000 | 110100 | 10110 | 100001 | 110000 | 111010 |
Color Harmonies of #C89961
Complementary color
Monochromatic Colors of #C89961
Black with #C89961
Text Example
Text Example
White with #C89961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89961; }
p { color: rgb(200,153,97); }
H1.HeaderClassName
{
color: #C89961;
}
.AnyTagClassName
{
color: #C89961;
}
</style>
background-color css
<style>
a { background-color: #C89961; }
a { background-color: rgb(200,153,97); }
div.DivClassName
{
background-color: #C89961;
}
.BgClassName
{
background-color: #C89961;
}
</style>
border-color css
<style>
span { border-color: #C89961; }
span { border-color: rgb(200,153,97); }
td.TdClassName
{
border-color: #C89961;
}
.TagClassName
{
border-color: #C89961;
}
</style>