Shades of Feldspar #C68977
Tints of Feldspar #C68977
RGB
CMYK
RGB Variations
Color information
#C68977 (or 0xC68977) is known color: Feldspar. HEX triplet: C6, 89 and 77. RGB value is (198,137,119). Sum of RGB (Red+Green+Blue) = 198+137+119=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C68977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68977 is #397688. Grayscale: #999999. Windows color (decimal): -3765897 or 7834054. OLE color: 7834054.
HSL color Cylindrical-coordinate representation of color #C68977: hue angle of 13.67º 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 #C68977 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 119 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.22 |
| HSL | 13.67º | 0.41% | 0.62% | - |
| HSV(B) | 13.67º | 0.4% | 0.78% | - |
| XYZ | 35.56 | 31.23 | 21.61 | - |
| YUV | 153.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 119 | 0 | 0.31 | 0.40 | 0.22 | 13.67 | 0.41 | 0.62 |
| Hex | C6 | 89 | 77 | 0 | 1F | 28 | 16 | E | 29 | 3E |
| Octal | 306 | 211 | 167 | 0 | 37 | 50 | 26 | 16 | 51 | 76 |
| Binary | 11000110 | 10001001 | 1110111 | 0 | 11111 | 101000 | 10110 | 1110 | 101001 | 111110 |
Color Harmonies of #C68977
Complementary color
Monochromatic Colors of #C68977
Black with #C68977
Text Example
Text Example
White with #C68977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68977; }
p { color: rgb(198,137,119); }
H1.HeaderClassName
{
color: #C68977;
}
.AnyTagClassName
{
color: #C68977;
}
</style>
background-color css
<style>
a { background-color: #C68977; }
a { background-color: rgb(198,137,119); }
div.DivClassName
{
background-color: #C68977;
}
.BgClassName
{
background-color: #C68977;
}
</style>
border-color css
<style>
span { border-color: #C68977; }
span { border-color: rgb(198,137,119); }
td.TdClassName
{
border-color: #C68977;
}
.TagClassName
{
border-color: #C68977;
}
</style>