Shades of Feldspar #C28E6E
Tints of Feldspar #C28E6E
RGB
CMYK
RGB Variations
Color information
#C28E6E (or 0xC28E6E) is known color: Feldspar. HEX triplet: C2, 8E and 6E. RGB value is (194,142,110). Sum of RGB (Red+Green+Blue) = 194+142+110=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E6E is #3D7191. Grayscale: #9A9A9A. Windows color (decimal): -4026770 or 7245506. OLE color: 7245506.
HSL color Cylindrical-coordinate representation of color #C28E6E: hue angle of 22.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28E6E is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 110 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.24 |
| HSL | 22.86º | 0.41% | 0.6% | - |
| HSV(B) | 22.86º | 0.43% | 0.76% | - |
| XYZ | 34.74 | 31.94 | 19.09 | - |
| YUV | 153.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 110 | 0 | 0.27 | 0.43 | 0.24 | 22.86 | 0.41 | 0.6 |
| Hex | C2 | 8E | 6E | 0 | 1B | 2B | 18 | 17 | 29 | 3C |
| Octal | 302 | 216 | 156 | 0 | 33 | 53 | 30 | 27 | 51 | 74 |
| Binary | 11000010 | 10001110 | 1101110 | 0 | 11011 | 101011 | 11000 | 10111 | 101001 | 111100 |
Color Harmonies of #C28E6E
Complementary color
Monochromatic Colors of #C28E6E
Black with #C28E6E
Text Example
Text Example
White with #C28E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E6E; }
p { color: rgb(194,142,110); }
H1.HeaderClassName
{
color: #C28E6E;
}
.AnyTagClassName
{
color: #C28E6E;
}
</style>
background-color css
<style>
a { background-color: #C28E6E; }
a { background-color: rgb(194,142,110); }
div.DivClassName
{
background-color: #C28E6E;
}
.BgClassName
{
background-color: #C28E6E;
}
</style>
border-color css
<style>
span { border-color: #C28E6E; }
span { border-color: rgb(194,142,110); }
td.TdClassName
{
border-color: #C28E6E;
}
.TagClassName
{
border-color: #C28E6E;
}
</style>