Shades of Fallow #C8A36D
Tints of Fallow #C8A36D
RGB
CMYK
RGB Variations
Color information
#C8A36D (or 0xC8A36D) is known color: Fallow. HEX triplet: C8, A3 and 6D. RGB value is (200,163,109). Sum of RGB (Red+Green+Blue) = 200+163+109=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A36D is #375C92. Grayscale: #A8A8A8. Windows color (decimal): -3628179 or 7185352. OLE color: 7185352.
HSL color Cylindrical-coordinate representation of color #C8A36D: hue angle of 35.6º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8A36D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 35.6º | 0.45% | 0.61% | - |
| HSV(B) | 35.6º | 0.46% | 0.78% | - |
| XYZ | 39.68 | 39.58 | 20.02 | - |
| YUV | 167.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 109 | 0 | 0.18 | 0.46 | 0.22 | 35.6 | 0.45 | 0.61 |
| Hex | C8 | A3 | 6D | 0 | 12 | 2E | 16 | 24 | 2D | 3D |
| Octal | 310 | 243 | 155 | 0 | 22 | 56 | 26 | 44 | 55 | 75 |
| Binary | 11001000 | 10100011 | 1101101 | 0 | 10010 | 101110 | 10110 | 100100 | 101101 | 111101 |
Color Harmonies of #C8A36D
Complementary color
Monochromatic Colors of #C8A36D
Black with #C8A36D
Text Example
Text Example
White with #C8A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A36D; }
p { color: rgb(200,163,109); }
H1.HeaderClassName
{
color: #C8A36D;
}
.AnyTagClassName
{
color: #C8A36D;
}
</style>
background-color css
<style>
a { background-color: #C8A36D; }
a { background-color: rgb(200,163,109); }
div.DivClassName
{
background-color: #C8A36D;
}
.BgClassName
{
background-color: #C8A36D;
}
</style>
border-color css
<style>
span { border-color: #C8A36D; }
span { border-color: rgb(200,163,109); }
td.TdClassName
{
border-color: #C8A36D;
}
.TagClassName
{
border-color: #C8A36D;
}
</style>