Shades of Fallow #C4946C
Tints of Fallow #C4946C
RGB
CMYK
RGB Variations
Color information
#C4946C (or 0xC4946C) is known color: Fallow. HEX triplet: C4, 94 and 6C. RGB value is (196,148,108). Sum of RGB (Red+Green+Blue) = 196+148+108=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4946C is #3B6B93. Grayscale: #9E9E9E. Windows color (decimal): -3894164 or 7115972. OLE color: 7115972.
HSL color Cylindrical-coordinate representation of color #C4946C: hue angle of 27.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4946C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 108 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.23 |
| HSL | 27.27º | 0.43% | 0.6% | - |
| HSV(B) | 27.27º | 0.45% | 0.77% | - |
| XYZ | 36.06 | 34 | 18.85 | - |
| YUV | 157.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 108 | 0 | 0.24 | 0.45 | 0.23 | 27.27 | 0.43 | 0.6 |
| Hex | C4 | 94 | 6C | 0 | 18 | 2D | 17 | 1B | 2B | 3C |
| Octal | 304 | 224 | 154 | 0 | 30 | 55 | 27 | 33 | 53 | 74 |
| Binary | 11000100 | 10010100 | 1101100 | 0 | 11000 | 101101 | 10111 | 11011 | 101011 | 111100 |
Color Harmonies of #C4946C
Complementary color
Monochromatic Colors of #C4946C
Black with #C4946C
Text Example
Text Example
White with #C4946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4946C; }
p { color: rgb(196,148,108); }
H1.HeaderClassName
{
color: #C4946C;
}
.AnyTagClassName
{
color: #C4946C;
}
</style>
background-color css
<style>
a { background-color: #C4946C; }
a { background-color: rgb(196,148,108); }
div.DivClassName
{
background-color: #C4946C;
}
.BgClassName
{
background-color: #C4946C;
}
</style>
border-color css
<style>
span { border-color: #C4946C; }
span { border-color: rgb(196,148,108); }
td.TdClassName
{
border-color: #C4946C;
}
.TagClassName
{
border-color: #C4946C;
}
</style>