Shades of Feldspar #C78E7B
Tints of Feldspar #C78E7B
RGB
CMYK
RGB Variations
Color information
#C78E7B (or 0xC78E7B) is known color: Feldspar. HEX triplet: C7, 8E and 7B. RGB value is (199,142,123). Sum of RGB (Red+Green+Blue) = 199+142+123=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E7B is #387184. Grayscale: #9D9D9D. Windows color (decimal): -3699077 or 8097479. OLE color: 8097479.
HSL color Cylindrical-coordinate representation of color #C78E7B: hue angle of 15º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C78E7B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 123 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.22 |
| HSL | 15º | 0.4% | 0.63% | - |
| HSV(B) | 15º | 0.38% | 0.78% | - |
| XYZ | 36.8 | 32.92 | 23.15 | - |
| YUV | 156.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 123 | 0 | 0.29 | 0.38 | 0.22 | 15 | 0.4 | 0.63 |
| Hex | C7 | 8E | 7B | 0 | 1D | 26 | 16 | F | 28 | 3F |
| Octal | 307 | 216 | 173 | 0 | 35 | 46 | 26 | 17 | 50 | 77 |
| Binary | 11000111 | 10001110 | 1111011 | 0 | 11101 | 100110 | 10110 | 1111 | 101000 | 111111 |
Color Harmonies of #C78E7B
Complementary color
Monochromatic Colors of #C78E7B
Black with #C78E7B
Text Example
Text Example
White with #C78E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E7B; }
p { color: rgb(199,142,123); }
H1.HeaderClassName
{
color: #C78E7B;
}
.AnyTagClassName
{
color: #C78E7B;
}
</style>
background-color css
<style>
a { background-color: #C78E7B; }
a { background-color: rgb(199,142,123); }
div.DivClassName
{
background-color: #C78E7B;
}
.BgClassName
{
background-color: #C78E7B;
}
</style>
border-color css
<style>
span { border-color: #C78E7B; }
span { border-color: rgb(199,142,123); }
td.TdClassName
{
border-color: #C78E7B;
}
.TagClassName
{
border-color: #C78E7B;
}
</style>