Shades of Feldspar #C58F76
Tints of Feldspar #C58F76
RGB
CMYK
RGB Variations
Color information
#C58F76 (or 0xC58F76) is known color: Feldspar. HEX triplet: C5, 8F and 76. RGB value is (197,143,118). Sum of RGB (Red+Green+Blue) = 197+143+118=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F76 is #3A7089. Grayscale: #9C9C9C. Windows color (decimal): -3829898 or 7770053. OLE color: 7770053.
HSL color Cylindrical-coordinate representation of color #C58F76: hue angle of 18.99º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58F76 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 118 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.23 |
| HSL | 18.99º | 0.41% | 0.62% | - |
| HSV(B) | 18.99º | 0.4% | 0.77% | - |
| XYZ | 36.12 | 32.82 | 21.57 | - |
| YUV | 156.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 118 | 0 | 0.27 | 0.40 | 0.23 | 18.99 | 0.41 | 0.62 |
| Hex | C5 | 8F | 76 | 0 | 1B | 28 | 17 | 13 | 29 | 3E |
| Octal | 305 | 217 | 166 | 0 | 33 | 50 | 27 | 23 | 51 | 76 |
| Binary | 11000101 | 10001111 | 1110110 | 0 | 11011 | 101000 | 10111 | 10011 | 101001 | 111110 |
Color Harmonies of #C58F76
Complementary color
Monochromatic Colors of #C58F76
Black with #C58F76
Text Example
Text Example
White with #C58F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F76; }
p { color: rgb(197,143,118); }
H1.HeaderClassName
{
color: #C58F76;
}
.AnyTagClassName
{
color: #C58F76;
}
</style>
background-color css
<style>
a { background-color: #C58F76; }
a { background-color: rgb(197,143,118); }
div.DivClassName
{
background-color: #C58F76;
}
.BgClassName
{
background-color: #C58F76;
}
</style>
border-color css
<style>
span { border-color: #C58F76; }
span { border-color: rgb(197,143,118); }
td.TdClassName
{
border-color: #C58F76;
}
.TagClassName
{
border-color: #C58F76;
}
</style>