Shades of Fallow #C1A26C
Tints of Fallow #C1A26C
RGB
CMYK
RGB Variations
Color information
#C1A26C (or 0xC1A26C) is known color: Fallow. HEX triplet: C1, A2 and 6C. RGB value is (193,162,108). Sum of RGB (Red+Green+Blue) = 193+162+108=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A26C is #3E5D93. Grayscale: #A5A5A5. Windows color (decimal): -4087188 or 7119553. OLE color: 7119553.
HSL color Cylindrical-coordinate representation of color #C1A26C: hue angle of 38.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1A26C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 108 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.24 |
| HSL | 38.12º | 0.41% | 0.59% | - |
| HSV(B) | 38.12º | 0.44% | 0.76% | - |
| XYZ | 37.62 | 38.26 | 19.59 | - |
| YUV | 165.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 108 | 0 | 0.16 | 0.44 | 0.24 | 38.12 | 0.41 | 0.59 |
| Hex | C1 | A2 | 6C | 0 | 10 | 2C | 18 | 26 | 29 | 3B |
| Octal | 301 | 242 | 154 | 0 | 20 | 54 | 30 | 46 | 51 | 73 |
| Binary | 11000001 | 10100010 | 1101100 | 0 | 10000 | 101100 | 11000 | 100110 | 101001 | 111011 |
Color Harmonies of #C1A26C
Complementary color
Monochromatic Colors of #C1A26C
Black with #C1A26C
Text Example
Text Example
White with #C1A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A26C; }
p { color: rgb(193,162,108); }
H1.HeaderClassName
{
color: #C1A26C;
}
.AnyTagClassName
{
color: #C1A26C;
}
</style>
background-color css
<style>
a { background-color: #C1A26C; }
a { background-color: rgb(193,162,108); }
div.DivClassName
{
background-color: #C1A26C;
}
.BgClassName
{
background-color: #C1A26C;
}
</style>
border-color css
<style>
span { border-color: #C1A26C; }
span { border-color: rgb(193,162,108); }
td.TdClassName
{
border-color: #C1A26C;
}
.TagClassName
{
border-color: #C1A26C;
}
</style>