Shades of Fallow #C2A168
Tints of Fallow #C2A168
RGB
CMYK
RGB Variations
Color information
#C2A168 (or 0xC2A168) is known color: Fallow. HEX triplet: C2, A1 and 68. RGB value is (194,161,104). Sum of RGB (Red+Green+Blue) = 194+161+104=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A168 is #3D5E97. Grayscale: #A4A4A4. Windows color (decimal): -4021912 or 6857154. OLE color: 6857154.
HSL color Cylindrical-coordinate representation of color #C2A168: hue angle of 38º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2A168 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 104 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.24 |
| HSL | 38º | 0.42% | 0.58% | - |
| HSV(B) | 38º | 0.46% | 0.76% | - |
| XYZ | 37.49 | 37.96 | 18.45 | - |
| YUV | 164.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 104 | 0 | 0.17 | 0.46 | 0.24 | 38 | 0.42 | 0.58 |
| Hex | C2 | A1 | 68 | 0 | 11 | 2E | 18 | 26 | 2A | 3A |
| Octal | 302 | 241 | 150 | 0 | 21 | 56 | 30 | 46 | 52 | 72 |
| Binary | 11000010 | 10100001 | 1101000 | 0 | 10001 | 101110 | 11000 | 100110 | 101010 | 111010 |
Color Harmonies of #C2A168
Complementary color
Monochromatic Colors of #C2A168
Black with #C2A168
Text Example
Text Example
White with #C2A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A168; }
p { color: rgb(194,161,104); }
H1.HeaderClassName
{
color: #C2A168;
}
.AnyTagClassName
{
color: #C2A168;
}
</style>
background-color css
<style>
a { background-color: #C2A168; }
a { background-color: rgb(194,161,104); }
div.DivClassName
{
background-color: #C2A168;
}
.BgClassName
{
background-color: #C2A168;
}
</style>
border-color css
<style>
span { border-color: #C2A168; }
span { border-color: rgb(194,161,104); }
td.TdClassName
{
border-color: #C2A168;
}
.TagClassName
{
border-color: #C2A168;
}
</style>