Shades of Feldspar #C78E6C
Tints of Feldspar #C78E6C
RGB
CMYK
RGB Variations
Color information
#C78E6C (or 0xC78E6C) is known color: Feldspar. HEX triplet: C7, 8E and 6C. RGB value is (199,142,108). Sum of RGB (Red+Green+Blue) = 199+142+108=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E6C is #387193. Grayscale: #9B9B9B. Windows color (decimal): -3699092 or 7114439. OLE color: 7114439.
HSL color Cylindrical-coordinate representation of color #C78E6C: hue angle of 22.42º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C78E6C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 108 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.22 |
| HSL | 22.42º | 0.45% | 0.6% | - |
| HSV(B) | 22.42º | 0.46% | 0.78% | - |
| XYZ | 35.93 | 32.57 | 18.58 | - |
| YUV | 155.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 108 | 0 | 0.29 | 0.46 | 0.22 | 22.42 | 0.45 | 0.6 |
| Hex | C7 | 8E | 6C | 0 | 1D | 2E | 16 | 16 | 2D | 3C |
| Octal | 307 | 216 | 154 | 0 | 35 | 56 | 26 | 26 | 55 | 74 |
| Binary | 11000111 | 10001110 | 1101100 | 0 | 11101 | 101110 | 10110 | 10110 | 101101 | 111100 |
Color Harmonies of #C78E6C
Complementary color
Monochromatic Colors of #C78E6C
Black with #C78E6C
Text Example
Text Example
White with #C78E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E6C; }
p { color: rgb(199,142,108); }
H1.HeaderClassName
{
color: #C78E6C;
}
.AnyTagClassName
{
color: #C78E6C;
}
</style>
background-color css
<style>
a { background-color: #C78E6C; }
a { background-color: rgb(199,142,108); }
div.DivClassName
{
background-color: #C78E6C;
}
.BgClassName
{
background-color: #C78E6C;
}
</style>
border-color css
<style>
span { border-color: #C78E6C; }
span { border-color: rgb(199,142,108); }
td.TdClassName
{
border-color: #C78E6C;
}
.TagClassName
{
border-color: #C78E6C;
}
</style>