Shades of Fallow #C89565
Tints of Fallow #C89565
RGB
CMYK
RGB Variations
Color information
#C89565 (or 0xC89565) is known color: Fallow. HEX triplet: C8, 95 and 65. RGB value is (200,149,101). Sum of RGB (Red+Green+Blue) = 200+149+101=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C89565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89565 is #376A9A. Grayscale: #9F9F9F. Windows color (decimal): -3631771 or 6657480. OLE color: 6657480.
HSL color Cylindrical-coordinate representation of color #C89565: hue angle of 29.09º 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 #C89565 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 101 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.22 |
| HSL | 29.09º | 0.47% | 0.59% | - |
| HSV(B) | 29.09º | 0.5% | 0.78% | - |
| XYZ | 36.92 | 34.71 | 17.07 | - |
| YUV | 158.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 101 | 0 | 0.26 | 0.49 | 0.22 | 29.09 | 0.47 | 0.59 |
| Hex | C8 | 95 | 65 | 0 | 1A | 31 | 16 | 1D | 2F | 3B |
| Octal | 310 | 225 | 145 | 0 | 32 | 61 | 26 | 35 | 57 | 73 |
| Binary | 11001000 | 10010101 | 1100101 | 0 | 11010 | 110001 | 10110 | 11101 | 101111 | 111011 |
Color Harmonies of #C89565
Complementary color
Monochromatic Colors of #C89565
Black with #C89565
Text Example
Text Example
White with #C89565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89565; }
p { color: rgb(200,149,101); }
H1.HeaderClassName
{
color: #C89565;
}
.AnyTagClassName
{
color: #C89565;
}
</style>
background-color css
<style>
a { background-color: #C89565; }
a { background-color: rgb(200,149,101); }
div.DivClassName
{
background-color: #C89565;
}
.BgClassName
{
background-color: #C89565;
}
</style>
border-color css
<style>
span { border-color: #C89565; }
span { border-color: rgb(200,149,101); }
td.TdClassName
{
border-color: #C89565;
}
.TagClassName
{
border-color: #C89565;
}
</style>