Shades of Feldspar #C58A75
Tints of Feldspar #C58A75
RGB
CMYK
RGB Variations
Color information
#C58A75 (or 0xC58A75) is known color: Feldspar. HEX triplet: C5, 8A and 75. RGB value is (197,138,117). Sum of RGB (Red+Green+Blue) = 197+138+117=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A75 is #3A758A. Grayscale: #999999. Windows color (decimal): -3831179 or 7703237. OLE color: 7703237.
HSL color Cylindrical-coordinate representation of color #C58A75: hue angle of 15.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58A75 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 117 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.23 |
| HSL | 15.75º | 0.41% | 0.62% | - |
| HSV(B) | 15.75º | 0.41% | 0.77% | - |
| XYZ | 35.33 | 31.33 | 21.02 | - |
| YUV | 153.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 117 | 0 | 0.30 | 0.41 | 0.23 | 15.75 | 0.41 | 0.62 |
| Hex | C5 | 8A | 75 | 0 | 1E | 29 | 17 | 10 | 29 | 3E |
| Octal | 305 | 212 | 165 | 0 | 36 | 51 | 27 | 20 | 51 | 76 |
| Binary | 11000101 | 10001010 | 1110101 | 0 | 11110 | 101001 | 10111 | 10000 | 101001 | 111110 |
Color Harmonies of #C58A75
Complementary color
Monochromatic Colors of #C58A75
Black with #C58A75
Text Example
Text Example
White with #C58A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A75; }
p { color: rgb(197,138,117); }
H1.HeaderClassName
{
color: #C58A75;
}
.AnyTagClassName
{
color: #C58A75;
}
</style>
background-color css
<style>
a { background-color: #C58A75; }
a { background-color: rgb(197,138,117); }
div.DivClassName
{
background-color: #C58A75;
}
.BgClassName
{
background-color: #C58A75;
}
</style>
border-color css
<style>
span { border-color: #C58A75; }
span { border-color: rgb(197,138,117); }
td.TdClassName
{
border-color: #C58A75;
}
.TagClassName
{
border-color: #C58A75;
}
</style>