Shades of Feldspar #C58E78
Tints of Feldspar #C58E78
RGB
CMYK
RGB Variations
Color information
#C58E78 (or 0xC58E78) is known color: Feldspar. HEX triplet: C5, 8E and 78. RGB value is (197,142,120). Sum of RGB (Red+Green+Blue) = 197+142+120=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E78 is #3A7187. Grayscale: #9C9C9C. Windows color (decimal): -3830152 or 7900869. OLE color: 7900869.
HSL color Cylindrical-coordinate representation of color #C58E78: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58E78 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 120 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.23 |
| HSL | 17.14º | 0.4% | 0.62% | - |
| HSV(B) | 17.14º | 0.39% | 0.77% | - |
| XYZ | 36.09 | 32.57 | 22.15 | - |
| YUV | 155.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 120 | 0 | 0.28 | 0.39 | 0.23 | 17.14 | 0.4 | 0.62 |
| Hex | C5 | 8E | 78 | 0 | 1C | 27 | 17 | 11 | 28 | 3E |
| Octal | 305 | 216 | 170 | 0 | 34 | 47 | 27 | 21 | 50 | 76 |
| Binary | 11000101 | 10001110 | 1111000 | 0 | 11100 | 100111 | 10111 | 10001 | 101000 | 111110 |
Color Harmonies of #C58E78
Complementary color
Monochromatic Colors of #C58E78
Black with #C58E78
Text Example
Text Example
White with #C58E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E78; }
p { color: rgb(197,142,120); }
H1.HeaderClassName
{
color: #C58E78;
}
.AnyTagClassName
{
color: #C58E78;
}
</style>
background-color css
<style>
a { background-color: #C58E78; }
a { background-color: rgb(197,142,120); }
div.DivClassName
{
background-color: #C58E78;
}
.BgClassName
{
background-color: #C58E78;
}
</style>
border-color css
<style>
span { border-color: #C58E78; }
span { border-color: rgb(197,142,120); }
td.TdClassName
{
border-color: #C58E78;
}
.TagClassName
{
border-color: #C58E78;
}
</style>