Shades of Feldspar #C58B77
Tints of Feldspar #C58B77
RGB
CMYK
RGB Variations
Color information
#C58B77 (or 0xC58B77) is known color: Feldspar. HEX triplet: C5, 8B and 77. RGB value is (197,139,119). Sum of RGB (Red+Green+Blue) = 197+139+119=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B77 is #3A7488. Grayscale: #9A9A9A. Windows color (decimal): -3830921 or 7834565. OLE color: 7834565.
HSL color Cylindrical-coordinate representation of color #C58B77: hue angle of 15.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58B77 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 119 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.23 |
| HSL | 15.38º | 0.4% | 0.62% | - |
| HSV(B) | 15.38º | 0.4% | 0.77% | - |
| XYZ | 35.59 | 31.67 | 21.69 | - |
| YUV | 154.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 119 | 0 | 0.29 | 0.40 | 0.23 | 15.38 | 0.4 | 0.62 |
| Hex | C5 | 8B | 77 | 0 | 1D | 28 | 17 | F | 28 | 3E |
| Octal | 305 | 213 | 167 | 0 | 35 | 50 | 27 | 17 | 50 | 76 |
| Binary | 11000101 | 10001011 | 1110111 | 0 | 11101 | 101000 | 10111 | 1111 | 101000 | 111110 |
Color Harmonies of #C58B77
Complementary color
Monochromatic Colors of #C58B77
Black with #C58B77
Text Example
Text Example
White with #C58B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B77; }
p { color: rgb(197,139,119); }
H1.HeaderClassName
{
color: #C58B77;
}
.AnyTagClassName
{
color: #C58B77;
}
</style>
background-color css
<style>
a { background-color: #C58B77; }
a { background-color: rgb(197,139,119); }
div.DivClassName
{
background-color: #C58B77;
}
.BgClassName
{
background-color: #C58B77;
}
</style>
border-color css
<style>
span { border-color: #C58B77; }
span { border-color: rgb(197,139,119); }
td.TdClassName
{
border-color: #C58B77;
}
.TagClassName
{
border-color: #C58B77;
}
</style>