Shades of Fallow #C2A36B
Tints of Fallow #C2A36B
RGB
CMYK
RGB Variations
Color information
#C2A36B (or 0xC2A36B) is known color: Fallow. HEX triplet: C2, A3 and 6B. RGB value is (194,163,107). Sum of RGB (Red+Green+Blue) = 194+163+107=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A36B is #3D5C94. Grayscale: #A6A6A6. Windows color (decimal): -4021397 or 7054274. OLE color: 7054274.
HSL color Cylindrical-coordinate representation of color #C2A36B: hue angle of 38.62º 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 #C2A36B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 107 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.24 |
| HSL | 38.62º | 0.42% | 0.59% | - |
| HSV(B) | 38.62º | 0.45% | 0.76% | - |
| XYZ | 38 | 38.73 | 19.38 | - |
| YUV | 165.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 107 | 0 | 0.16 | 0.45 | 0.24 | 38.62 | 0.42 | 0.59 |
| Hex | C2 | A3 | 6B | 0 | 10 | 2D | 18 | 27 | 2A | 3B |
| Octal | 302 | 243 | 153 | 0 | 20 | 55 | 30 | 47 | 52 | 73 |
| Binary | 11000010 | 10100011 | 1101011 | 0 | 10000 | 101101 | 11000 | 100111 | 101010 | 111011 |
Color Harmonies of #C2A36B
Complementary color
Monochromatic Colors of #C2A36B
Black with #C2A36B
Text Example
Text Example
White with #C2A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A36B; }
p { color: rgb(194,163,107); }
H1.HeaderClassName
{
color: #C2A36B;
}
.AnyTagClassName
{
color: #C2A36B;
}
</style>
background-color css
<style>
a { background-color: #C2A36B; }
a { background-color: rgb(194,163,107); }
div.DivClassName
{
background-color: #C2A36B;
}
.BgClassName
{
background-color: #C2A36B;
}
</style>
border-color css
<style>
span { border-color: #C2A36B; }
span { border-color: rgb(194,163,107); }
td.TdClassName
{
border-color: #C2A36B;
}
.TagClassName
{
border-color: #C2A36B;
}
</style>