Shades of Fallow #C3916A
Tints of Fallow #C3916A
RGB
CMYK
RGB Variations
Color information
#C3916A (or 0xC3916A) is known color: Fallow. HEX triplet: C3, 91 and 6A. RGB value is (195,145,106). Sum of RGB (Red+Green+Blue) = 195+145+106=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C3916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3916A is #3C6E95. Grayscale: #9B9B9B. Windows color (decimal): -3960470 or 6984131. OLE color: 6984131.
HSL color Cylindrical-coordinate representation of color #C3916A: hue angle of 26.29º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3916A is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 106 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.24 |
| HSL | 26.29º | 0.43% | 0.59% | - |
| HSV(B) | 26.29º | 0.46% | 0.76% | - |
| XYZ | 35.23 | 32.89 | 18.13 | - |
| YUV | 155.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 106 | 0 | 0.26 | 0.46 | 0.24 | 26.29 | 0.43 | 0.59 |
| Hex | C3 | 91 | 6A | 0 | 1A | 2E | 18 | 1A | 2B | 3B |
| Octal | 303 | 221 | 152 | 0 | 32 | 56 | 30 | 32 | 53 | 73 |
| Binary | 11000011 | 10010001 | 1101010 | 0 | 11010 | 101110 | 11000 | 11010 | 101011 | 111011 |
Color Harmonies of #C3916A
Complementary color
Monochromatic Colors of #C3916A
Black with #C3916A
Text Example
Text Example
White with #C3916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3916A; }
p { color: rgb(195,145,106); }
H1.HeaderClassName
{
color: #C3916A;
}
.AnyTagClassName
{
color: #C3916A;
}
</style>
background-color css
<style>
a { background-color: #C3916A; }
a { background-color: rgb(195,145,106); }
div.DivClassName
{
background-color: #C3916A;
}
.BgClassName
{
background-color: #C3916A;
}
</style>
border-color css
<style>
span { border-color: #C3916A; }
span { border-color: rgb(195,145,106); }
td.TdClassName
{
border-color: #C3916A;
}
.TagClassName
{
border-color: #C3916A;
}
</style>