Shades of Feldspar #C68E7C
Tints of Feldspar #C68E7C
RGB
CMYK
RGB Variations
Color information
#C68E7C (or 0xC68E7C) is known color: Feldspar. HEX triplet: C6, 8E and 7C. RGB value is (198,142,124). Sum of RGB (Red+Green+Blue) = 198+142+124=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E7C is #397183. Grayscale: #9C9C9C. Windows color (decimal): -3764612 or 8163014. OLE color: 8163014.
HSL color Cylindrical-coordinate representation of color #C68E7C: hue angle of 14.59º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68E7C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 124 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.22 |
| HSL | 14.59º | 0.39% | 0.63% | - |
| HSV(B) | 14.59º | 0.37% | 0.78% | - |
| XYZ | 36.6 | 32.81 | 23.47 | - |
| YUV | 156.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 124 | 0 | 0.28 | 0.37 | 0.22 | 14.59 | 0.39 | 0.63 |
| Hex | C6 | 8E | 7C | 0 | 1C | 25 | 16 | F | 27 | 3F |
| Octal | 306 | 216 | 174 | 0 | 34 | 45 | 26 | 17 | 47 | 77 |
| Binary | 11000110 | 10001110 | 1111100 | 0 | 11100 | 100101 | 10110 | 1111 | 100111 | 111111 |
Color Harmonies of #C68E7C
Complementary color
Monochromatic Colors of #C68E7C
Black with #C68E7C
Text Example
Text Example
White with #C68E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E7C; }
p { color: rgb(198,142,124); }
H1.HeaderClassName
{
color: #C68E7C;
}
.AnyTagClassName
{
color: #C68E7C;
}
</style>
background-color css
<style>
a { background-color: #C68E7C; }
a { background-color: rgb(198,142,124); }
div.DivClassName
{
background-color: #C68E7C;
}
.BgClassName
{
background-color: #C68E7C;
}
</style>
border-color css
<style>
span { border-color: #C68E7C; }
span { border-color: rgb(198,142,124); }
td.TdClassName
{
border-color: #C68E7C;
}
.TagClassName
{
border-color: #C68E7C;
}
</style>