Shades of Fallow #C8A063
Tints of Fallow #C8A063
RGB
CMYK
RGB Variations
Color information
#C8A063 (or 0xC8A063) is known color: Fallow. HEX triplet: C8, A0 and 63. RGB value is (200,160,99). Sum of RGB (Red+Green+Blue) = 200+160+99=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A063 is #375F9C. Grayscale: #A5A5A5. Windows color (decimal): -3628957 or 6529224. OLE color: 6529224.
HSL color Cylindrical-coordinate representation of color #C8A063: hue angle of 36.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A063 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 99 | - |
| CMYK | 0 | 0.2 | 0.50 | 0.22 |
| HSL | 36.24º | 0.48% | 0.59% | - |
| HSV(B) | 36.24º | 0.51% | 0.78% | - |
| XYZ | 38.64 | 38.32 | 17.16 | - |
| YUV | 165.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 99 | 0 | 0.2 | 0.50 | 0.22 | 36.24 | 0.48 | 0.59 |
| Hex | C8 | A0 | 63 | 0 | 14 | 32 | 16 | 24 | 30 | 3B |
| Octal | 310 | 240 | 143 | 0 | 24 | 62 | 26 | 44 | 60 | 73 |
| Binary | 11001000 | 10100000 | 1100011 | 0 | 10100 | 110010 | 10110 | 100100 | 110000 | 111011 |
Color Harmonies of #C8A063
Complementary color
Monochromatic Colors of #C8A063
Black with #C8A063
Text Example
Text Example
White with #C8A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A063; }
p { color: rgb(200,160,99); }
H1.HeaderClassName
{
color: #C8A063;
}
.AnyTagClassName
{
color: #C8A063;
}
</style>
background-color css
<style>
a { background-color: #C8A063; }
a { background-color: rgb(200,160,99); }
div.DivClassName
{
background-color: #C8A063;
}
.BgClassName
{
background-color: #C8A063;
}
</style>
border-color css
<style>
span { border-color: #C8A063; }
span { border-color: rgb(200,160,99); }
td.TdClassName
{
border-color: #C8A063;
}
.TagClassName
{
border-color: #C8A063;
}
</style>