Shades of Fallow #C1A56C
Tints of Fallow #C1A56C
RGB
CMYK
RGB Variations
Color information
#C1A56C (or 0xC1A56C) is known color: Fallow. HEX triplet: C1, A5 and 6C. RGB value is (193,165,108). Sum of RGB (Red+Green+Blue) = 193+165+108=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A56C is #3E5A93. Grayscale: #A7A7A7. Windows color (decimal): -4086420 or 7120321. OLE color: 7120321.
HSL color Cylindrical-coordinate representation of color #C1A56C: hue angle of 40.24º 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 #C1A56C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 108 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.24 |
| HSL | 40.24º | 0.41% | 0.59% | - |
| HSV(B) | 40.24º | 0.44% | 0.76% | - |
| XYZ | 38.15 | 39.33 | 19.77 | - |
| YUV | 166.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 108 | 0 | 0.15 | 0.44 | 0.24 | 40.24 | 0.41 | 0.59 |
| Hex | C1 | A5 | 6C | 0 | F | 2C | 18 | 28 | 29 | 3B |
| Octal | 301 | 245 | 154 | 0 | 17 | 54 | 30 | 50 | 51 | 73 |
| Binary | 11000001 | 10100101 | 1101100 | 0 | 1111 | 101100 | 11000 | 101000 | 101001 | 111011 |
Color Harmonies of #C1A56C
Complementary color
Monochromatic Colors of #C1A56C
Black with #C1A56C
Text Example
Text Example
White with #C1A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A56C; }
p { color: rgb(193,165,108); }
H1.HeaderClassName
{
color: #C1A56C;
}
.AnyTagClassName
{
color: #C1A56C;
}
</style>
background-color css
<style>
a { background-color: #C1A56C; }
a { background-color: rgb(193,165,108); }
div.DivClassName
{
background-color: #C1A56C;
}
.BgClassName
{
background-color: #C1A56C;
}
</style>
border-color css
<style>
span { border-color: #C1A56C; }
span { border-color: rgb(193,165,108); }
td.TdClassName
{
border-color: #C1A56C;
}
.TagClassName
{
border-color: #C1A56C;
}
</style>