Shades of Fallow #C3966C
Tints of Fallow #C3966C
RGB
CMYK
RGB Variations
Color information
#C3966C (or 0xC3966C) is known color: Fallow. HEX triplet: C3, 96 and 6C. RGB value is (195,150,108). Sum of RGB (Red+Green+Blue) = 195+150+108=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3966C is #3C6993. Grayscale: #9E9E9E. Windows color (decimal): -3959188 or 7116483. OLE color: 7116483.
HSL color Cylindrical-coordinate representation of color #C3966C: hue angle of 28.97º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3966C is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 108 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.24 |
| HSL | 28.97º | 0.42% | 0.59% | - |
| HSV(B) | 28.97º | 0.45% | 0.76% | - |
| XYZ | 36.12 | 34.5 | 18.94 | - |
| YUV | 158.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 108 | 0 | 0.23 | 0.45 | 0.24 | 28.97 | 0.42 | 0.59 |
| Hex | C3 | 96 | 6C | 0 | 17 | 2D | 18 | 1D | 2A | 3B |
| Octal | 303 | 226 | 154 | 0 | 27 | 55 | 30 | 35 | 52 | 73 |
| Binary | 11000011 | 10010110 | 1101100 | 0 | 10111 | 101101 | 11000 | 11101 | 101010 | 111011 |
Color Harmonies of #C3966C
Complementary color
Monochromatic Colors of #C3966C
Black with #C3966C
Text Example
Text Example
White with #C3966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3966C; }
p { color: rgb(195,150,108); }
H1.HeaderClassName
{
color: #C3966C;
}
.AnyTagClassName
{
color: #C3966C;
}
</style>
background-color css
<style>
a { background-color: #C3966C; }
a { background-color: rgb(195,150,108); }
div.DivClassName
{
background-color: #C3966C;
}
.BgClassName
{
background-color: #C3966C;
}
</style>
border-color css
<style>
span { border-color: #C3966C; }
span { border-color: rgb(195,150,108); }
td.TdClassName
{
border-color: #C3966C;
}
.TagClassName
{
border-color: #C3966C;
}
</style>