Shades of Feldspar #C58A78
Tints of Feldspar #C58A78
RGB
CMYK
RGB Variations
Color information
#C58A78 (or 0xC58A78) is known color: Feldspar. HEX triplet: C5, 8A and 78. RGB value is (197,138,120). Sum of RGB (Red+Green+Blue) = 197+138+120=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A78 is #3A7587. Grayscale: #999999. Windows color (decimal): -3831176 or 7899845. OLE color: 7899845.
HSL color Cylindrical-coordinate representation of color #C58A78: hue angle of 14.03º 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 #C58A78 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 120 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.23 |
| HSL | 14.03º | 0.4% | 0.62% | - |
| HSV(B) | 14.03º | 0.39% | 0.77% | - |
| XYZ | 35.5 | 31.4 | 21.96 | - |
| YUV | 153.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 120 | 0 | 0.30 | 0.39 | 0.23 | 14.03 | 0.4 | 0.62 |
| Hex | C5 | 8A | 78 | 0 | 1E | 27 | 17 | E | 28 | 3E |
| Octal | 305 | 212 | 170 | 0 | 36 | 47 | 27 | 16 | 50 | 76 |
| Binary | 11000101 | 10001010 | 1111000 | 0 | 11110 | 100111 | 10111 | 1110 | 101000 | 111110 |
Color Harmonies of #C58A78
Complementary color
Monochromatic Colors of #C58A78
Black with #C58A78
Text Example
Text Example
White with #C58A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A78; }
p { color: rgb(197,138,120); }
H1.HeaderClassName
{
color: #C58A78;
}
.AnyTagClassName
{
color: #C58A78;
}
</style>
background-color css
<style>
a { background-color: #C58A78; }
a { background-color: rgb(197,138,120); }
div.DivClassName
{
background-color: #C58A78;
}
.BgClassName
{
background-color: #C58A78;
}
</style>
border-color css
<style>
span { border-color: #C58A78; }
span { border-color: rgb(197,138,120); }
td.TdClassName
{
border-color: #C58A78;
}
.TagClassName
{
border-color: #C58A78;
}
</style>