Shades of Fallow #C39365
Tints of Fallow #C39365
RGB
CMYK
RGB Variations
Color information
#C39365 (or 0xC39365) is known color: Fallow. HEX triplet: C3, 93 and 65. RGB value is (195,147,101). Sum of RGB (Red+Green+Blue) = 195+147+101=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C39365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39365 is #3C6C9A. Grayscale: #9C9C9C. Windows color (decimal): -3959963 or 6656963. OLE color: 6656963.
HSL color Cylindrical-coordinate representation of color #C39365: hue angle of 29.36º 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 #C39365 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 101 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.24 |
| HSL | 29.36º | 0.44% | 0.58% | - |
| HSV(B) | 29.36º | 0.48% | 0.76% | - |
| XYZ | 35.29 | 33.41 | 16.9 | - |
| YUV | 156.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 101 | 0 | 0.25 | 0.48 | 0.24 | 29.36 | 0.44 | 0.58 |
| Hex | C3 | 93 | 65 | 0 | 19 | 30 | 18 | 1D | 2C | 3A |
| Octal | 303 | 223 | 145 | 0 | 31 | 60 | 30 | 35 | 54 | 72 |
| Binary | 11000011 | 10010011 | 1100101 | 0 | 11001 | 110000 | 11000 | 11101 | 101100 | 111010 |
Color Harmonies of #C39365
Complementary color
Monochromatic Colors of #C39365
Black with #C39365
Text Example
Text Example
White with #C39365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39365; }
p { color: rgb(195,147,101); }
H1.HeaderClassName
{
color: #C39365;
}
.AnyTagClassName
{
color: #C39365;
}
</style>
background-color css
<style>
a { background-color: #C39365; }
a { background-color: rgb(195,147,101); }
div.DivClassName
{
background-color: #C39365;
}
.BgClassName
{
background-color: #C39365;
}
</style>
border-color css
<style>
span { border-color: #C39365; }
span { border-color: rgb(195,147,101); }
td.TdClassName
{
border-color: #C39365;
}
.TagClassName
{
border-color: #C39365;
}
</style>