Shades of Feldspar #C78775
Tints of Feldspar #C78775
RGB
CMYK
RGB Variations
Color information
#C78775 (or 0xC78775) is known color: Feldspar. HEX triplet: C7, 87 and 75. RGB value is (199,135,117). Sum of RGB (Red+Green+Blue) = 199+135+117=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C78775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78775 is #38788A. Grayscale: #989898. Windows color (decimal): -3700875 or 7702471. OLE color: 7702471.
HSL color Cylindrical-coordinate representation of color #C78775: hue angle of 13.17º 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 #C78775 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 117 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.22 |
| HSL | 13.17º | 0.42% | 0.62% | - |
| HSV(B) | 13.17º | 0.41% | 0.78% | - |
| XYZ | 35.43 | 30.75 | 20.9 | - |
| YUV | 152.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 117 | 0 | 0.32 | 0.41 | 0.22 | 13.17 | 0.42 | 0.62 |
| Hex | C7 | 87 | 75 | 0 | 20 | 29 | 16 | D | 2A | 3E |
| Octal | 307 | 207 | 165 | 0 | 40 | 51 | 26 | 15 | 52 | 76 |
| Binary | 11000111 | 10000111 | 1110101 | 0 | 100000 | 101001 | 10110 | 1101 | 101010 | 111110 |
Color Harmonies of #C78775
Complementary color
Monochromatic Colors of #C78775
Black with #C78775
Text Example
Text Example
White with #C78775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78775; }
p { color: rgb(199,135,117); }
H1.HeaderClassName
{
color: #C78775;
}
.AnyTagClassName
{
color: #C78775;
}
</style>
background-color css
<style>
a { background-color: #C78775; }
a { background-color: rgb(199,135,117); }
div.DivClassName
{
background-color: #C78775;
}
.BgClassName
{
background-color: #C78775;
}
</style>
border-color css
<style>
span { border-color: #C78775; }
span { border-color: rgb(199,135,117); }
td.TdClassName
{
border-color: #C78775;
}
.TagClassName
{
border-color: #C78775;
}
</style>