Shades of Feldspar #C28F71
Tints of Feldspar #C28F71
RGB
CMYK
RGB Variations
Color information
#C28F71 (or 0xC28F71) is known color: Feldspar. HEX triplet: C2, 8F and 71. RGB value is (194,143,113). Sum of RGB (Red+Green+Blue) = 194+143+113=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F71 is #3D708E. Grayscale: #9B9B9B. Windows color (decimal): -4026511 or 7442370. OLE color: 7442370.
HSL color Cylindrical-coordinate representation of color #C28F71: hue angle of 22.22º 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 #C28F71 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 113 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.24 |
| HSL | 22.22º | 0.4% | 0.6% | - |
| HSV(B) | 22.22º | 0.42% | 0.76% | - |
| XYZ | 35.05 | 32.31 | 20.01 | - |
| YUV | 154.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 113 | 0 | 0.26 | 0.42 | 0.24 | 22.22 | 0.4 | 0.6 |
| Hex | C2 | 8F | 71 | 0 | 1A | 2A | 18 | 16 | 28 | 3C |
| Octal | 302 | 217 | 161 | 0 | 32 | 52 | 30 | 26 | 50 | 74 |
| Binary | 11000010 | 10001111 | 1110001 | 0 | 11010 | 101010 | 11000 | 10110 | 101000 | 111100 |
Color Harmonies of #C28F71
Complementary color
Monochromatic Colors of #C28F71
Black with #C28F71
Text Example
Text Example
White with #C28F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F71; }
p { color: rgb(194,143,113); }
H1.HeaderClassName
{
color: #C28F71;
}
.AnyTagClassName
{
color: #C28F71;
}
</style>
background-color css
<style>
a { background-color: #C28F71; }
a { background-color: rgb(194,143,113); }
div.DivClassName
{
background-color: #C28F71;
}
.BgClassName
{
background-color: #C28F71;
}
</style>
border-color css
<style>
span { border-color: #C28F71; }
span { border-color: rgb(194,143,113); }
td.TdClassName
{
border-color: #C28F71;
}
.TagClassName
{
border-color: #C28F71;
}
</style>