Shades of Fallow #C28F64
Tints of Fallow #C28F64
RGB
CMYK
RGB Variations
Color information
#C28F64 (or 0xC28F64) is known color: Fallow. HEX triplet: C2, 8F and 64. RGB value is (194,143,100). Sum of RGB (Red+Green+Blue) = 194+143+100=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F64 is #3D709B. Grayscale: #999999. Windows color (decimal): -4026524 or 6590402. OLE color: 6590402.
HSL color Cylindrical-coordinate representation of color #C28F64: hue angle of 27.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C28F64 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 100 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.24 |
| HSL | 27.45º | 0.44% | 0.58% | - |
| HSV(B) | 27.45º | 0.48% | 0.76% | - |
| XYZ | 34.37 | 32.03 | 16.43 | - |
| YUV | 153.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 100 | 0 | 0.26 | 0.48 | 0.24 | 27.45 | 0.44 | 0.58 |
| Hex | C2 | 8F | 64 | 0 | 1A | 30 | 18 | 1B | 2C | 3A |
| Octal | 302 | 217 | 144 | 0 | 32 | 60 | 30 | 33 | 54 | 72 |
| Binary | 11000010 | 10001111 | 1100100 | 0 | 11010 | 110000 | 11000 | 11011 | 101100 | 111010 |
Color Harmonies of #C28F64
Complementary color
Monochromatic Colors of #C28F64
Black with #C28F64
Text Example
Text Example
White with #C28F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F64; }
p { color: rgb(194,143,100); }
H1.HeaderClassName
{
color: #C28F64;
}
.AnyTagClassName
{
color: #C28F64;
}
</style>
background-color css
<style>
a { background-color: #C28F64; }
a { background-color: rgb(194,143,100); }
div.DivClassName
{
background-color: #C28F64;
}
.BgClassName
{
background-color: #C28F64;
}
</style>
border-color css
<style>
span { border-color: #C28F64; }
span { border-color: rgb(194,143,100); }
td.TdClassName
{
border-color: #C28F64;
}
.TagClassName
{
border-color: #C28F64;
}
</style>