Shades of Fallow #C89A6D
Tints of Fallow #C89A6D
RGB
CMYK
RGB Variations
Color information
#C89A6D (or 0xC89A6D) is known color: Fallow. HEX triplet: C8, 9A and 6D. RGB value is (200,154,109). Sum of RGB (Red+Green+Blue) = 200+154+109=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A6D is #376592. Grayscale: #A2A2A2. Windows color (decimal): -3630483 or 7183048. OLE color: 7183048.
HSL color Cylindrical-coordinate representation of color #C89A6D: hue angle of 29.67º 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 #C89A6D is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 109 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.22 |
| HSL | 29.67º | 0.45% | 0.61% | - |
| HSV(B) | 29.67º | 0.46% | 0.78% | - |
| XYZ | 38.14 | 36.49 | 19.5 | - |
| YUV | 162.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 109 | 0 | 0.23 | 0.46 | 0.22 | 29.67 | 0.45 | 0.61 |
| Hex | C8 | 9A | 6D | 0 | 17 | 2E | 16 | 1E | 2D | 3D |
| Octal | 310 | 232 | 155 | 0 | 27 | 56 | 26 | 36 | 55 | 75 |
| Binary | 11001000 | 10011010 | 1101101 | 0 | 10111 | 101110 | 10110 | 11110 | 101101 | 111101 |
Color Harmonies of #C89A6D
Complementary color
Monochromatic Colors of #C89A6D
Black with #C89A6D
Text Example
Text Example
White with #C89A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A6D; }
p { color: rgb(200,154,109); }
H1.HeaderClassName
{
color: #C89A6D;
}
.AnyTagClassName
{
color: #C89A6D;
}
</style>
background-color css
<style>
a { background-color: #C89A6D; }
a { background-color: rgb(200,154,109); }
div.DivClassName
{
background-color: #C89A6D;
}
.BgClassName
{
background-color: #C89A6D;
}
</style>
border-color css
<style>
span { border-color: #C89A6D; }
span { border-color: rgb(200,154,109); }
td.TdClassName
{
border-color: #C89A6D;
}
.TagClassName
{
border-color: #C89A6D;
}
</style>