Shades of Fallow #C2A278
Tints of Fallow #C2A278
RGB
CMYK
RGB Variations
Color information
#C2A278 (or 0xC2A278) is known color: Fallow. HEX triplet: C2, A2 and 78. RGB value is (194,162,120). Sum of RGB (Red+Green+Blue) = 194+162+120=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A278 is #3D5D87. Grayscale: #A6A6A6. Windows color (decimal): -4021640 or 7905986. OLE color: 7905986.
HSL color Cylindrical-coordinate representation of color #C2A278: hue angle of 34.05º 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 #C2A278 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 120 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.24 |
| HSL | 34.05º | 0.38% | 0.62% | - |
| HSV(B) | 34.05º | 0.38% | 0.76% | - |
| XYZ | 38.56 | 38.67 | 23.2 | - |
| YUV | 166.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 120 | 0 | 0.16 | 0.38 | 0.24 | 34.05 | 0.38 | 0.62 |
| Hex | C2 | A2 | 78 | 0 | 10 | 26 | 18 | 22 | 26 | 3E |
| Octal | 302 | 242 | 170 | 0 | 20 | 46 | 30 | 42 | 46 | 76 |
| Binary | 11000010 | 10100010 | 1111000 | 0 | 10000 | 100110 | 11000 | 100010 | 100110 | 111110 |
Color Harmonies of #C2A278
Complementary color
Monochromatic Colors of #C2A278
Black with #C2A278
Text Example
Text Example
White with #C2A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A278; }
p { color: rgb(194,162,120); }
H1.HeaderClassName
{
color: #C2A278;
}
.AnyTagClassName
{
color: #C2A278;
}
</style>
background-color css
<style>
a { background-color: #C2A278; }
a { background-color: rgb(194,162,120); }
div.DivClassName
{
background-color: #C2A278;
}
.BgClassName
{
background-color: #C2A278;
}
</style>
border-color css
<style>
span { border-color: #C2A278; }
span { border-color: rgb(194,162,120); }
td.TdClassName
{
border-color: #C2A278;
}
.TagClassName
{
border-color: #C2A278;
}
</style>