Shades of Fallow #C2A478
Tints of Fallow #C2A478
RGB
CMYK
RGB Variations
Color information
#C2A478 (or 0xC2A478) is known color: Fallow. HEX triplet: C2, A4 and 78. RGB value is (194,164,120). Sum of RGB (Red+Green+Blue) = 194+164+120=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A478 is #3D5B87. Grayscale: #A8A8A8. Windows color (decimal): -4021128 or 7906498. OLE color: 7906498.
HSL color Cylindrical-coordinate representation of color #C2A478: hue angle of 35.68º 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 #C2A478 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 120 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.24 |
| HSL | 35.68º | 0.38% | 0.62% | - |
| HSV(B) | 35.68º | 0.38% | 0.76% | - |
| XYZ | 38.91 | 39.38 | 23.32 | - |
| YUV | 167.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 120 | 0 | 0.15 | 0.38 | 0.24 | 35.68 | 0.38 | 0.62 |
| Hex | C2 | A4 | 78 | 0 | F | 26 | 18 | 24 | 26 | 3E |
| Octal | 302 | 244 | 170 | 0 | 17 | 46 | 30 | 44 | 46 | 76 |
| Binary | 11000010 | 10100100 | 1111000 | 0 | 1111 | 100110 | 11000 | 100100 | 100110 | 111110 |
Color Harmonies of #C2A478
Complementary color
Monochromatic Colors of #C2A478
Black with #C2A478
Text Example
Text Example
White with #C2A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A478; }
p { color: rgb(194,164,120); }
H1.HeaderClassName
{
color: #C2A478;
}
.AnyTagClassName
{
color: #C2A478;
}
</style>
background-color css
<style>
a { background-color: #C2A478; }
a { background-color: rgb(194,164,120); }
div.DivClassName
{
background-color: #C2A478;
}
.BgClassName
{
background-color: #C2A478;
}
</style>
border-color css
<style>
span { border-color: #C2A478; }
span { border-color: rgb(194,164,120); }
td.TdClassName
{
border-color: #C2A478;
}
.TagClassName
{
border-color: #C2A478;
}
</style>