Shades of Fallow #C89D6D
Tints of Fallow #C89D6D
RGB
CMYK
RGB Variations
Color information
#C89D6D (or 0xC89D6D) is known color: Fallow. HEX triplet: C8, 9D and 6D. RGB value is (200,157,109). Sum of RGB (Red+Green+Blue) = 200+157+109=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D6D is #376292. Grayscale: #A4A4A4. Windows color (decimal): -3629715 or 7183816. OLE color: 7183816.
HSL color Cylindrical-coordinate representation of color #C89D6D: hue angle of 31.65º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C89D6D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 109 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.22 |
| HSL | 31.65º | 0.45% | 0.61% | - |
| HSV(B) | 31.65º | 0.46% | 0.78% | - |
| XYZ | 38.64 | 37.5 | 19.67 | - |
| YUV | 164.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 109 | 0 | 0.22 | 0.46 | 0.22 | 31.65 | 0.45 | 0.61 |
| Hex | C8 | 9D | 6D | 0 | 16 | 2E | 16 | 20 | 2D | 3D |
| Octal | 310 | 235 | 155 | 0 | 26 | 56 | 26 | 40 | 55 | 75 |
| Binary | 11001000 | 10011101 | 1101101 | 0 | 10110 | 101110 | 10110 | 100000 | 101101 | 111101 |
Color Harmonies of #C89D6D
Complementary color
Monochromatic Colors of #C89D6D
Black with #C89D6D
Text Example
Text Example
White with #C89D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D6D; }
p { color: rgb(200,157,109); }
H1.HeaderClassName
{
color: #C89D6D;
}
.AnyTagClassName
{
color: #C89D6D;
}
</style>
background-color css
<style>
a { background-color: #C89D6D; }
a { background-color: rgb(200,157,109); }
div.DivClassName
{
background-color: #C89D6D;
}
.BgClassName
{
background-color: #C89D6D;
}
</style>
border-color css
<style>
span { border-color: #C89D6D; }
span { border-color: rgb(200,157,109); }
td.TdClassName
{
border-color: #C89D6D;
}
.TagClassName
{
border-color: #C89D6D;
}
</style>