Shades of Fallow #C39566
Tints of Fallow #C39566
RGB
CMYK
RGB Variations
Color information
#C39566 (or 0xC39566) is known color: Fallow. HEX triplet: C3, 95 and 66. RGB value is (195,149,102). Sum of RGB (Red+Green+Blue) = 195+149+102=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C39566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39566 is #3C6A99. Grayscale: #9D9D9D. Windows color (decimal): -3959450 or 6723011. OLE color: 6723011.
HSL color Cylindrical-coordinate representation of color #C39566: hue angle of 30.32º 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 #C39566 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 102 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.24 |
| HSL | 30.32º | 0.44% | 0.58% | - |
| HSV(B) | 30.32º | 0.48% | 0.76% | - |
| XYZ | 35.65 | 34.06 | 17.26 | - |
| YUV | 157.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 102 | 0 | 0.24 | 0.48 | 0.24 | 30.32 | 0.44 | 0.58 |
| Hex | C3 | 95 | 66 | 0 | 18 | 30 | 18 | 1E | 2C | 3A |
| Octal | 303 | 225 | 146 | 0 | 30 | 60 | 30 | 36 | 54 | 72 |
| Binary | 11000011 | 10010101 | 1100110 | 0 | 11000 | 110000 | 11000 | 11110 | 101100 | 111010 |
Color Harmonies of #C39566
Complementary color
Monochromatic Colors of #C39566
Black with #C39566
Text Example
Text Example
White with #C39566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39566; }
p { color: rgb(195,149,102); }
H1.HeaderClassName
{
color: #C39566;
}
.AnyTagClassName
{
color: #C39566;
}
</style>
background-color css
<style>
a { background-color: #C39566; }
a { background-color: rgb(195,149,102); }
div.DivClassName
{
background-color: #C39566;
}
.BgClassName
{
background-color: #C39566;
}
</style>
border-color css
<style>
span { border-color: #C39566; }
span { border-color: rgb(195,149,102); }
td.TdClassName
{
border-color: #C39566;
}
.TagClassName
{
border-color: #C39566;
}
</style>