Shades of Fallow #C5A275
Tints of Fallow #C5A275
RGB
CMYK
RGB Variations
Color information
#C5A275 (or 0xC5A275) is known color: Fallow. HEX triplet: C5, A2 and 75. RGB value is (197,162,117). Sum of RGB (Red+Green+Blue) = 197+162+117=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A275 is #3A5D8A. Grayscale: #A7A7A7. Windows color (decimal): -3825035 or 7709381. OLE color: 7709381.
HSL color Cylindrical-coordinate representation of color #C5A275: hue angle of 33.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5A275 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 117 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.23 |
| HSL | 33.75º | 0.41% | 0.62% | - |
| HSV(B) | 33.75º | 0.41% | 0.77% | - |
| XYZ | 39.16 | 39 | 22.29 | - |
| YUV | 167.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 117 | 0 | 0.18 | 0.41 | 0.23 | 33.75 | 0.41 | 0.62 |
| Hex | C5 | A2 | 75 | 0 | 12 | 29 | 17 | 22 | 29 | 3E |
| Octal | 305 | 242 | 165 | 0 | 22 | 51 | 27 | 42 | 51 | 76 |
| Binary | 11000101 | 10100010 | 1110101 | 0 | 10010 | 101001 | 10111 | 100010 | 101001 | 111110 |
Color Harmonies of #C5A275
Complementary color
Monochromatic Colors of #C5A275
Black with #C5A275
Text Example
Text Example
White with #C5A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A275; }
p { color: rgb(197,162,117); }
H1.HeaderClassName
{
color: #C5A275;
}
.AnyTagClassName
{
color: #C5A275;
}
</style>
background-color css
<style>
a { background-color: #C5A275; }
a { background-color: rgb(197,162,117); }
div.DivClassName
{
background-color: #C5A275;
}
.BgClassName
{
background-color: #C5A275;
}
</style>
border-color css
<style>
span { border-color: #C5A275; }
span { border-color: rgb(197,162,117); }
td.TdClassName
{
border-color: #C5A275;
}
.TagClassName
{
border-color: #C5A275;
}
</style>