Shades of Feldspar #C58974
Tints of Feldspar #C58974
RGB
CMYK
RGB Variations
Color information
#C58974 (or 0xC58974) is known color: Feldspar. HEX triplet: C5, 89 and 74. RGB value is (197,137,116). Sum of RGB (Red+Green+Blue) = 197+137+116=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C58974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58974 is #3A768B. Grayscale: #989898. Windows color (decimal): -3831436 or 7637445. OLE color: 7637445.
HSL color Cylindrical-coordinate representation of color #C58974: hue angle of 15.56º 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 #C58974 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 116 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.23 |
| HSL | 15.56º | 0.41% | 0.61% | - |
| HSV(B) | 15.56º | 0.41% | 0.77% | - |
| XYZ | 35.12 | 31.02 | 20.66 | - |
| YUV | 152.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 116 | 0 | 0.30 | 0.41 | 0.23 | 15.56 | 0.41 | 0.61 |
| Hex | C5 | 89 | 74 | 0 | 1E | 29 | 17 | 10 | 29 | 3D |
| Octal | 305 | 211 | 164 | 0 | 36 | 51 | 27 | 20 | 51 | 75 |
| Binary | 11000101 | 10001001 | 1110100 | 0 | 11110 | 101001 | 10111 | 10000 | 101001 | 111101 |
Color Harmonies of #C58974
Complementary color
Monochromatic Colors of #C58974
Black with #C58974
Text Example
Text Example
White with #C58974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58974; }
p { color: rgb(197,137,116); }
H1.HeaderClassName
{
color: #C58974;
}
.AnyTagClassName
{
color: #C58974;
}
</style>
background-color css
<style>
a { background-color: #C58974; }
a { background-color: rgb(197,137,116); }
div.DivClassName
{
background-color: #C58974;
}
.BgClassName
{
background-color: #C58974;
}
</style>
border-color css
<style>
span { border-color: #C58974; }
span { border-color: rgb(197,137,116); }
td.TdClassName
{
border-color: #C58974;
}
.TagClassName
{
border-color: #C58974;
}
</style>