Shades of Feldspar #C78975
Tints of Feldspar #C78975
RGB
CMYK
RGB Variations
Color information
#C78975 (or 0xC78975) is known color: Feldspar. HEX triplet: C7, 89 and 75. RGB value is (199,137,117). Sum of RGB (Red+Green+Blue) = 199+137+117=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C78975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78975 is #38768A. Grayscale: #999999. Windows color (decimal): -3700363 or 7702983. OLE color: 7702983.
HSL color Cylindrical-coordinate representation of color #C78975: hue angle of 14.63º 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 #C78975 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 117 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.22 |
| HSL | 14.63º | 0.42% | 0.62% | - |
| HSV(B) | 14.63º | 0.41% | 0.78% | - |
| XYZ | 35.71 | 31.32 | 20.99 | - |
| YUV | 153.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 117 | 0 | 0.31 | 0.41 | 0.22 | 14.63 | 0.42 | 0.62 |
| Hex | C7 | 89 | 75 | 0 | 1F | 29 | 16 | F | 2A | 3E |
| Octal | 307 | 211 | 165 | 0 | 37 | 51 | 26 | 17 | 52 | 76 |
| Binary | 11000111 | 10001001 | 1110101 | 0 | 11111 | 101001 | 10110 | 1111 | 101010 | 111110 |
Color Harmonies of #C78975
Complementary color
Monochromatic Colors of #C78975
Black with #C78975
Text Example
Text Example
White with #C78975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78975; }
p { color: rgb(199,137,117); }
H1.HeaderClassName
{
color: #C78975;
}
.AnyTagClassName
{
color: #C78975;
}
</style>
background-color css
<style>
a { background-color: #C78975; }
a { background-color: rgb(199,137,117); }
div.DivClassName
{
background-color: #C78975;
}
.BgClassName
{
background-color: #C78975;
}
</style>
border-color css
<style>
span { border-color: #C78975; }
span { border-color: rgb(199,137,117); }
td.TdClassName
{
border-color: #C78975;
}
.TagClassName
{
border-color: #C78975;
}
</style>