Shades of Fallow #C1A275
Tints of Fallow #C1A275
RGB
CMYK
RGB Variations
Color information
#C1A275 (or 0xC1A275) is known color: Fallow. HEX triplet: C1, A2 and 75. RGB value is (193,162,117). Sum of RGB (Red+Green+Blue) = 193+162+117=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A275 is #3E5D8A. Grayscale: #A6A6A6. Windows color (decimal): -4087179 or 7709377. OLE color: 7709377.
HSL color Cylindrical-coordinate representation of color #C1A275: hue angle of 35.53º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1A275 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 117 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.24 |
| HSL | 35.53º | 0.38% | 0.61% | - |
| HSV(B) | 35.53º | 0.39% | 0.76% | - |
| XYZ | 38.12 | 38.46 | 22.24 | - |
| YUV | 166.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 117 | 0 | 0.16 | 0.39 | 0.24 | 35.53 | 0.38 | 0.61 |
| Hex | C1 | A2 | 75 | 0 | 10 | 27 | 18 | 24 | 26 | 3D |
| Octal | 301 | 242 | 165 | 0 | 20 | 47 | 30 | 44 | 46 | 75 |
| Binary | 11000001 | 10100010 | 1110101 | 0 | 10000 | 100111 | 11000 | 100100 | 100110 | 111101 |
Color Harmonies of #C1A275
Complementary color
Monochromatic Colors of #C1A275
Black with #C1A275
Text Example
Text Example
White with #C1A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A275; }
p { color: rgb(193,162,117); }
H1.HeaderClassName
{
color: #C1A275;
}
.AnyTagClassName
{
color: #C1A275;
}
</style>
background-color css
<style>
a { background-color: #C1A275; }
a { background-color: rgb(193,162,117); }
div.DivClassName
{
background-color: #C1A275;
}
.BgClassName
{
background-color: #C1A275;
}
</style>
border-color css
<style>
span { border-color: #C1A275; }
span { border-color: rgb(193,162,117); }
td.TdClassName
{
border-color: #C1A275;
}
.TagClassName
{
border-color: #C1A275;
}
</style>