Shades of Fallow #C89F66
Tints of Fallow #C89F66
RGB
CMYK
RGB Variations
Color information
#C89F66 (or 0xC89F66) is known color: Fallow. HEX triplet: C8, 9F and 66. RGB value is (200,159,102). Sum of RGB (Red+Green+Blue) = 200+159+102=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F66 is #376099. Grayscale: #A5A5A5. Windows color (decimal): -3629210 or 6725576. OLE color: 6725576.
HSL color Cylindrical-coordinate representation of color #C89F66: hue angle of 34.9º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89F66 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 102 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.22 |
| HSL | 34.9º | 0.47% | 0.59% | - |
| HSV(B) | 34.9º | 0.49% | 0.78% | - |
| XYZ | 38.62 | 38.03 | 17.88 | - |
| YUV | 164.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 102 | 0 | 0.20 | 0.49 | 0.22 | 34.9 | 0.47 | 0.59 |
| Hex | C8 | 9F | 66 | 0 | 14 | 31 | 16 | 23 | 2F | 3B |
| Octal | 310 | 237 | 146 | 0 | 24 | 61 | 26 | 43 | 57 | 73 |
| Binary | 11001000 | 10011111 | 1100110 | 0 | 10100 | 110001 | 10110 | 100011 | 101111 | 111011 |
Color Harmonies of #C89F66
Complementary color
Monochromatic Colors of #C89F66
Black with #C89F66
Text Example
Text Example
White with #C89F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F66; }
p { color: rgb(200,159,102); }
H1.HeaderClassName
{
color: #C89F66;
}
.AnyTagClassName
{
color: #C89F66;
}
</style>
background-color css
<style>
a { background-color: #C89F66; }
a { background-color: rgb(200,159,102); }
div.DivClassName
{
background-color: #C89F66;
}
.BgClassName
{
background-color: #C89F66;
}
</style>
border-color css
<style>
span { border-color: #C89F66; }
span { border-color: rgb(200,159,102); }
td.TdClassName
{
border-color: #C89F66;
}
.TagClassName
{
border-color: #C89F66;
}
</style>