Shades of Fallow #C0A278
Tints of Fallow #C0A278
RGB
CMYK
RGB Variations
Color information
#C0A278 (or 0xC0A278) is known color: Fallow. HEX triplet: C0, A2 and 78. RGB value is (192,162,120). Sum of RGB (Red+Green+Blue) = 192+162+120=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A278 is #3F5D87. Grayscale: #A6A6A6. Windows color (decimal): -4152712 or 7905984. OLE color: 7905984.
HSL color Cylindrical-coordinate representation of color #C0A278: hue angle of 35º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A278 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 120 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.25 |
| HSL | 35º | 0.36% | 0.61% | - |
| HSV(B) | 35º | 0.38% | 0.75% | - |
| XYZ | 38.05 | 38.4 | 23.18 | - |
| YUV | 166.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 120 | 0 | 0.16 | 0.38 | 0.25 | 35 | 0.36 | 0.61 |
| Hex | C0 | A2 | 78 | 0 | 10 | 26 | 19 | 23 | 24 | 3D |
| Octal | 300 | 242 | 170 | 0 | 20 | 46 | 31 | 43 | 44 | 75 |
| Binary | 11000000 | 10100010 | 1111000 | 0 | 10000 | 100110 | 11001 | 100011 | 100100 | 111101 |
Color Harmonies of #C0A278
Complementary color
Monochromatic Colors of #C0A278
Black with #C0A278
Text Example
Text Example
White with #C0A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A278; }
p { color: rgb(192,162,120); }
H1.HeaderClassName
{
color: #C0A278;
}
.AnyTagClassName
{
color: #C0A278;
}
</style>
background-color css
<style>
a { background-color: #C0A278; }
a { background-color: rgb(192,162,120); }
div.DivClassName
{
background-color: #C0A278;
}
.BgClassName
{
background-color: #C0A278;
}
</style>
border-color css
<style>
span { border-color: #C0A278; }
span { border-color: rgb(192,162,120); }
td.TdClassName
{
border-color: #C0A278;
}
.TagClassName
{
border-color: #C0A278;
}
</style>