Shades of Fallow #C89665
Tints of Fallow #C89665
RGB
CMYK
RGB Variations
Color information
#C89665 (or 0xC89665) is known color: Fallow. HEX triplet: C8, 96 and 65. RGB value is (200,150,101). Sum of RGB (Red+Green+Blue) = 200+150+101=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C89665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89665 is #37699A. Grayscale: #9F9F9F. Windows color (decimal): -3631515 or 6657736. OLE color: 6657736.
HSL color Cylindrical-coordinate representation of color #C89665: hue angle of 29.7º degrees, saturation: 0.47, 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 #C89665 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 101 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.22 |
| HSL | 29.7º | 0.47% | 0.59% | - |
| HSV(B) | 29.7º | 0.5% | 0.78% | - |
| XYZ | 37.07 | 35.03 | 17.12 | - |
| YUV | 159.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 101 | 0 | 0.25 | 0.49 | 0.22 | 29.7 | 0.47 | 0.59 |
| Hex | C8 | 96 | 65 | 0 | 19 | 31 | 16 | 1E | 2F | 3B |
| Octal | 310 | 226 | 145 | 0 | 31 | 61 | 26 | 36 | 57 | 73 |
| Binary | 11001000 | 10010110 | 1100101 | 0 | 11001 | 110001 | 10110 | 11110 | 101111 | 111011 |
Color Harmonies of #C89665
Complementary color
Monochromatic Colors of #C89665
Black with #C89665
Text Example
Text Example
White with #C89665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89665; }
p { color: rgb(200,150,101); }
H1.HeaderClassName
{
color: #C89665;
}
.AnyTagClassName
{
color: #C89665;
}
</style>
background-color css
<style>
a { background-color: #C89665; }
a { background-color: rgb(200,150,101); }
div.DivClassName
{
background-color: #C89665;
}
.BgClassName
{
background-color: #C89665;
}
</style>
border-color css
<style>
span { border-color: #C89665; }
span { border-color: rgb(200,150,101); }
td.TdClassName
{
border-color: #C89665;
}
.TagClassName
{
border-color: #C89665;
}
</style>