Shades of Feldspar #C58F6D
Tints of Feldspar #C58F6D
RGB
CMYK
RGB Variations
Color information
#C58F6D (or 0xC58F6D) is known color: Feldspar. HEX triplet: C5, 8F and 6D. RGB value is (197,143,109). Sum of RGB (Red+Green+Blue) = 197+143+109=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F6D is #3A7092. Grayscale: #9B9B9B. Windows color (decimal): -3829907 or 7180229. OLE color: 7180229.
HSL color Cylindrical-coordinate representation of color #C58F6D: hue angle of 23.18º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58F6D is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 109 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.23 |
| HSL | 23.18º | 0.43% | 0.6% | - |
| HSV(B) | 23.18º | 0.45% | 0.77% | - |
| XYZ | 35.61 | 32.62 | 18.89 | - |
| YUV | 155.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 109 | 0 | 0.27 | 0.45 | 0.23 | 23.18 | 0.43 | 0.6 |
| Hex | C5 | 8F | 6D | 0 | 1B | 2D | 17 | 17 | 2B | 3C |
| Octal | 305 | 217 | 155 | 0 | 33 | 55 | 27 | 27 | 53 | 74 |
| Binary | 11000101 | 10001111 | 1101101 | 0 | 11011 | 101101 | 10111 | 10111 | 101011 | 111100 |
Color Harmonies of #C58F6D
Complementary color
Monochromatic Colors of #C58F6D
Black with #C58F6D
Text Example
Text Example
White with #C58F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F6D; }
p { color: rgb(197,143,109); }
H1.HeaderClassName
{
color: #C58F6D;
}
.AnyTagClassName
{
color: #C58F6D;
}
</style>
background-color css
<style>
a { background-color: #C58F6D; }
a { background-color: rgb(197,143,109); }
div.DivClassName
{
background-color: #C58F6D;
}
.BgClassName
{
background-color: #C58F6D;
}
</style>
border-color css
<style>
span { border-color: #C58F6D; }
span { border-color: rgb(197,143,109); }
td.TdClassName
{
border-color: #C58F6D;
}
.TagClassName
{
border-color: #C58F6D;
}
</style>