Shades of Fallow #C8A074
Tints of Fallow #C8A074
RGB
CMYK
RGB Variations
Color information
#C8A074 (or 0xC8A074) is known color: Fallow. HEX triplet: C8, A0 and 74. RGB value is (200,160,116). Sum of RGB (Red+Green+Blue) = 200+160+116=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A074 is #375F8B. Grayscale: #A7A7A7. Windows color (decimal): -3628940 or 7643336. OLE color: 7643336.
HSL color Cylindrical-coordinate representation of color #C8A074: hue angle of 31.43º 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 #C8A074 is Cyan = 0, Magento = 0.2, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 116 | - |
| CMYK | 0 | 0.2 | 0.42 | 0.22 |
| HSL | 31.43º | 0.43% | 0.62% | - |
| HSV(B) | 31.43º | 0.42% | 0.78% | - |
| XYZ | 39.54 | 38.68 | 21.91 | - |
| YUV | 166.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 116 | 0 | 0.2 | 0.42 | 0.22 | 31.43 | 0.43 | 0.62 |
| Hex | C8 | A0 | 74 | 0 | 14 | 2A | 16 | 1F | 2B | 3E |
| Octal | 310 | 240 | 164 | 0 | 24 | 52 | 26 | 37 | 53 | 76 |
| Binary | 11001000 | 10100000 | 1110100 | 0 | 10100 | 101010 | 10110 | 11111 | 101011 | 111110 |
Color Harmonies of #C8A074
Complementary color
Monochromatic Colors of #C8A074
Black with #C8A074
Text Example
Text Example
White with #C8A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A074; }
p { color: rgb(200,160,116); }
H1.HeaderClassName
{
color: #C8A074;
}
.AnyTagClassName
{
color: #C8A074;
}
</style>
background-color css
<style>
a { background-color: #C8A074; }
a { background-color: rgb(200,160,116); }
div.DivClassName
{
background-color: #C8A074;
}
.BgClassName
{
background-color: #C8A074;
}
</style>
border-color css
<style>
span { border-color: #C8A074; }
span { border-color: rgb(200,160,116); }
td.TdClassName
{
border-color: #C8A074;
}
.TagClassName
{
border-color: #C8A074;
}
</style>