Shades of Feldspar #C58B6F
Tints of Feldspar #C58B6F
RGB
CMYK
RGB Variations
Color information
#C58B6F (or 0xC58B6F) is known color: Feldspar. HEX triplet: C5, 8B and 6F. RGB value is (197,139,111). Sum of RGB (Red+Green+Blue) = 197+139+111=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B6F is #3A7490. Grayscale: #999999. Windows color (decimal): -3830929 or 7310277. OLE color: 7310277.
HSL color Cylindrical-coordinate representation of color #C58B6F: hue angle of 19.53º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58B6F is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 111 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.23 |
| HSL | 19.53º | 0.43% | 0.6% | - |
| HSV(B) | 19.53º | 0.44% | 0.77% | - |
| XYZ | 35.13 | 31.48 | 19.26 | - |
| YUV | 153.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 111 | 0 | 0.29 | 0.44 | 0.23 | 19.53 | 0.43 | 0.6 |
| Hex | C5 | 8B | 6F | 0 | 1D | 2C | 17 | 14 | 2B | 3C |
| Octal | 305 | 213 | 157 | 0 | 35 | 54 | 27 | 24 | 53 | 74 |
| Binary | 11000101 | 10001011 | 1101111 | 0 | 11101 | 101100 | 10111 | 10100 | 101011 | 111100 |
Color Harmonies of #C58B6F
Complementary color
Monochromatic Colors of #C58B6F
Black with #C58B6F
Text Example
Text Example
White with #C58B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B6F; }
p { color: rgb(197,139,111); }
H1.HeaderClassName
{
color: #C58B6F;
}
.AnyTagClassName
{
color: #C58B6F;
}
</style>
background-color css
<style>
a { background-color: #C58B6F; }
a { background-color: rgb(197,139,111); }
div.DivClassName
{
background-color: #C58B6F;
}
.BgClassName
{
background-color: #C58B6F;
}
</style>
border-color css
<style>
span { border-color: #C58B6F; }
span { border-color: rgb(197,139,111); }
td.TdClassName
{
border-color: #C58B6F;
}
.TagClassName
{
border-color: #C58B6F;
}
</style>