Shades of Fallow #C39C72
Tints of Fallow #C39C72
RGB
CMYK
RGB Variations
Color information
#C39C72 (or 0xC39C72) is known color: Fallow. HEX triplet: C3, 9C and 72. RGB value is (195,156,114). Sum of RGB (Red+Green+Blue) = 195+156+114=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C72 is #3C638D. Grayscale: #A3A3A3. Windows color (decimal): -3957646 or 7511235. OLE color: 7511235.
HSL color Cylindrical-coordinate representation of color #C39C72: hue angle of 31.11º 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 #C39C72 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 114 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.24 |
| HSL | 31.11º | 0.4% | 0.61% | - |
| HSV(B) | 31.11º | 0.42% | 0.76% | - |
| XYZ | 37.43 | 36.59 | 21.01 | - |
| YUV | 162.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 114 | 0 | 0.20 | 0.42 | 0.24 | 31.11 | 0.4 | 0.61 |
| Hex | C3 | 9C | 72 | 0 | 14 | 2A | 18 | 1F | 28 | 3D |
| Octal | 303 | 234 | 162 | 0 | 24 | 52 | 30 | 37 | 50 | 75 |
| Binary | 11000011 | 10011100 | 1110010 | 0 | 10100 | 101010 | 11000 | 11111 | 101000 | 111101 |
Color Harmonies of #C39C72
Complementary color
Monochromatic Colors of #C39C72
Black with #C39C72
Text Example
Text Example
White with #C39C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C72; }
p { color: rgb(195,156,114); }
H1.HeaderClassName
{
color: #C39C72;
}
.AnyTagClassName
{
color: #C39C72;
}
</style>
background-color css
<style>
a { background-color: #C39C72; }
a { background-color: rgb(195,156,114); }
div.DivClassName
{
background-color: #C39C72;
}
.BgClassName
{
background-color: #C39C72;
}
</style>
border-color css
<style>
span { border-color: #C39C72; }
span { border-color: rgb(195,156,114); }
td.TdClassName
{
border-color: #C39C72;
}
.TagClassName
{
border-color: #C39C72;
}
</style>