Shades of Fallow #C2A46B
Tints of Fallow #C2A46B
RGB
CMYK
RGB Variations
Color information
#C2A46B (or 0xC2A46B) is known color: Fallow. HEX triplet: C2, A4 and 6B. RGB value is (194,164,107). Sum of RGB (Red+Green+Blue) = 194+164+107=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A46B is #3D5B94. Grayscale: #A6A6A6. Windows color (decimal): -4021141 or 7054530. OLE color: 7054530.
HSL color Cylindrical-coordinate representation of color #C2A46B: hue angle of 39.31º 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 #C2A46B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 107 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.24 |
| HSL | 39.31º | 0.42% | 0.59% | - |
| HSV(B) | 39.31º | 0.45% | 0.76% | - |
| XYZ | 38.18 | 39.08 | 19.44 | - |
| YUV | 166.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 107 | 0 | 0.15 | 0.45 | 0.24 | 39.31 | 0.42 | 0.59 |
| Hex | C2 | A4 | 6B | 0 | F | 2D | 18 | 27 | 2A | 3B |
| Octal | 302 | 244 | 153 | 0 | 17 | 55 | 30 | 47 | 52 | 73 |
| Binary | 11000010 | 10100100 | 1101011 | 0 | 1111 | 101101 | 11000 | 100111 | 101010 | 111011 |
Color Harmonies of #C2A46B
Complementary color
Monochromatic Colors of #C2A46B
Black with #C2A46B
Text Example
Text Example
White with #C2A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A46B; }
p { color: rgb(194,164,107); }
H1.HeaderClassName
{
color: #C2A46B;
}
.AnyTagClassName
{
color: #C2A46B;
}
</style>
background-color css
<style>
a { background-color: #C2A46B; }
a { background-color: rgb(194,164,107); }
div.DivClassName
{
background-color: #C2A46B;
}
.BgClassName
{
background-color: #C2A46B;
}
</style>
border-color css
<style>
span { border-color: #C2A46B; }
span { border-color: rgb(194,164,107); }
td.TdClassName
{
border-color: #C2A46B;
}
.TagClassName
{
border-color: #C2A46B;
}
</style>