Shades of Fallow #C2A175
Tints of Fallow #C2A175
RGB
CMYK
RGB Variations
Color information
#C2A175 (or 0xC2A175) is known color: Fallow. HEX triplet: C2, A1 and 75. RGB value is (194,161,117). Sum of RGB (Red+Green+Blue) = 194+161+117=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A175 is #3D5E8A. Grayscale: #A6A6A6. Windows color (decimal): -4021899 or 7709122. OLE color: 7709122.
HSL color Cylindrical-coordinate representation of color #C2A175: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2A175 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 117 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.24 |
| HSL | 34.29º | 0.39% | 0.61% | - |
| HSV(B) | 34.29º | 0.4% | 0.76% | - |
| XYZ | 38.2 | 38.24 | 22.2 | - |
| YUV | 165.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 117 | 0 | 0.17 | 0.40 | 0.24 | 34.29 | 0.39 | 0.61 |
| Hex | C2 | A1 | 75 | 0 | 11 | 28 | 18 | 22 | 27 | 3D |
| Octal | 302 | 241 | 165 | 0 | 21 | 50 | 30 | 42 | 47 | 75 |
| Binary | 11000010 | 10100001 | 1110101 | 0 | 10001 | 101000 | 11000 | 100010 | 100111 | 111101 |
Color Harmonies of #C2A175
Complementary color
Monochromatic Colors of #C2A175
Black with #C2A175
Text Example
Text Example
White with #C2A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A175; }
p { color: rgb(194,161,117); }
H1.HeaderClassName
{
color: #C2A175;
}
.AnyTagClassName
{
color: #C2A175;
}
</style>
background-color css
<style>
a { background-color: #C2A175; }
a { background-color: rgb(194,161,117); }
div.DivClassName
{
background-color: #C2A175;
}
.BgClassName
{
background-color: #C2A175;
}
</style>
border-color css
<style>
span { border-color: #C2A175; }
span { border-color: rgb(194,161,117); }
td.TdClassName
{
border-color: #C2A175;
}
.TagClassName
{
border-color: #C2A175;
}
</style>