Shades of Fallow #C89C60
Tints of Fallow #C89C60
RGB
CMYK
RGB Variations
Color information
#C89C60 (or 0xC89C60) is known color: Fallow. HEX triplet: C8, 9C and 60. RGB value is (200,156,96). Sum of RGB (Red+Green+Blue) = 200+156+96=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89C60 is #37639F. Grayscale: #A2A2A2. Windows color (decimal): -3629984 or 6331592. OLE color: 6331592.
HSL color Cylindrical-coordinate representation of color #C89C60: hue angle of 34.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C89C60 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 96 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.22 |
| HSL | 34.62º | 0.49% | 0.58% | - |
| HSV(B) | 34.62º | 0.52% | 0.78% | - |
| XYZ | 37.82 | 36.9 | 16.2 | - |
| YUV | 162.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 96 | 0 | 0.22 | 0.52 | 0.22 | 34.62 | 0.49 | 0.58 |
| Hex | C8 | 9C | 60 | 0 | 16 | 34 | 16 | 23 | 31 | 3A |
| Octal | 310 | 234 | 140 | 0 | 26 | 64 | 26 | 43 | 61 | 72 |
| Binary | 11001000 | 10011100 | 1100000 | 0 | 10110 | 110100 | 10110 | 100011 | 110001 | 111010 |
Color Harmonies of #C89C60
Complementary color
Monochromatic Colors of #C89C60
Black with #C89C60
Text Example
Text Example
White with #C89C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C60; }
p { color: rgb(200,156,96); }
H1.HeaderClassName
{
color: #C89C60;
}
.AnyTagClassName
{
color: #C89C60;
}
</style>
background-color css
<style>
a { background-color: #C89C60; }
a { background-color: rgb(200,156,96); }
div.DivClassName
{
background-color: #C89C60;
}
.BgClassName
{
background-color: #C89C60;
}
</style>
border-color css
<style>
span { border-color: #C89C60; }
span { border-color: rgb(200,156,96); }
td.TdClassName
{
border-color: #C89C60;
}
.TagClassName
{
border-color: #C89C60;
}
</style>