Shades of Fallow #C89664
Tints of Fallow #C89664
RGB
CMYK
RGB Variations
Color information
#C89664 (or 0xC89664) is known color: Fallow. HEX triplet: C8, 96 and 64. RGB value is (200,150,100). Sum of RGB (Red+Green+Blue) = 200+150+100=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C89664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89664 is #37699B. Grayscale: #9F9F9F. Windows color (decimal): -3631516 or 6592200. OLE color: 6592200.
HSL color Cylindrical-coordinate representation of color #C89664: hue angle of 30º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C89664 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 100 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.22 |
| HSL | 30º | 0.48% | 0.59% | - |
| HSV(B) | 30º | 0.5% | 0.78% | - |
| XYZ | 37.03 | 35.01 | 16.86 | - |
| YUV | 159.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 100 | 0 | 0.25 | 0.5 | 0.22 | 30 | 0.48 | 0.59 |
| Hex | C8 | 96 | 64 | 0 | 19 | 32 | 16 | 1E | 30 | 3B |
| Octal | 310 | 226 | 144 | 0 | 31 | 62 | 26 | 36 | 60 | 73 |
| Binary | 11001000 | 10010110 | 1100100 | 0 | 11001 | 110010 | 10110 | 11110 | 110000 | 111011 |
Color Harmonies of #C89664
Complementary color
Monochromatic Colors of #C89664
Black with #C89664
Text Example
Text Example
White with #C89664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89664; }
p { color: rgb(200,150,100); }
H1.HeaderClassName
{
color: #C89664;
}
.AnyTagClassName
{
color: #C89664;
}
</style>
background-color css
<style>
a { background-color: #C89664; }
a { background-color: rgb(200,150,100); }
div.DivClassName
{
background-color: #C89664;
}
.BgClassName
{
background-color: #C89664;
}
</style>
border-color css
<style>
span { border-color: #C89664; }
span { border-color: rgb(200,150,100); }
td.TdClassName
{
border-color: #C89664;
}
.TagClassName
{
border-color: #C89664;
}
</style>