Shades of Fallow #C2A272
Tints of Fallow #C2A272
RGB
CMYK
RGB Variations
Color information
#C2A272 (or 0xC2A272) is known color: Fallow. HEX triplet: C2, A2 and 72. RGB value is (194,162,114). Sum of RGB (Red+Green+Blue) = 194+162+114=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A272 is #3D5D8D. Grayscale: #A6A6A6. Windows color (decimal): -4021646 or 7512770. OLE color: 7512770.
HSL color Cylindrical-coordinate representation of color #C2A272: hue angle of 36º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2A272 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 114 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.24 |
| HSL | 36º | 0.4% | 0.6% | - |
| HSV(B) | 36º | 0.41% | 0.76% | - |
| XYZ | 38.21 | 38.52 | 21.34 | - |
| YUV | 166.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 114 | 0 | 0.16 | 0.41 | 0.24 | 36 | 0.4 | 0.6 |
| Hex | C2 | A2 | 72 | 0 | 10 | 29 | 18 | 24 | 28 | 3C |
| Octal | 302 | 242 | 162 | 0 | 20 | 51 | 30 | 44 | 50 | 74 |
| Binary | 11000010 | 10100010 | 1110010 | 0 | 10000 | 101001 | 11000 | 100100 | 101000 | 111100 |
Color Harmonies of #C2A272
Complementary color
Monochromatic Colors of #C2A272
Black with #C2A272
Text Example
Text Example
White with #C2A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A272; }
p { color: rgb(194,162,114); }
H1.HeaderClassName
{
color: #C2A272;
}
.AnyTagClassName
{
color: #C2A272;
}
</style>
background-color css
<style>
a { background-color: #C2A272; }
a { background-color: rgb(194,162,114); }
div.DivClassName
{
background-color: #C2A272;
}
.BgClassName
{
background-color: #C2A272;
}
</style>
border-color css
<style>
span { border-color: #C2A272; }
span { border-color: rgb(194,162,114); }
td.TdClassName
{
border-color: #C2A272;
}
.TagClassName
{
border-color: #C2A272;
}
</style>