Shades of Fallow #C2A06B
Tints of Fallow #C2A06B
RGB
CMYK
RGB Variations
Color information
#C2A06B (or 0xC2A06B) is known color: Fallow. HEX triplet: C2, A0 and 6B. RGB value is (194,160,107). Sum of RGB (Red+Green+Blue) = 194+160+107=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A06B is #3D5F94. Grayscale: #A4A4A4. Windows color (decimal): -4022165 or 7053506. OLE color: 7053506.
HSL color Cylindrical-coordinate representation of color #C2A06B: hue angle of 36.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2A06B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 107 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.24 |
| HSL | 36.55º | 0.42% | 0.59% | - |
| HSV(B) | 36.55º | 0.45% | 0.76% | - |
| XYZ | 37.47 | 37.67 | 19.21 | - |
| YUV | 164.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 107 | 0 | 0.18 | 0.45 | 0.24 | 36.55 | 0.42 | 0.59 |
| Hex | C2 | A0 | 6B | 0 | 12 | 2D | 18 | 25 | 2A | 3B |
| Octal | 302 | 240 | 153 | 0 | 22 | 55 | 30 | 45 | 52 | 73 |
| Binary | 11000010 | 10100000 | 1101011 | 0 | 10010 | 101101 | 11000 | 100101 | 101010 | 111011 |
Color Harmonies of #C2A06B
Complementary color
Monochromatic Colors of #C2A06B
Black with #C2A06B
Text Example
Text Example
White with #C2A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A06B; }
p { color: rgb(194,160,107); }
H1.HeaderClassName
{
color: #C2A06B;
}
.AnyTagClassName
{
color: #C2A06B;
}
</style>
background-color css
<style>
a { background-color: #C2A06B; }
a { background-color: rgb(194,160,107); }
div.DivClassName
{
background-color: #C2A06B;
}
.BgClassName
{
background-color: #C2A06B;
}
</style>
border-color css
<style>
span { border-color: #C2A06B; }
span { border-color: rgb(194,160,107); }
td.TdClassName
{
border-color: #C2A06B;
}
.TagClassName
{
border-color: #C2A06B;
}
</style>