Shades of Fallow #C28E69
Tints of Fallow #C28E69
RGB
CMYK
RGB Variations
Color information
#C28E69 (or 0xC28E69) is known color: Fallow. HEX triplet: C2, 8E and 69. RGB value is (194,142,105). Sum of RGB (Red+Green+Blue) = 194+142+105=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E69 is #3D7196. Grayscale: #999999. Windows color (decimal): -4026775 or 6917826. OLE color: 6917826.
HSL color Cylindrical-coordinate representation of color #C28E69: hue angle of 24.94º degrees, saturation: 0.42, 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 #C28E69 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 105 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.24 |
| HSL | 24.94º | 0.42% | 0.59% | - |
| HSV(B) | 24.94º | 0.46% | 0.76% | - |
| XYZ | 34.47 | 31.84 | 17.69 | - |
| YUV | 153.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 105 | 0 | 0.27 | 0.46 | 0.24 | 24.94 | 0.42 | 0.59 |
| Hex | C2 | 8E | 69 | 0 | 1B | 2E | 18 | 19 | 2A | 3B |
| Octal | 302 | 216 | 151 | 0 | 33 | 56 | 30 | 31 | 52 | 73 |
| Binary | 11000010 | 10001110 | 1101001 | 0 | 11011 | 101110 | 11000 | 11001 | 101010 | 111011 |
Color Harmonies of #C28E69
Complementary color
Monochromatic Colors of #C28E69
Black with #C28E69
Text Example
Text Example
White with #C28E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E69; }
p { color: rgb(194,142,105); }
H1.HeaderClassName
{
color: #C28E69;
}
.AnyTagClassName
{
color: #C28E69;
}
</style>
background-color css
<style>
a { background-color: #C28E69; }
a { background-color: rgb(194,142,105); }
div.DivClassName
{
background-color: #C28E69;
}
.BgClassName
{
background-color: #C28E69;
}
</style>
border-color css
<style>
span { border-color: #C28E69; }
span { border-color: rgb(194,142,105); }
td.TdClassName
{
border-color: #C28E69;
}
.TagClassName
{
border-color: #C28E69;
}
</style>