Shades of Feldspar #C68975
Tints of Feldspar #C68975
RGB
CMYK
RGB Variations
Color information
#C68975 (or 0xC68975) is known color: Feldspar. HEX triplet: C6, 89 and 75. RGB value is (198,137,117). Sum of RGB (Red+Green+Blue) = 198+137+117=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C68975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68975 is #39768A. Grayscale: #999999. Windows color (decimal): -3765899 or 7702982. OLE color: 7702982.
HSL color Cylindrical-coordinate representation of color #C68975: hue angle of 14.81º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68975 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 117 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.22 |
| HSL | 14.81º | 0.42% | 0.62% | - |
| HSV(B) | 14.81º | 0.41% | 0.78% | - |
| XYZ | 35.45 | 31.18 | 20.98 | - |
| YUV | 152.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 117 | 0 | 0.31 | 0.41 | 0.22 | 14.81 | 0.42 | 0.62 |
| Hex | C6 | 89 | 75 | 0 | 1F | 29 | 16 | F | 2A | 3E |
| Octal | 306 | 211 | 165 | 0 | 37 | 51 | 26 | 17 | 52 | 76 |
| Binary | 11000110 | 10001001 | 1110101 | 0 | 11111 | 101001 | 10110 | 1111 | 101010 | 111110 |
Color Harmonies of #C68975
Complementary color
Monochromatic Colors of #C68975
Black with #C68975
Text Example
Text Example
White with #C68975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68975; }
p { color: rgb(198,137,117); }
H1.HeaderClassName
{
color: #C68975;
}
.AnyTagClassName
{
color: #C68975;
}
</style>
background-color css
<style>
a { background-color: #C68975; }
a { background-color: rgb(198,137,117); }
div.DivClassName
{
background-color: #C68975;
}
.BgClassName
{
background-color: #C68975;
}
</style>
border-color css
<style>
span { border-color: #C68975; }
span { border-color: rgb(198,137,117); }
td.TdClassName
{
border-color: #C68975;
}
.TagClassName
{
border-color: #C68975;
}
</style>