Shades of Fallow #C39972
Tints of Fallow #C39972
RGB
CMYK
RGB Variations
Color information
#C39972 (or 0xC39972) is known color: Fallow. HEX triplet: C3, 99 and 72. RGB value is (195,153,114). Sum of RGB (Red+Green+Blue) = 195+153+114=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C39972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39972 is #3C668D. Grayscale: #A1A1A1. Windows color (decimal): -3958414 or 7510467. OLE color: 7510467.
HSL color Cylindrical-coordinate representation of color #C39972: hue angle of 28.89º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C39972 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 114 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.24 |
| HSL | 28.89º | 0.4% | 0.61% | - |
| HSV(B) | 28.89º | 0.42% | 0.76% | - |
| XYZ | 36.93 | 35.6 | 20.84 | - |
| YUV | 161.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 114 | 0 | 0.22 | 0.42 | 0.24 | 28.89 | 0.4 | 0.61 |
| Hex | C3 | 99 | 72 | 0 | 16 | 2A | 18 | 1D | 28 | 3D |
| Octal | 303 | 231 | 162 | 0 | 26 | 52 | 30 | 35 | 50 | 75 |
| Binary | 11000011 | 10011001 | 1110010 | 0 | 10110 | 101010 | 11000 | 11101 | 101000 | 111101 |
Color Harmonies of #C39972
Complementary color
Monochromatic Colors of #C39972
Black with #C39972
Text Example
Text Example
White with #C39972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39972; }
p { color: rgb(195,153,114); }
H1.HeaderClassName
{
color: #C39972;
}
.AnyTagClassName
{
color: #C39972;
}
</style>
background-color css
<style>
a { background-color: #C39972; }
a { background-color: rgb(195,153,114); }
div.DivClassName
{
background-color: #C39972;
}
.BgClassName
{
background-color: #C39972;
}
</style>
border-color css
<style>
span { border-color: #C39972; }
span { border-color: rgb(195,153,114); }
td.TdClassName
{
border-color: #C39972;
}
.TagClassName
{
border-color: #C39972;
}
</style>