Shades of Fallow #C1A26F
Tints of Fallow #C1A26F
RGB
CMYK
RGB Variations
Color information
#C1A26F (or 0xC1A26F) is known color: Fallow. HEX triplet: C1, A2 and 6F. RGB value is (193,162,111). Sum of RGB (Red+Green+Blue) = 193+162+111=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A26F is #3E5D90. Grayscale: #A5A5A5. Windows color (decimal): -4087185 or 7316161. OLE color: 7316161.
HSL color Cylindrical-coordinate representation of color #C1A26F: hue angle of 37.32º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1A26F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 111 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.24 |
| HSL | 37.32º | 0.4% | 0.6% | - |
| HSV(B) | 37.32º | 0.42% | 0.76% | - |
| XYZ | 37.78 | 38.33 | 20.45 | - |
| YUV | 165.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 111 | 0 | 0.16 | 0.42 | 0.24 | 37.32 | 0.4 | 0.6 |
| Hex | C1 | A2 | 6F | 0 | 10 | 2A | 18 | 25 | 28 | 3C |
| Octal | 301 | 242 | 157 | 0 | 20 | 52 | 30 | 45 | 50 | 74 |
| Binary | 11000001 | 10100010 | 1101111 | 0 | 10000 | 101010 | 11000 | 100101 | 101000 | 111100 |
Color Harmonies of #C1A26F
Complementary color
Monochromatic Colors of #C1A26F
Black with #C1A26F
Text Example
Text Example
White with #C1A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A26F; }
p { color: rgb(193,162,111); }
H1.HeaderClassName
{
color: #C1A26F;
}
.AnyTagClassName
{
color: #C1A26F;
}
</style>
background-color css
<style>
a { background-color: #C1A26F; }
a { background-color: rgb(193,162,111); }
div.DivClassName
{
background-color: #C1A26F;
}
.BgClassName
{
background-color: #C1A26F;
}
</style>
border-color css
<style>
span { border-color: #C1A26F; }
span { border-color: rgb(193,162,111); }
td.TdClassName
{
border-color: #C1A26F;
}
.TagClassName
{
border-color: #C1A26F;
}
</style>