Shades of Feldspar #C68E76
Tints of Feldspar #C68E76
RGB
CMYK
RGB Variations
Color information
#C68E76 (or 0xC68E76) is known color: Feldspar. HEX triplet: C6, 8E and 76. RGB value is (198,142,118). Sum of RGB (Red+Green+Blue) = 198+142+118=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E76 is #397189. Grayscale: #9C9C9C. Windows color (decimal): -3764618 or 7769798. OLE color: 7769798.
HSL color Cylindrical-coordinate representation of color #C68E76: hue angle of 18º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68E76 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 118 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.22 |
| HSL | 18º | 0.41% | 0.62% | - |
| HSV(B) | 18º | 0.4% | 0.78% | - |
| XYZ | 36.23 | 32.66 | 21.53 | - |
| YUV | 156.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 118 | 0 | 0.28 | 0.40 | 0.22 | 18 | 0.41 | 0.62 |
| Hex | C6 | 8E | 76 | 0 | 1C | 28 | 16 | 12 | 29 | 3E |
| Octal | 306 | 216 | 166 | 0 | 34 | 50 | 26 | 22 | 51 | 76 |
| Binary | 11000110 | 10001110 | 1110110 | 0 | 11100 | 101000 | 10110 | 10010 | 101001 | 111110 |
Color Harmonies of #C68E76
Complementary color
Monochromatic Colors of #C68E76
Black with #C68E76
Text Example
Text Example
White with #C68E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E76; }
p { color: rgb(198,142,118); }
H1.HeaderClassName
{
color: #C68E76;
}
.AnyTagClassName
{
color: #C68E76;
}
</style>
background-color css
<style>
a { background-color: #C68E76; }
a { background-color: rgb(198,142,118); }
div.DivClassName
{
background-color: #C68E76;
}
.BgClassName
{
background-color: #C68E76;
}
</style>
border-color css
<style>
span { border-color: #C68E76; }
span { border-color: rgb(198,142,118); }
td.TdClassName
{
border-color: #C68E76;
}
.TagClassName
{
border-color: #C68E76;
}
</style>