Shades of Fallow #C3A16E
Tints of Fallow #C3A16E
RGB
CMYK
RGB Variations
Color information
#C3A16E (or 0xC3A16E) is known color: Fallow. HEX triplet: C3, A1 and 6E. RGB value is (195,161,110). Sum of RGB (Red+Green+Blue) = 195+161+110=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A16E is #3C5E91. Grayscale: #A5A5A5. Windows color (decimal): -3956370 or 7250371. OLE color: 7250371.
HSL color Cylindrical-coordinate representation of color #C3A16E: hue angle of 36º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3A16E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 110 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.24 |
| HSL | 36º | 0.41% | 0.6% | - |
| HSV(B) | 36º | 0.44% | 0.76% | - |
| XYZ | 38.07 | 38.22 | 20.12 | - |
| YUV | 165.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 110 | 0 | 0.17 | 0.44 | 0.24 | 36 | 0.41 | 0.6 |
| Hex | C3 | A1 | 6E | 0 | 11 | 2C | 18 | 24 | 29 | 3C |
| Octal | 303 | 241 | 156 | 0 | 21 | 54 | 30 | 44 | 51 | 74 |
| Binary | 11000011 | 10100001 | 1101110 | 0 | 10001 | 101100 | 11000 | 100100 | 101001 | 111100 |
Color Harmonies of #C3A16E
Complementary color
Monochromatic Colors of #C3A16E
Black with #C3A16E
Text Example
Text Example
White with #C3A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A16E; }
p { color: rgb(195,161,110); }
H1.HeaderClassName
{
color: #C3A16E;
}
.AnyTagClassName
{
color: #C3A16E;
}
</style>
background-color css
<style>
a { background-color: #C3A16E; }
a { background-color: rgb(195,161,110); }
div.DivClassName
{
background-color: #C3A16E;
}
.BgClassName
{
background-color: #C3A16E;
}
</style>
border-color css
<style>
span { border-color: #C3A16E; }
span { border-color: rgb(195,161,110); }
td.TdClassName
{
border-color: #C3A16E;
}
.TagClassName
{
border-color: #C3A16E;
}
</style>