Shades of Feldspar #C58D73
Tints of Feldspar #C58D73
RGB
CMYK
RGB Variations
Color information
#C58D73 (or 0xC58D73) is known color: Feldspar. HEX triplet: C5, 8D and 73. RGB value is (197,141,115). Sum of RGB (Red+Green+Blue) = 197+141+115=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D73 is #3A728C. Grayscale: #9A9A9A. Windows color (decimal): -3830413 or 7572933. OLE color: 7572933.
HSL color Cylindrical-coordinate representation of color #C58D73: hue angle of 19.02º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58D73 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 115 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.23 |
| HSL | 19.02º | 0.41% | 0.61% | - |
| HSV(B) | 19.02º | 0.42% | 0.77% | - |
| XYZ | 35.65 | 32.16 | 20.55 | - |
| YUV | 154.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 115 | 0 | 0.28 | 0.42 | 0.23 | 19.02 | 0.41 | 0.61 |
| Hex | C5 | 8D | 73 | 0 | 1C | 2A | 17 | 13 | 29 | 3D |
| Octal | 305 | 215 | 163 | 0 | 34 | 52 | 27 | 23 | 51 | 75 |
| Binary | 11000101 | 10001101 | 1110011 | 0 | 11100 | 101010 | 10111 | 10011 | 101001 | 111101 |
Color Harmonies of #C58D73
Complementary color
Monochromatic Colors of #C58D73
Black with #C58D73
Text Example
Text Example
White with #C58D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D73; }
p { color: rgb(197,141,115); }
H1.HeaderClassName
{
color: #C58D73;
}
.AnyTagClassName
{
color: #C58D73;
}
</style>
background-color css
<style>
a { background-color: #C58D73; }
a { background-color: rgb(197,141,115); }
div.DivClassName
{
background-color: #C58D73;
}
.BgClassName
{
background-color: #C58D73;
}
</style>
border-color css
<style>
span { border-color: #C58D73; }
span { border-color: rgb(197,141,115); }
td.TdClassName
{
border-color: #C58D73;
}
.TagClassName
{
border-color: #C58D73;
}
</style>