Shades of Feldspar #C58E70
Tints of Feldspar #C58E70
RGB
CMYK
RGB Variations
Color information
#C58E70 (or 0xC58E70) is known color: Feldspar. HEX triplet: C5, 8E and 70. RGB value is (197,142,112). Sum of RGB (Red+Green+Blue) = 197+142+112=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E70 is #3A718F. Grayscale: #9B9B9B. Windows color (decimal): -3830160 or 7376581. OLE color: 7376581.
HSL color Cylindrical-coordinate representation of color #C58E70: hue angle of 21.18º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58E70 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 112 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.23 |
| HSL | 21.18º | 0.42% | 0.61% | - |
| HSV(B) | 21.18º | 0.43% | 0.77% | - |
| XYZ | 35.62 | 32.39 | 19.7 | - |
| YUV | 155.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 112 | 0 | 0.28 | 0.43 | 0.23 | 21.18 | 0.42 | 0.61 |
| Hex | C5 | 8E | 70 | 0 | 1C | 2B | 17 | 15 | 2A | 3D |
| Octal | 305 | 216 | 160 | 0 | 34 | 53 | 27 | 25 | 52 | 75 |
| Binary | 11000101 | 10001110 | 1110000 | 0 | 11100 | 101011 | 10111 | 10101 | 101010 | 111101 |
Color Harmonies of #C58E70
Complementary color
Monochromatic Colors of #C58E70
Black with #C58E70
Text Example
Text Example
White with #C58E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E70; }
p { color: rgb(197,142,112); }
H1.HeaderClassName
{
color: #C58E70;
}
.AnyTagClassName
{
color: #C58E70;
}
</style>
background-color css
<style>
a { background-color: #C58E70; }
a { background-color: rgb(197,142,112); }
div.DivClassName
{
background-color: #C58E70;
}
.BgClassName
{
background-color: #C58E70;
}
</style>
border-color css
<style>
span { border-color: #C58E70; }
span { border-color: rgb(197,142,112); }
td.TdClassName
{
border-color: #C58E70;
}
.TagClassName
{
border-color: #C58E70;
}
</style>