Shades of Fallow #C2A26F
Tints of Fallow #C2A26F
RGB
CMYK
RGB Variations
Color information
#C2A26F (or 0xC2A26F) is known color: Fallow. HEX triplet: C2, A2 and 6F. RGB value is (194,162,111). Sum of RGB (Red+Green+Blue) = 194+162+111=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A26F is #3D5D90. Grayscale: #A5A5A5. Windows color (decimal): -4021649 or 7316162. OLE color: 7316162.
HSL color Cylindrical-coordinate representation of color #C2A26F: hue angle of 36.87º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2A26F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 111 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.24 |
| HSL | 36.87º | 0.4% | 0.6% | - |
| HSV(B) | 36.87º | 0.43% | 0.76% | - |
| XYZ | 38.04 | 38.46 | 20.46 | - |
| YUV | 165.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 111 | 0 | 0.16 | 0.43 | 0.24 | 36.87 | 0.4 | 0.6 |
| Hex | C2 | A2 | 6F | 0 | 10 | 2B | 18 | 25 | 28 | 3C |
| Octal | 302 | 242 | 157 | 0 | 20 | 53 | 30 | 45 | 50 | 74 |
| Binary | 11000010 | 10100010 | 1101111 | 0 | 10000 | 101011 | 11000 | 100101 | 101000 | 111100 |
Color Harmonies of #C2A26F
Complementary color
Monochromatic Colors of #C2A26F
Black with #C2A26F
Text Example
Text Example
White with #C2A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A26F; }
p { color: rgb(194,162,111); }
H1.HeaderClassName
{
color: #C2A26F;
}
.AnyTagClassName
{
color: #C2A26F;
}
</style>
background-color css
<style>
a { background-color: #C2A26F; }
a { background-color: rgb(194,162,111); }
div.DivClassName
{
background-color: #C2A26F;
}
.BgClassName
{
background-color: #C2A26F;
}
</style>
border-color css
<style>
span { border-color: #C2A26F; }
span { border-color: rgb(194,162,111); }
td.TdClassName
{
border-color: #C2A26F;
}
.TagClassName
{
border-color: #C2A26F;
}
</style>