Shades of Feldspar #C58E74
Tints of Feldspar #C58E74
RGB
CMYK
RGB Variations
Color information
#C58E74 (or 0xC58E74) is known color: Feldspar. HEX triplet: C5, 8E and 74. RGB value is (197,142,116). Sum of RGB (Red+Green+Blue) = 197+142+116=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E74 is #3A718B. Grayscale: #9B9B9B. Windows color (decimal): -3830156 or 7638725. OLE color: 7638725.
HSL color Cylindrical-coordinate representation of color #C58E74: hue angle of 19.26º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58E74 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 116 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.23 |
| HSL | 19.26º | 0.41% | 0.61% | - |
| HSV(B) | 19.26º | 0.41% | 0.77% | - |
| XYZ | 35.85 | 32.48 | 20.9 | - |
| YUV | 155.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 116 | 0 | 0.28 | 0.41 | 0.23 | 19.26 | 0.41 | 0.61 |
| Hex | C5 | 8E | 74 | 0 | 1C | 29 | 17 | 13 | 29 | 3D |
| Octal | 305 | 216 | 164 | 0 | 34 | 51 | 27 | 23 | 51 | 75 |
| Binary | 11000101 | 10001110 | 1110100 | 0 | 11100 | 101001 | 10111 | 10011 | 101001 | 111101 |
Color Harmonies of #C58E74
Complementary color
Monochromatic Colors of #C58E74
Black with #C58E74
Text Example
Text Example
White with #C58E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E74; }
p { color: rgb(197,142,116); }
H1.HeaderClassName
{
color: #C58E74;
}
.AnyTagClassName
{
color: #C58E74;
}
</style>
background-color css
<style>
a { background-color: #C58E74; }
a { background-color: rgb(197,142,116); }
div.DivClassName
{
background-color: #C58E74;
}
.BgClassName
{
background-color: #C58E74;
}
</style>
border-color css
<style>
span { border-color: #C58E74; }
span { border-color: rgb(197,142,116); }
td.TdClassName
{
border-color: #C58E74;
}
.TagClassName
{
border-color: #C58E74;
}
</style>