Shades of Fallow #C3A165
Tints of Fallow #C3A165
RGB
CMYK
RGB Variations
Color information
#C3A165 (or 0xC3A165) is known color: Fallow. HEX triplet: C3, A1 and 65. RGB value is (195,161,101). Sum of RGB (Red+Green+Blue) = 195+161+101=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A165 is #3C5E9A. Grayscale: #A4A4A4. Windows color (decimal): -3956379 or 6660547. OLE color: 6660547.
HSL color Cylindrical-coordinate representation of color #C3A165: hue angle of 38.3º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3A165 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 101 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.24 |
| HSL | 38.3º | 0.44% | 0.58% | - |
| HSV(B) | 38.3º | 0.48% | 0.76% | - |
| XYZ | 37.6 | 38.03 | 17.67 | - |
| YUV | 164.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 101 | 0 | 0.17 | 0.48 | 0.24 | 38.3 | 0.44 | 0.58 |
| Hex | C3 | A1 | 65 | 0 | 11 | 30 | 18 | 26 | 2C | 3A |
| Octal | 303 | 241 | 145 | 0 | 21 | 60 | 30 | 46 | 54 | 72 |
| Binary | 11000011 | 10100001 | 1100101 | 0 | 10001 | 110000 | 11000 | 100110 | 101100 | 111010 |
Color Harmonies of #C3A165
Complementary color
Monochromatic Colors of #C3A165
Black with #C3A165
Text Example
Text Example
White with #C3A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A165; }
p { color: rgb(195,161,101); }
H1.HeaderClassName
{
color: #C3A165;
}
.AnyTagClassName
{
color: #C3A165;
}
</style>
background-color css
<style>
a { background-color: #C3A165; }
a { background-color: rgb(195,161,101); }
div.DivClassName
{
background-color: #C3A165;
}
.BgClassName
{
background-color: #C3A165;
}
</style>
border-color css
<style>
span { border-color: #C3A165; }
span { border-color: rgb(195,161,101); }
td.TdClassName
{
border-color: #C3A165;
}
.TagClassName
{
border-color: #C3A165;
}
</style>