Shades of Fallow #C8A16A
Tints of Fallow #C8A16A
RGB
CMYK
RGB Variations
Color information
#C8A16A (or 0xC8A16A) is known color: Fallow. HEX triplet: C8, A1 and 6A. RGB value is (200,161,106). Sum of RGB (Red+Green+Blue) = 200+161+106=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A16A is #375E95. Grayscale: #A6A6A6. Windows color (decimal): -3628694 or 6988232. OLE color: 6988232.
HSL color Cylindrical-coordinate representation of color #C8A16A: hue angle of 35.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8A16A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 106 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.22 |
| HSL | 35.11º | 0.46% | 0.6% | - |
| HSV(B) | 35.11º | 0.47% | 0.78% | - |
| XYZ | 39.17 | 38.81 | 19.06 | - |
| YUV | 166.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 106 | 0 | 0.19 | 0.47 | 0.22 | 35.11 | 0.46 | 0.6 |
| Hex | C8 | A1 | 6A | 0 | 13 | 2F | 16 | 23 | 2E | 3C |
| Octal | 310 | 241 | 152 | 0 | 23 | 57 | 26 | 43 | 56 | 74 |
| Binary | 11001000 | 10100001 | 1101010 | 0 | 10011 | 101111 | 10110 | 100011 | 101110 | 111100 |
Color Harmonies of #C8A16A
Complementary color
Monochromatic Colors of #C8A16A
Black with #C8A16A
Text Example
Text Example
White with #C8A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A16A; }
p { color: rgb(200,161,106); }
H1.HeaderClassName
{
color: #C8A16A;
}
.AnyTagClassName
{
color: #C8A16A;
}
</style>
background-color css
<style>
a { background-color: #C8A16A; }
a { background-color: rgb(200,161,106); }
div.DivClassName
{
background-color: #C8A16A;
}
.BgClassName
{
background-color: #C8A16A;
}
</style>
border-color css
<style>
span { border-color: #C8A16A; }
span { border-color: rgb(200,161,106); }
td.TdClassName
{
border-color: #C8A16A;
}
.TagClassName
{
border-color: #C8A16A;
}
</style>