Shades of Fallow #C2A165
Tints of Fallow #C2A165
RGB
CMYK
RGB Variations
Color information
#C2A165 (or 0xC2A165) is known color: Fallow. HEX triplet: C2, A1 and 65. RGB value is (194,161,101). Sum of RGB (Red+Green+Blue) = 194+161+101=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A165 is #3D5E9A. Grayscale: #A4A4A4. Windows color (decimal): -4021915 or 6660546. OLE color: 6660546.
HSL color Cylindrical-coordinate representation of color #C2A165: hue angle of 38.71º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2A165 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 101 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.24 |
| HSL | 38.71º | 0.43% | 0.58% | - |
| HSV(B) | 38.71º | 0.48% | 0.76% | - |
| XYZ | 37.34 | 37.9 | 17.66 | - |
| YUV | 164.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 101 | 0 | 0.17 | 0.48 | 0.24 | 38.71 | 0.43 | 0.58 |
| Hex | C2 | A1 | 65 | 0 | 11 | 30 | 18 | 27 | 2B | 3A |
| Octal | 302 | 241 | 145 | 0 | 21 | 60 | 30 | 47 | 53 | 72 |
| Binary | 11000010 | 10100001 | 1100101 | 0 | 10001 | 110000 | 11000 | 100111 | 101011 | 111010 |
Color Harmonies of #C2A165
Complementary color
Monochromatic Colors of #C2A165
Black with #C2A165
Text Example
Text Example
White with #C2A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A165; }
p { color: rgb(194,161,101); }
H1.HeaderClassName
{
color: #C2A165;
}
.AnyTagClassName
{
color: #C2A165;
}
</style>
background-color css
<style>
a { background-color: #C2A165; }
a { background-color: rgb(194,161,101); }
div.DivClassName
{
background-color: #C2A165;
}
.BgClassName
{
background-color: #C2A165;
}
</style>
border-color css
<style>
span { border-color: #C2A165; }
span { border-color: rgb(194,161,101); }
td.TdClassName
{
border-color: #C2A165;
}
.TagClassName
{
border-color: #C2A165;
}
</style>