Shades of Feldspar #C78E6D
Tints of Feldspar #C78E6D
RGB
CMYK
RGB Variations
Color information
#C78E6D (or 0xC78E6D) is known color: Feldspar. HEX triplet: C7, 8E and 6D. RGB value is (199,142,109). Sum of RGB (Red+Green+Blue) = 199+142+109=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E6D is #387192. Grayscale: #9B9B9B. Windows color (decimal): -3699091 or 7179975. OLE color: 7179975.
HSL color Cylindrical-coordinate representation of color #C78E6D: hue angle of 22º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C78E6D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 109 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.22 |
| HSL | 22º | 0.45% | 0.6% | - |
| HSV(B) | 22º | 0.45% | 0.78% | - |
| XYZ | 35.99 | 32.59 | 18.86 | - |
| YUV | 155.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 109 | 0 | 0.29 | 0.45 | 0.22 | 22 | 0.45 | 0.6 |
| Hex | C7 | 8E | 6D | 0 | 1D | 2D | 16 | 16 | 2D | 3C |
| Octal | 307 | 216 | 155 | 0 | 35 | 55 | 26 | 26 | 55 | 74 |
| Binary | 11000111 | 10001110 | 1101101 | 0 | 11101 | 101101 | 10110 | 10110 | 101101 | 111100 |
Color Harmonies of #C78E6D
Complementary color
Monochromatic Colors of #C78E6D
Black with #C78E6D
Text Example
Text Example
White with #C78E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E6D; }
p { color: rgb(199,142,109); }
H1.HeaderClassName
{
color: #C78E6D;
}
.AnyTagClassName
{
color: #C78E6D;
}
</style>
background-color css
<style>
a { background-color: #C78E6D; }
a { background-color: rgb(199,142,109); }
div.DivClassName
{
background-color: #C78E6D;
}
.BgClassName
{
background-color: #C78E6D;
}
</style>
border-color css
<style>
span { border-color: #C78E6D; }
span { border-color: rgb(199,142,109); }
td.TdClassName
{
border-color: #C78E6D;
}
.TagClassName
{
border-color: #C78E6D;
}
</style>