Shades of Feldspar #C58F74
Tints of Feldspar #C58F74
RGB
CMYK
RGB Variations
Color information
#C58F74 (or 0xC58F74) is known color: Feldspar. HEX triplet: C5, 8F and 74. RGB value is (197,143,116). Sum of RGB (Red+Green+Blue) = 197+143+116=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F74 is #3A708B. Grayscale: #9C9C9C. Windows color (decimal): -3829900 or 7638981. OLE color: 7638981.
HSL color Cylindrical-coordinate representation of color #C58F74: hue angle of 20º 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 #C58F74 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 116 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.23 |
| HSL | 20º | 0.41% | 0.61% | - |
| HSV(B) | 20º | 0.41% | 0.77% | - |
| XYZ | 36 | 32.78 | 20.95 | - |
| YUV | 156.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 116 | 0 | 0.27 | 0.41 | 0.23 | 20 | 0.41 | 0.61 |
| Hex | C5 | 8F | 74 | 0 | 1B | 29 | 17 | 14 | 29 | 3D |
| Octal | 305 | 217 | 164 | 0 | 33 | 51 | 27 | 24 | 51 | 75 |
| Binary | 11000101 | 10001111 | 1110100 | 0 | 11011 | 101001 | 10111 | 10100 | 101001 | 111101 |
Color Harmonies of #C58F74
Complementary color
Monochromatic Colors of #C58F74
Black with #C58F74
Text Example
Text Example
White with #C58F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F74; }
p { color: rgb(197,143,116); }
H1.HeaderClassName
{
color: #C58F74;
}
.AnyTagClassName
{
color: #C58F74;
}
</style>
background-color css
<style>
a { background-color: #C58F74; }
a { background-color: rgb(197,143,116); }
div.DivClassName
{
background-color: #C58F74;
}
.BgClassName
{
background-color: #C58F74;
}
</style>
border-color css
<style>
span { border-color: #C58F74; }
span { border-color: rgb(197,143,116); }
td.TdClassName
{
border-color: #C58F74;
}
.TagClassName
{
border-color: #C58F74;
}
</style>