Shades of Fallow #C89B6C
Tints of Fallow #C89B6C
RGB
CMYK
RGB Variations
Color information
#C89B6C (or 0xC89B6C) is known color: Fallow. HEX triplet: C8, 9B and 6C. RGB value is (200,155,108). Sum of RGB (Red+Green+Blue) = 200+155+108=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B6C is #376493. Grayscale: #A3A3A3. Windows color (decimal): -3630228 or 7117768. OLE color: 7117768.
HSL color Cylindrical-coordinate representation of color #C89B6C: hue angle of 30.65º 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 #C89B6C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 108 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.22 |
| HSL | 30.65º | 0.46% | 0.6% | - |
| HSV(B) | 30.65º | 0.46% | 0.78% | - |
| XYZ | 38.25 | 36.8 | 19.28 | - |
| YUV | 163.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 108 | 0 | 0.22 | 0.46 | 0.22 | 30.65 | 0.46 | 0.6 |
| Hex | C8 | 9B | 6C | 0 | 16 | 2E | 16 | 1F | 2E | 3C |
| Octal | 310 | 233 | 154 | 0 | 26 | 56 | 26 | 37 | 56 | 74 |
| Binary | 11001000 | 10011011 | 1101100 | 0 | 10110 | 101110 | 10110 | 11111 | 101110 | 111100 |
Color Harmonies of #C89B6C
Complementary color
Monochromatic Colors of #C89B6C
Black with #C89B6C
Text Example
Text Example
White with #C89B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B6C; }
p { color: rgb(200,155,108); }
H1.HeaderClassName
{
color: #C89B6C;
}
.AnyTagClassName
{
color: #C89B6C;
}
</style>
background-color css
<style>
a { background-color: #C89B6C; }
a { background-color: rgb(200,155,108); }
div.DivClassName
{
background-color: #C89B6C;
}
.BgClassName
{
background-color: #C89B6C;
}
</style>
border-color css
<style>
span { border-color: #C89B6C; }
span { border-color: rgb(200,155,108); }
td.TdClassName
{
border-color: #C89B6C;
}
.TagClassName
{
border-color: #C89B6C;
}
</style>