Shades of Feldspar #C78A75
Tints of Feldspar #C78A75
RGB
CMYK
RGB Variations
Color information
#C78A75 (or 0xC78A75) is known color: Feldspar. HEX triplet: C7, 8A and 75. RGB value is (199,138,117). Sum of RGB (Red+Green+Blue) = 199+138+117=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78A75 is #38758A. Grayscale: #999999. Windows color (decimal): -3700107 or 7703239. OLE color: 7703239.
HSL color Cylindrical-coordinate representation of color #C78A75: hue angle of 15.37º 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 #C78A75 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 117 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.22 |
| HSL | 15.37º | 0.42% | 0.62% | - |
| HSV(B) | 15.37º | 0.41% | 0.78% | - |
| XYZ | 35.85 | 31.6 | 21.04 | - |
| YUV | 153.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 117 | 0 | 0.31 | 0.41 | 0.22 | 15.37 | 0.42 | 0.62 |
| Hex | C7 | 8A | 75 | 0 | 1F | 29 | 16 | F | 2A | 3E |
| Octal | 307 | 212 | 165 | 0 | 37 | 51 | 26 | 17 | 52 | 76 |
| Binary | 11000111 | 10001010 | 1110101 | 0 | 11111 | 101001 | 10110 | 1111 | 101010 | 111110 |
Color Harmonies of #C78A75
Complementary color
Monochromatic Colors of #C78A75
Black with #C78A75
Text Example
Text Example
White with #C78A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A75; }
p { color: rgb(199,138,117); }
H1.HeaderClassName
{
color: #C78A75;
}
.AnyTagClassName
{
color: #C78A75;
}
</style>
background-color css
<style>
a { background-color: #C78A75; }
a { background-color: rgb(199,138,117); }
div.DivClassName
{
background-color: #C78A75;
}
.BgClassName
{
background-color: #C78A75;
}
</style>
border-color css
<style>
span { border-color: #C78A75; }
span { border-color: rgb(199,138,117); }
td.TdClassName
{
border-color: #C78A75;
}
.TagClassName
{
border-color: #C78A75;
}
</style>