Shades of Feldspar #C68978
Tints of Feldspar #C68978
RGB
CMYK
RGB Variations
Color information
#C68978 (or 0xC68978) is known color: Feldspar. HEX triplet: C6, 89 and 78. RGB value is (198,137,120). Sum of RGB (Red+Green+Blue) = 198+137+120=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C68978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68978 is #397687. Grayscale: #999999. Windows color (decimal): -3765896 or 7899590. OLE color: 7899590.
HSL color Cylindrical-coordinate representation of color #C68978: hue angle of 13.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68978 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 120 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.22 |
| HSL | 13.08º | 0.41% | 0.62% | - |
| HSV(B) | 13.08º | 0.39% | 0.78% | - |
| XYZ | 35.62 | 31.25 | 21.92 | - |
| YUV | 153.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 120 | 0 | 0.31 | 0.39 | 0.22 | 13.08 | 0.41 | 0.62 |
| Hex | C6 | 89 | 78 | 0 | 1F | 27 | 16 | D | 29 | 3E |
| Octal | 306 | 211 | 170 | 0 | 37 | 47 | 26 | 15 | 51 | 76 |
| Binary | 11000110 | 10001001 | 1111000 | 0 | 11111 | 100111 | 10110 | 1101 | 101001 | 111110 |
Color Harmonies of #C68978
Complementary color
Monochromatic Colors of #C68978
Black with #C68978
Text Example
Text Example
White with #C68978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68978; }
p { color: rgb(198,137,120); }
H1.HeaderClassName
{
color: #C68978;
}
.AnyTagClassName
{
color: #C68978;
}
</style>
background-color css
<style>
a { background-color: #C68978; }
a { background-color: rgb(198,137,120); }
div.DivClassName
{
background-color: #C68978;
}
.BgClassName
{
background-color: #C68978;
}
</style>
border-color css
<style>
span { border-color: #C68978; }
span { border-color: rgb(198,137,120); }
td.TdClassName
{
border-color: #C68978;
}
.TagClassName
{
border-color: #C68978;
}
</style>