Shades of Fallow #C2A078
Tints of Fallow #C2A078
RGB
CMYK
RGB Variations
Color information
#C2A078 (or 0xC2A078) is known color: Fallow. HEX triplet: C2, A0 and 78. RGB value is (194,160,120). Sum of RGB (Red+Green+Blue) = 194+160+120=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A078 is #3D5F87. Grayscale: #A5A5A5. Windows color (decimal): -4022152 or 7905474. OLE color: 7905474.
HSL color Cylindrical-coordinate representation of color #C2A078: hue angle of 32.43º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2A078 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 120 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.24 |
| HSL | 32.43º | 0.38% | 0.62% | - |
| HSV(B) | 32.43º | 0.38% | 0.76% | - |
| XYZ | 38.21 | 37.97 | 23.08 | - |
| YUV | 165.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 120 | 0 | 0.18 | 0.38 | 0.24 | 32.43 | 0.38 | 0.62 |
| Hex | C2 | A0 | 78 | 0 | 12 | 26 | 18 | 20 | 26 | 3E |
| Octal | 302 | 240 | 170 | 0 | 22 | 46 | 30 | 40 | 46 | 76 |
| Binary | 11000010 | 10100000 | 1111000 | 0 | 10010 | 100110 | 11000 | 100000 | 100110 | 111110 |
Color Harmonies of #C2A078
Complementary color
Monochromatic Colors of #C2A078
Black with #C2A078
Text Example
Text Example
White with #C2A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A078; }
p { color: rgb(194,160,120); }
H1.HeaderClassName
{
color: #C2A078;
}
.AnyTagClassName
{
color: #C2A078;
}
</style>
background-color css
<style>
a { background-color: #C2A078; }
a { background-color: rgb(194,160,120); }
div.DivClassName
{
background-color: #C2A078;
}
.BgClassName
{
background-color: #C2A078;
}
</style>
border-color css
<style>
span { border-color: #C2A078; }
span { border-color: rgb(194,160,120); }
td.TdClassName
{
border-color: #C2A078;
}
.TagClassName
{
border-color: #C2A078;
}
</style>