Shades of Fallow #C39666
Tints of Fallow #C39666
RGB
CMYK
RGB Variations
Color information
#C39666 (or 0xC39666) is known color: Fallow. HEX triplet: C3, 96 and 66. RGB value is (195,150,102). Sum of RGB (Red+Green+Blue) = 195+150+102=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C39666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39666 is #3C6999. Grayscale: #9E9E9E. Windows color (decimal): -3959194 or 6723267. OLE color: 6723267.
HSL color Cylindrical-coordinate representation of color #C39666: hue angle of 30.97º 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 #C39666 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 102 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.24 |
| HSL | 30.97º | 0.44% | 0.58% | - |
| HSV(B) | 30.97º | 0.48% | 0.76% | - |
| XYZ | 35.81 | 34.37 | 17.32 | - |
| YUV | 157.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 102 | 0 | 0.23 | 0.48 | 0.24 | 30.97 | 0.44 | 0.58 |
| Hex | C3 | 96 | 66 | 0 | 17 | 30 | 18 | 1F | 2C | 3A |
| Octal | 303 | 226 | 146 | 0 | 27 | 60 | 30 | 37 | 54 | 72 |
| Binary | 11000011 | 10010110 | 1100110 | 0 | 10111 | 110000 | 11000 | 11111 | 101100 | 111010 |
Color Harmonies of #C39666
Complementary color
Monochromatic Colors of #C39666
Black with #C39666
Text Example
Text Example
White with #C39666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39666; }
p { color: rgb(195,150,102); }
H1.HeaderClassName
{
color: #C39666;
}
.AnyTagClassName
{
color: #C39666;
}
</style>
background-color css
<style>
a { background-color: #C39666; }
a { background-color: rgb(195,150,102); }
div.DivClassName
{
background-color: #C39666;
}
.BgClassName
{
background-color: #C39666;
}
</style>
border-color css
<style>
span { border-color: #C39666; }
span { border-color: rgb(195,150,102); }
td.TdClassName
{
border-color: #C39666;
}
.TagClassName
{
border-color: #C39666;
}
</style>