Shades of Fallow #C8A170
Tints of Fallow #C8A170
RGB
CMYK
RGB Variations
Color information
#C8A170 (or 0xC8A170) is known color: Fallow. HEX triplet: C8, A1 and 70. RGB value is (200,161,112). Sum of RGB (Red+Green+Blue) = 200+161+112=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A170 is #375E8F. Grayscale: #A7A7A7. Windows color (decimal): -3628688 or 7381448. OLE color: 7381448.
HSL color Cylindrical-coordinate representation of color #C8A170: hue angle of 33.41º degrees, saturation: 0.44, 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 #C8A170 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 112 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.22 |
| HSL | 33.41º | 0.44% | 0.61% | - |
| HSV(B) | 33.41º | 0.44% | 0.78% | - |
| XYZ | 39.49 | 38.94 | 20.76 | - |
| YUV | 167.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 112 | 0 | 0.19 | 0.44 | 0.22 | 33.41 | 0.44 | 0.61 |
| Hex | C8 | A1 | 70 | 0 | 13 | 2C | 16 | 21 | 2C | 3D |
| Octal | 310 | 241 | 160 | 0 | 23 | 54 | 26 | 41 | 54 | 75 |
| Binary | 11001000 | 10100001 | 1110000 | 0 | 10011 | 101100 | 10110 | 100001 | 101100 | 111101 |
Color Harmonies of #C8A170
Complementary color
Monochromatic Colors of #C8A170
Black with #C8A170
Text Example
Text Example
White with #C8A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A170; }
p { color: rgb(200,161,112); }
H1.HeaderClassName
{
color: #C8A170;
}
.AnyTagClassName
{
color: #C8A170;
}
</style>
background-color css
<style>
a { background-color: #C8A170; }
a { background-color: rgb(200,161,112); }
div.DivClassName
{
background-color: #C8A170;
}
.BgClassName
{
background-color: #C8A170;
}
</style>
border-color css
<style>
span { border-color: #C8A170; }
span { border-color: rgb(200,161,112); }
td.TdClassName
{
border-color: #C8A170;
}
.TagClassName
{
border-color: #C8A170;
}
</style>