Shades of Fallow #C3956D
Tints of Fallow #C3956D
RGB
CMYK
RGB Variations
Color information
#C3956D (or 0xC3956D) is known color: Fallow. HEX triplet: C3, 95 and 6D. RGB value is (195,149,109). Sum of RGB (Red+Green+Blue) = 195+149+109=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3956D is #3C6A92. Grayscale: #9E9E9E. Windows color (decimal): -3959443 or 7181763. OLE color: 7181763.
HSL color Cylindrical-coordinate representation of color #C3956D: hue angle of 27.91º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3956D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 109 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.24 |
| HSL | 27.91º | 0.42% | 0.6% | - |
| HSV(B) | 27.91º | 0.44% | 0.76% | - |
| XYZ | 36.01 | 34.2 | 19.17 | - |
| YUV | 158.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 109 | 0 | 0.24 | 0.44 | 0.24 | 27.91 | 0.42 | 0.6 |
| Hex | C3 | 95 | 6D | 0 | 18 | 2C | 18 | 1C | 2A | 3C |
| Octal | 303 | 225 | 155 | 0 | 30 | 54 | 30 | 34 | 52 | 74 |
| Binary | 11000011 | 10010101 | 1101101 | 0 | 11000 | 101100 | 11000 | 11100 | 101010 | 111100 |
Color Harmonies of #C3956D
Complementary color
Monochromatic Colors of #C3956D
Black with #C3956D
Text Example
Text Example
White with #C3956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3956D; }
p { color: rgb(195,149,109); }
H1.HeaderClassName
{
color: #C3956D;
}
.AnyTagClassName
{
color: #C3956D;
}
</style>
background-color css
<style>
a { background-color: #C3956D; }
a { background-color: rgb(195,149,109); }
div.DivClassName
{
background-color: #C3956D;
}
.BgClassName
{
background-color: #C3956D;
}
</style>
border-color css
<style>
span { border-color: #C3956D; }
span { border-color: rgb(195,149,109); }
td.TdClassName
{
border-color: #C3956D;
}
.TagClassName
{
border-color: #C3956D;
}
</style>