Shades of Fallow #C28E64
Tints of Fallow #C28E64
RGB
CMYK
RGB Variations
Color information
#C28E64 (or 0xC28E64) is known color: Fallow. HEX triplet: C2, 8E and 64. RGB value is (194,142,100). Sum of RGB (Red+Green+Blue) = 194+142+100=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E64 is #3D719B. Grayscale: #989898. Windows color (decimal): -4026780 or 6590146. OLE color: 6590146.
HSL color Cylindrical-coordinate representation of color #C28E64: hue angle of 26.81º 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 #C28E64 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 100 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.24 |
| HSL | 26.81º | 0.44% | 0.58% | - |
| HSV(B) | 26.81º | 0.48% | 0.76% | - |
| XYZ | 34.22 | 31.74 | 16.38 | - |
| YUV | 152.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 100 | 0 | 0.27 | 0.48 | 0.24 | 26.81 | 0.44 | 0.58 |
| Hex | C2 | 8E | 64 | 0 | 1B | 30 | 18 | 1B | 2C | 3A |
| Octal | 302 | 216 | 144 | 0 | 33 | 60 | 30 | 33 | 54 | 72 |
| Binary | 11000010 | 10001110 | 1100100 | 0 | 11011 | 110000 | 11000 | 11011 | 101100 | 111010 |
Color Harmonies of #C28E64
Complementary color
Monochromatic Colors of #C28E64
Black with #C28E64
Text Example
Text Example
White with #C28E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E64; }
p { color: rgb(194,142,100); }
H1.HeaderClassName
{
color: #C28E64;
}
.AnyTagClassName
{
color: #C28E64;
}
</style>
background-color css
<style>
a { background-color: #C28E64; }
a { background-color: rgb(194,142,100); }
div.DivClassName
{
background-color: #C28E64;
}
.BgClassName
{
background-color: #C28E64;
}
</style>
border-color css
<style>
span { border-color: #C28E64; }
span { border-color: rgb(194,142,100); }
td.TdClassName
{
border-color: #C28E64;
}
.TagClassName
{
border-color: #C28E64;
}
</style>