Shades of Fallow #C5A266
Tints of Fallow #C5A266
RGB
CMYK
RGB Variations
Color information
#C5A266 (or 0xC5A266) is known color: Fallow. HEX triplet: C5, A2 and 66. RGB value is (197,162,102). Sum of RGB (Red+Green+Blue) = 197+162+102=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A266 is #3A5D99. Grayscale: #A5A5A5. Windows color (decimal): -3825050 or 6726341. OLE color: 6726341.
HSL color Cylindrical-coordinate representation of color #C5A266: hue angle of 37.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5A266 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 102 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.23 |
| HSL | 37.89º | 0.45% | 0.59% | - |
| HSV(B) | 37.89º | 0.48% | 0.77% | - |
| XYZ | 38.34 | 38.67 | 18.01 | - |
| YUV | 165.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 102 | 0 | 0.18 | 0.48 | 0.23 | 37.89 | 0.45 | 0.59 |
| Hex | C5 | A2 | 66 | 0 | 12 | 30 | 17 | 26 | 2D | 3B |
| Octal | 305 | 242 | 146 | 0 | 22 | 60 | 27 | 46 | 55 | 73 |
| Binary | 11000101 | 10100010 | 1100110 | 0 | 10010 | 110000 | 10111 | 100110 | 101101 | 111011 |
Color Harmonies of #C5A266
Complementary color
Monochromatic Colors of #C5A266
Black with #C5A266
Text Example
Text Example
White with #C5A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A266; }
p { color: rgb(197,162,102); }
H1.HeaderClassName
{
color: #C5A266;
}
.AnyTagClassName
{
color: #C5A266;
}
</style>
background-color css
<style>
a { background-color: #C5A266; }
a { background-color: rgb(197,162,102); }
div.DivClassName
{
background-color: #C5A266;
}
.BgClassName
{
background-color: #C5A266;
}
</style>
border-color css
<style>
span { border-color: #C5A266; }
span { border-color: rgb(197,162,102); }
td.TdClassName
{
border-color: #C5A266;
}
.TagClassName
{
border-color: #C5A266;
}
</style>