Shades of Fallow #C8A16D
Tints of Fallow #C8A16D
RGB
CMYK
RGB Variations
Color information
#C8A16D (or 0xC8A16D) is known color: Fallow. HEX triplet: C8, A1 and 6D. RGB value is (200,161,109). Sum of RGB (Red+Green+Blue) = 200+161+109=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A16D is #375E92. Grayscale: #A6A6A6. Windows color (decimal): -3628691 or 7184840. OLE color: 7184840.
HSL color Cylindrical-coordinate representation of color #C8A16D: hue angle of 34.29º 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 #C8A16D is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 109 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.22 |
| HSL | 34.29º | 0.45% | 0.61% | - |
| HSV(B) | 34.29º | 0.46% | 0.78% | - |
| XYZ | 39.32 | 38.87 | 19.9 | - |
| YUV | 166.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 109 | 0 | 0.19 | 0.46 | 0.22 | 34.29 | 0.45 | 0.61 |
| Hex | C8 | A1 | 6D | 0 | 13 | 2E | 16 | 22 | 2D | 3D |
| Octal | 310 | 241 | 155 | 0 | 23 | 56 | 26 | 42 | 55 | 75 |
| Binary | 11001000 | 10100001 | 1101101 | 0 | 10011 | 101110 | 10110 | 100010 | 101101 | 111101 |
Color Harmonies of #C8A16D
Complementary color
Monochromatic Colors of #C8A16D
Black with #C8A16D
Text Example
Text Example
White with #C8A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A16D; }
p { color: rgb(200,161,109); }
H1.HeaderClassName
{
color: #C8A16D;
}
.AnyTagClassName
{
color: #C8A16D;
}
</style>
background-color css
<style>
a { background-color: #C8A16D; }
a { background-color: rgb(200,161,109); }
div.DivClassName
{
background-color: #C8A16D;
}
.BgClassName
{
background-color: #C8A16D;
}
</style>
border-color css
<style>
span { border-color: #C8A16D; }
span { border-color: rgb(200,161,109); }
td.TdClassName
{
border-color: #C8A16D;
}
.TagClassName
{
border-color: #C8A16D;
}
</style>