Shades of Fallow #C89D65
Tints of Fallow #C89D65
RGB
CMYK
RGB Variations
Color information
#C89D65 (or 0xC89D65) is known color: Fallow. HEX triplet: C8, 9D and 65. RGB value is (200,157,101). Sum of RGB (Red+Green+Blue) = 200+157+101=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D65 is #37629A. Grayscale: #A3A3A3. Windows color (decimal): -3629723 or 6659528. OLE color: 6659528.
HSL color Cylindrical-coordinate representation of color #C89D65: hue angle of 33.94º 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 #C89D65 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 101 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.22 |
| HSL | 33.94º | 0.47% | 0.59% | - |
| HSV(B) | 33.94º | 0.5% | 0.78% | - |
| XYZ | 38.23 | 37.33 | 17.5 | - |
| YUV | 163.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 101 | 0 | 0.22 | 0.49 | 0.22 | 33.94 | 0.47 | 0.59 |
| Hex | C8 | 9D | 65 | 0 | 16 | 31 | 16 | 22 | 2F | 3B |
| Octal | 310 | 235 | 145 | 0 | 26 | 61 | 26 | 42 | 57 | 73 |
| Binary | 11001000 | 10011101 | 1100101 | 0 | 10110 | 110001 | 10110 | 100010 | 101111 | 111011 |
Color Harmonies of #C89D65
Complementary color
Monochromatic Colors of #C89D65
Black with #C89D65
Text Example
Text Example
White with #C89D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D65; }
p { color: rgb(200,157,101); }
H1.HeaderClassName
{
color: #C89D65;
}
.AnyTagClassName
{
color: #C89D65;
}
</style>
background-color css
<style>
a { background-color: #C89D65; }
a { background-color: rgb(200,157,101); }
div.DivClassName
{
background-color: #C89D65;
}
.BgClassName
{
background-color: #C89D65;
}
</style>
border-color css
<style>
span { border-color: #C89D65; }
span { border-color: rgb(200,157,101); }
td.TdClassName
{
border-color: #C89D65;
}
.TagClassName
{
border-color: #C89D65;
}
</style>