Shades of Feldspar #C58A74
Tints of Feldspar #C58A74
RGB
CMYK
RGB Variations
Color information
#C58A74 (or 0xC58A74) is known color: Feldspar. HEX triplet: C5, 8A and 74. RGB value is (197,138,116). Sum of RGB (Red+Green+Blue) = 197+138+116=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A74 is #3A758B. Grayscale: #999999. Windows color (decimal): -3831180 or 7637701. OLE color: 7637701.
HSL color Cylindrical-coordinate representation of color #C58A74: hue angle of 16.3º 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 #C58A74 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 116 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.23 |
| HSL | 16.3º | 0.41% | 0.61% | - |
| HSV(B) | 16.3º | 0.41% | 0.77% | - |
| XYZ | 35.27 | 31.31 | 20.71 | - |
| YUV | 153.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 116 | 0 | 0.30 | 0.41 | 0.23 | 16.3 | 0.41 | 0.61 |
| Hex | C5 | 8A | 74 | 0 | 1E | 29 | 17 | 10 | 29 | 3D |
| Octal | 305 | 212 | 164 | 0 | 36 | 51 | 27 | 20 | 51 | 75 |
| Binary | 11000101 | 10001010 | 1110100 | 0 | 11110 | 101001 | 10111 | 10000 | 101001 | 111101 |
Color Harmonies of #C58A74
Complementary color
Monochromatic Colors of #C58A74
Black with #C58A74
Text Example
Text Example
White with #C58A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A74; }
p { color: rgb(197,138,116); }
H1.HeaderClassName
{
color: #C58A74;
}
.AnyTagClassName
{
color: #C58A74;
}
</style>
background-color css
<style>
a { background-color: #C58A74; }
a { background-color: rgb(197,138,116); }
div.DivClassName
{
background-color: #C58A74;
}
.BgClassName
{
background-color: #C58A74;
}
</style>
border-color css
<style>
span { border-color: #C58A74; }
span { border-color: rgb(197,138,116); }
td.TdClassName
{
border-color: #C58A74;
}
.TagClassName
{
border-color: #C58A74;
}
</style>