Shades of Fallow #C89A75
Tints of Fallow #C89A75
RGB
CMYK
RGB Variations
Color information
#C89A75 (or 0xC89A75) is known color: Fallow. HEX triplet: C8, 9A and 75. RGB value is (200,154,117). Sum of RGB (Red+Green+Blue) = 200+154+117=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A75 is #37658A. Grayscale: #A3A3A3. Windows color (decimal): -3630475 or 7707336. OLE color: 7707336.
HSL color Cylindrical-coordinate representation of color #C89A75: hue angle of 26.75º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C89A75 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 117 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.22 |
| HSL | 26.75º | 0.43% | 0.62% | - |
| HSV(B) | 26.75º | 0.42% | 0.78% | - |
| XYZ | 38.59 | 36.67 | 21.87 | - |
| YUV | 163.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 117 | 0 | 0.23 | 0.42 | 0.22 | 26.75 | 0.43 | 0.62 |
| Hex | C8 | 9A | 75 | 0 | 17 | 2A | 16 | 1B | 2B | 3E |
| Octal | 310 | 232 | 165 | 0 | 27 | 52 | 26 | 33 | 53 | 76 |
| Binary | 11001000 | 10011010 | 1110101 | 0 | 10111 | 101010 | 10110 | 11011 | 101011 | 111110 |
Color Harmonies of #C89A75
Complementary color
Monochromatic Colors of #C89A75
Black with #C89A75
Text Example
Text Example
White with #C89A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A75; }
p { color: rgb(200,154,117); }
H1.HeaderClassName
{
color: #C89A75;
}
.AnyTagClassName
{
color: #C89A75;
}
</style>
background-color css
<style>
a { background-color: #C89A75; }
a { background-color: rgb(200,154,117); }
div.DivClassName
{
background-color: #C89A75;
}
.BgClassName
{
background-color: #C89A75;
}
</style>
border-color css
<style>
span { border-color: #C89A75; }
span { border-color: rgb(200,154,117); }
td.TdClassName
{
border-color: #C89A75;
}
.TagClassName
{
border-color: #C89A75;
}
</style>