Shades of Feldspar #C58B78
Tints of Feldspar #C58B78
RGB
CMYK
RGB Variations
Color information
#C58B78 (or 0xC58B78) is known color: Feldspar. HEX triplet: C5, 8B and 78. RGB value is (197,139,120). Sum of RGB (Red+Green+Blue) = 197+139+120=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B78 is #3A7487. Grayscale: #9A9A9A. Windows color (decimal): -3830920 or 7900101. OLE color: 7900101.
HSL color Cylindrical-coordinate representation of color #C58B78: hue angle of 14.81º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58B78 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 120 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.23 |
| HSL | 14.81º | 0.4% | 0.62% | - |
| HSV(B) | 14.81º | 0.39% | 0.77% | - |
| XYZ | 35.65 | 31.69 | 22.01 | - |
| YUV | 154.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 120 | 0 | 0.29 | 0.39 | 0.23 | 14.81 | 0.4 | 0.62 |
| Hex | C5 | 8B | 78 | 0 | 1D | 27 | 17 | F | 28 | 3E |
| Octal | 305 | 213 | 170 | 0 | 35 | 47 | 27 | 17 | 50 | 76 |
| Binary | 11000101 | 10001011 | 1111000 | 0 | 11101 | 100111 | 10111 | 1111 | 101000 | 111110 |
Color Harmonies of #C58B78
Complementary color
Monochromatic Colors of #C58B78
Black with #C58B78
Text Example
Text Example
White with #C58B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B78; }
p { color: rgb(197,139,120); }
H1.HeaderClassName
{
color: #C58B78;
}
.AnyTagClassName
{
color: #C58B78;
}
</style>
background-color css
<style>
a { background-color: #C58B78; }
a { background-color: rgb(197,139,120); }
div.DivClassName
{
background-color: #C58B78;
}
.BgClassName
{
background-color: #C58B78;
}
</style>
border-color css
<style>
span { border-color: #C58B78; }
span { border-color: rgb(197,139,120); }
td.TdClassName
{
border-color: #C58B78;
}
.TagClassName
{
border-color: #C58B78;
}
</style>