Shades of Fallow #C8A16F
Tints of Fallow #C8A16F
RGB
CMYK
RGB Variations
Color information
#C8A16F (or 0xC8A16F) is known color: Fallow. HEX triplet: C8, A1 and 6F. RGB value is (200,161,111). Sum of RGB (Red+Green+Blue) = 200+161+111=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A16F is #375E90. Grayscale: #A7A7A7. Windows color (decimal): -3628689 or 7315912. OLE color: 7315912.
HSL color Cylindrical-coordinate representation of color #C8A16F: hue angle of 33.71º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8A16F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 111 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.22 |
| HSL | 33.71º | 0.45% | 0.61% | - |
| HSV(B) | 33.71º | 0.45% | 0.78% | - |
| XYZ | 39.43 | 38.92 | 20.47 | - |
| YUV | 166.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 111 | 0 | 0.19 | 0.44 | 0.22 | 33.71 | 0.45 | 0.61 |
| Hex | C8 | A1 | 6F | 0 | 13 | 2C | 16 | 22 | 2D | 3D |
| Octal | 310 | 241 | 157 | 0 | 23 | 54 | 26 | 42 | 55 | 75 |
| Binary | 11001000 | 10100001 | 1101111 | 0 | 10011 | 101100 | 10110 | 100010 | 101101 | 111101 |
Color Harmonies of #C8A16F
Complementary color
Monochromatic Colors of #C8A16F
Black with #C8A16F
Text Example
Text Example
White with #C8A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A16F; }
p { color: rgb(200,161,111); }
H1.HeaderClassName
{
color: #C8A16F;
}
.AnyTagClassName
{
color: #C8A16F;
}
</style>
background-color css
<style>
a { background-color: #C8A16F; }
a { background-color: rgb(200,161,111); }
div.DivClassName
{
background-color: #C8A16F;
}
.BgClassName
{
background-color: #C8A16F;
}
</style>
border-color css
<style>
span { border-color: #C8A16F; }
span { border-color: rgb(200,161,111); }
td.TdClassName
{
border-color: #C8A16F;
}
.TagClassName
{
border-color: #C8A16F;
}
</style>