Shades of Fallow #C0A166
Tints of Fallow #C0A166
RGB
CMYK
RGB Variations
Color information
#C0A166 (or 0xC0A166) is known color: Fallow. HEX triplet: C0, A1 and 66. RGB value is (192,161,102). Sum of RGB (Red+Green+Blue) = 192+161+102=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A166 is #3F5E99. Grayscale: #A3A3A3. Windows color (decimal): -4152986 or 6726080. OLE color: 6726080.
HSL color Cylindrical-coordinate representation of color #C0A166: hue angle of 39.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0A166 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 102 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.25 |
| HSL | 39.33º | 0.42% | 0.58% | - |
| HSV(B) | 39.33º | 0.47% | 0.75% | - |
| XYZ | 36.88 | 37.66 | 17.89 | - |
| YUV | 163.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 102 | 0 | 0.16 | 0.47 | 0.25 | 39.33 | 0.42 | 0.58 |
| Hex | C0 | A1 | 66 | 0 | 10 | 2F | 19 | 27 | 2A | 3A |
| Octal | 300 | 241 | 146 | 0 | 20 | 57 | 31 | 47 | 52 | 72 |
| Binary | 11000000 | 10100001 | 1100110 | 0 | 10000 | 101111 | 11001 | 100111 | 101010 | 111010 |
Color Harmonies of #C0A166
Complementary color
Monochromatic Colors of #C0A166
Black with #C0A166
Text Example
Text Example
White with #C0A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A166; }
p { color: rgb(192,161,102); }
H1.HeaderClassName
{
color: #C0A166;
}
.AnyTagClassName
{
color: #C0A166;
}
</style>
background-color css
<style>
a { background-color: #C0A166; }
a { background-color: rgb(192,161,102); }
div.DivClassName
{
background-color: #C0A166;
}
.BgClassName
{
background-color: #C0A166;
}
</style>
border-color css
<style>
span { border-color: #C0A166; }
span { border-color: rgb(192,161,102); }
td.TdClassName
{
border-color: #C0A166;
}
.TagClassName
{
border-color: #C0A166;
}
</style>