Shades of Fallow #C3956C
Tints of Fallow #C3956C
RGB
CMYK
RGB Variations
Color information
#C3956C (or 0xC3956C) is known color: Fallow. HEX triplet: C3, 95 and 6C. RGB value is (195,149,108). Sum of RGB (Red+Green+Blue) = 195+149+108=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3956C is #3C6A93. Grayscale: #9E9E9E. Windows color (decimal): -3959444 or 7116227. OLE color: 7116227.
HSL color Cylindrical-coordinate representation of color #C3956C: hue angle of 28.28º 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 #C3956C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 108 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.24 |
| HSL | 28.28º | 0.42% | 0.59% | - |
| HSV(B) | 28.28º | 0.45% | 0.76% | - |
| XYZ | 35.96 | 34.18 | 18.89 | - |
| YUV | 158.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 108 | 0 | 0.24 | 0.45 | 0.24 | 28.28 | 0.42 | 0.59 |
| Hex | C3 | 95 | 6C | 0 | 18 | 2D | 18 | 1C | 2A | 3B |
| Octal | 303 | 225 | 154 | 0 | 30 | 55 | 30 | 34 | 52 | 73 |
| Binary | 11000011 | 10010101 | 1101100 | 0 | 11000 | 101101 | 11000 | 11100 | 101010 | 111011 |
Color Harmonies of #C3956C
Complementary color
Monochromatic Colors of #C3956C
Black with #C3956C
Text Example
Text Example
White with #C3956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3956C; }
p { color: rgb(195,149,108); }
H1.HeaderClassName
{
color: #C3956C;
}
.AnyTagClassName
{
color: #C3956C;
}
</style>
background-color css
<style>
a { background-color: #C3956C; }
a { background-color: rgb(195,149,108); }
div.DivClassName
{
background-color: #C3956C;
}
.BgClassName
{
background-color: #C3956C;
}
</style>
border-color css
<style>
span { border-color: #C3956C; }
span { border-color: rgb(195,149,108); }
td.TdClassName
{
border-color: #C3956C;
}
.TagClassName
{
border-color: #C3956C;
}
</style>