Shades of Fallow #C8A373
Tints of Fallow #C8A373
RGB
CMYK
RGB Variations
Color information
#C8A373 (or 0xC8A373) is known color: Fallow. HEX triplet: C8, A3 and 73. RGB value is (200,163,115). Sum of RGB (Red+Green+Blue) = 200+163+115=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A373 is #375C8C. Grayscale: #A8A8A8. Windows color (decimal): -3628173 or 7578568. OLE color: 7578568.
HSL color Cylindrical-coordinate representation of color #C8A373: hue angle of 33.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8A373 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 115 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.22 |
| HSL | 33.88º | 0.44% | 0.62% | - |
| HSV(B) | 33.88º | 0.43% | 0.78% | - |
| XYZ | 40.01 | 39.71 | 21.78 | - |
| YUV | 168.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 115 | 0 | 0.18 | 0.42 | 0.22 | 33.88 | 0.44 | 0.62 |
| Hex | C8 | A3 | 73 | 0 | 12 | 2A | 16 | 22 | 2C | 3E |
| Octal | 310 | 243 | 163 | 0 | 22 | 52 | 26 | 42 | 54 | 76 |
| Binary | 11001000 | 10100011 | 1110011 | 0 | 10010 | 101010 | 10110 | 100010 | 101100 | 111110 |
Color Harmonies of #C8A373
Complementary color
Monochromatic Colors of #C8A373
Black with #C8A373
Text Example
Text Example
White with #C8A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A373; }
p { color: rgb(200,163,115); }
H1.HeaderClassName
{
color: #C8A373;
}
.AnyTagClassName
{
color: #C8A373;
}
</style>
background-color css
<style>
a { background-color: #C8A373; }
a { background-color: rgb(200,163,115); }
div.DivClassName
{
background-color: #C8A373;
}
.BgClassName
{
background-color: #C8A373;
}
</style>
border-color css
<style>
span { border-color: #C8A373; }
span { border-color: rgb(200,163,115); }
td.TdClassName
{
border-color: #C8A373;
}
.TagClassName
{
border-color: #C8A373;
}
</style>