Shades of Fallow #C48F6C
Tints of Fallow #C48F6C
RGB
CMYK
RGB Variations
Color information
#C48F6C (or 0xC48F6C) is known color: Fallow. HEX triplet: C4, 8F and 6C. RGB value is (196,143,108). Sum of RGB (Red+Green+Blue) = 196+143+108=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F6C is #3B7093. Grayscale: #9B9B9B. Windows color (decimal): -3895444 or 7114692. OLE color: 7114692.
HSL color Cylindrical-coordinate representation of color #C48F6C: hue angle of 23.86º 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 #C48F6C is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 108 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.23 |
| HSL | 23.86º | 0.43% | 0.6% | - |
| HSV(B) | 23.86º | 0.45% | 0.77% | - |
| XYZ | 35.29 | 32.46 | 18.59 | - |
| YUV | 154.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 108 | 0 | 0.27 | 0.45 | 0.23 | 23.86 | 0.43 | 0.6 |
| Hex | C4 | 8F | 6C | 0 | 1B | 2D | 17 | 18 | 2B | 3C |
| Octal | 304 | 217 | 154 | 0 | 33 | 55 | 27 | 30 | 53 | 74 |
| Binary | 11000100 | 10001111 | 1101100 | 0 | 11011 | 101101 | 10111 | 11000 | 101011 | 111100 |
Color Harmonies of #C48F6C
Complementary color
Monochromatic Colors of #C48F6C
Black with #C48F6C
Text Example
Text Example
White with #C48F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F6C; }
p { color: rgb(196,143,108); }
H1.HeaderClassName
{
color: #C48F6C;
}
.AnyTagClassName
{
color: #C48F6C;
}
</style>
background-color css
<style>
a { background-color: #C48F6C; }
a { background-color: rgb(196,143,108); }
div.DivClassName
{
background-color: #C48F6C;
}
.BgClassName
{
background-color: #C48F6C;
}
</style>
border-color css
<style>
span { border-color: #C48F6C; }
span { border-color: rgb(196,143,108); }
td.TdClassName
{
border-color: #C48F6C;
}
.TagClassName
{
border-color: #C48F6C;
}
</style>