Shades of Fallow #C39971
Tints of Fallow #C39971
RGB
CMYK
RGB Variations
Color information
#C39971 (or 0xC39971) is known color: Fallow. HEX triplet: C3, 99 and 71. RGB value is (195,153,113). Sum of RGB (Red+Green+Blue) = 195+153+113=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C39971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39971 is #3C668E. Grayscale: #A1A1A1. Windows color (decimal): -3958415 or 7444931. OLE color: 7444931.
HSL color Cylindrical-coordinate representation of color #C39971: hue angle of 29.27º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C39971 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 113 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.24 |
| HSL | 29.27º | 0.41% | 0.6% | - |
| HSV(B) | 29.27º | 0.42% | 0.76% | - |
| XYZ | 36.88 | 35.58 | 20.55 | - |
| YUV | 161 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 113 | 0 | 0.22 | 0.42 | 0.24 | 29.27 | 0.41 | 0.6 |
| Hex | C3 | 99 | 71 | 0 | 16 | 2A | 18 | 1D | 29 | 3C |
| Octal | 303 | 231 | 161 | 0 | 26 | 52 | 30 | 35 | 51 | 74 |
| Binary | 11000011 | 10011001 | 1110001 | 0 | 10110 | 101010 | 11000 | 11101 | 101001 | 111100 |
Color Harmonies of #C39971
Complementary color
Monochromatic Colors of #C39971
Black with #C39971
Text Example
Text Example
White with #C39971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39971; }
p { color: rgb(195,153,113); }
H1.HeaderClassName
{
color: #C39971;
}
.AnyTagClassName
{
color: #C39971;
}
</style>
background-color css
<style>
a { background-color: #C39971; }
a { background-color: rgb(195,153,113); }
div.DivClassName
{
background-color: #C39971;
}
.BgClassName
{
background-color: #C39971;
}
</style>
border-color css
<style>
span { border-color: #C39971; }
span { border-color: rgb(195,153,113); }
td.TdClassName
{
border-color: #C39971;
}
.TagClassName
{
border-color: #C39971;
}
</style>