Shades of Feldspar #C28E70
Tints of Feldspar #C28E70
RGB
CMYK
RGB Variations
Color information
#C28E70 (or 0xC28E70) is known color: Feldspar. HEX triplet: C2, 8E and 70. RGB value is (194,142,112). Sum of RGB (Red+Green+Blue) = 194+142+112=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E70 is #3D718F. Grayscale: #9A9A9A. Windows color (decimal): -4026768 or 7376578. OLE color: 7376578.
HSL color Cylindrical-coordinate representation of color #C28E70: hue angle of 21.95º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28E70 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 112 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.24 |
| HSL | 21.95º | 0.4% | 0.6% | - |
| HSV(B) | 21.95º | 0.42% | 0.76% | - |
| XYZ | 34.85 | 31.99 | 19.67 | - |
| YUV | 154.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 112 | 0 | 0.27 | 0.42 | 0.24 | 21.95 | 0.4 | 0.6 |
| Hex | C2 | 8E | 70 | 0 | 1B | 2A | 18 | 16 | 28 | 3C |
| Octal | 302 | 216 | 160 | 0 | 33 | 52 | 30 | 26 | 50 | 74 |
| Binary | 11000010 | 10001110 | 1110000 | 0 | 11011 | 101010 | 11000 | 10110 | 101000 | 111100 |
Color Harmonies of #C28E70
Complementary color
Monochromatic Colors of #C28E70
Black with #C28E70
Text Example
Text Example
White with #C28E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E70; }
p { color: rgb(194,142,112); }
H1.HeaderClassName
{
color: #C28E70;
}
.AnyTagClassName
{
color: #C28E70;
}
</style>
background-color css
<style>
a { background-color: #C28E70; }
a { background-color: rgb(194,142,112); }
div.DivClassName
{
background-color: #C28E70;
}
.BgClassName
{
background-color: #C28E70;
}
</style>
border-color css
<style>
span { border-color: #C28E70; }
span { border-color: rgb(194,142,112); }
td.TdClassName
{
border-color: #C28E70;
}
.TagClassName
{
border-color: #C28E70;
}
</style>