Shades of Fallow #C8996C
Tints of Fallow #C8996C
RGB
CMYK
RGB Variations
Color information
#C8996C (or 0xC8996C) is known color: Fallow. HEX triplet: C8, 99 and 6C. RGB value is (200,153,108). Sum of RGB (Red+Green+Blue) = 200+153+108=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8996C is #376693. Grayscale: #A2A2A2. Windows color (decimal): -3630740 or 7117256. OLE color: 7117256.
HSL color Cylindrical-coordinate representation of color #C8996C: hue angle of 29.35º 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 #C8996C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 108 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.22 |
| HSL | 29.35º | 0.46% | 0.6% | - |
| HSV(B) | 29.35º | 0.46% | 0.78% | - |
| XYZ | 37.92 | 36.14 | 19.17 | - |
| YUV | 161.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 108 | 0 | 0.24 | 0.46 | 0.22 | 29.35 | 0.46 | 0.6 |
| Hex | C8 | 99 | 6C | 0 | 18 | 2E | 16 | 1D | 2E | 3C |
| Octal | 310 | 231 | 154 | 0 | 30 | 56 | 26 | 35 | 56 | 74 |
| Binary | 11001000 | 10011001 | 1101100 | 0 | 11000 | 101110 | 10110 | 11101 | 101110 | 111100 |
Color Harmonies of #C8996C
Complementary color
Monochromatic Colors of #C8996C
Black with #C8996C
Text Example
Text Example
White with #C8996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8996C; }
p { color: rgb(200,153,108); }
H1.HeaderClassName
{
color: #C8996C;
}
.AnyTagClassName
{
color: #C8996C;
}
</style>
background-color css
<style>
a { background-color: #C8996C; }
a { background-color: rgb(200,153,108); }
div.DivClassName
{
background-color: #C8996C;
}
.BgClassName
{
background-color: #C8996C;
}
</style>
border-color css
<style>
span { border-color: #C8996C; }
span { border-color: rgb(200,153,108); }
td.TdClassName
{
border-color: #C8996C;
}
.TagClassName
{
border-color: #C8996C;
}
</style>