Shades of Fallow #C89F6B
Tints of Fallow #C89F6B
RGB
CMYK
RGB Variations
Color information
#C89F6B (or 0xC89F6B) is known color: Fallow. HEX triplet: C8, 9F and 6B. RGB value is (200,159,107). Sum of RGB (Red+Green+Blue) = 200+159+107=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F6B is #376094. Grayscale: #A5A5A5. Windows color (decimal): -3629205 or 7053256. OLE color: 7053256.
HSL color Cylindrical-coordinate representation of color #C89F6B: hue angle of 33.55º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C89F6B is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 107 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.22 |
| HSL | 33.55º | 0.46% | 0.6% | - |
| HSV(B) | 33.55º | 0.47% | 0.78% | - |
| XYZ | 38.87 | 38.14 | 19.22 | - |
| YUV | 165.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 107 | 0 | 0.20 | 0.46 | 0.22 | 33.55 | 0.46 | 0.6 |
| Hex | C8 | 9F | 6B | 0 | 14 | 2E | 16 | 22 | 2E | 3C |
| Octal | 310 | 237 | 153 | 0 | 24 | 56 | 26 | 42 | 56 | 74 |
| Binary | 11001000 | 10011111 | 1101011 | 0 | 10100 | 101110 | 10110 | 100010 | 101110 | 111100 |
Color Harmonies of #C89F6B
Complementary color
Monochromatic Colors of #C89F6B
Black with #C89F6B
Text Example
Text Example
White with #C89F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F6B; }
p { color: rgb(200,159,107); }
H1.HeaderClassName
{
color: #C89F6B;
}
.AnyTagClassName
{
color: #C89F6B;
}
</style>
background-color css
<style>
a { background-color: #C89F6B; }
a { background-color: rgb(200,159,107); }
div.DivClassName
{
background-color: #C89F6B;
}
.BgClassName
{
background-color: #C89F6B;
}
</style>
border-color css
<style>
span { border-color: #C89F6B; }
span { border-color: rgb(200,159,107); }
td.TdClassName
{
border-color: #C89F6B;
}
.TagClassName
{
border-color: #C89F6B;
}
</style>