Shades of Feldspar #C58A76
Tints of Feldspar #C58A76
RGB
CMYK
RGB Variations
Color information
#C58A76 (or 0xC58A76) is known color: Feldspar. HEX triplet: C5, 8A and 76. RGB value is (197,138,118). Sum of RGB (Red+Green+Blue) = 197+138+118=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A76 is #3A7589. Grayscale: #999999. Windows color (decimal): -3831178 or 7768773. OLE color: 7768773.
HSL color Cylindrical-coordinate representation of color #C58A76: hue angle of 15.19º degrees, saturation: 0.41, 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 #C58A76 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 118 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.23 |
| HSL | 15.19º | 0.41% | 0.62% | - |
| HSV(B) | 15.19º | 0.4% | 0.77% | - |
| XYZ | 35.38 | 31.36 | 21.33 | - |
| YUV | 153.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 118 | 0 | 0.30 | 0.40 | 0.23 | 15.19 | 0.41 | 0.62 |
| Hex | C5 | 8A | 76 | 0 | 1E | 28 | 17 | F | 29 | 3E |
| Octal | 305 | 212 | 166 | 0 | 36 | 50 | 27 | 17 | 51 | 76 |
| Binary | 11000101 | 10001010 | 1110110 | 0 | 11110 | 101000 | 10111 | 1111 | 101001 | 111110 |
Color Harmonies of #C58A76
Complementary color
Monochromatic Colors of #C58A76
Black with #C58A76
Text Example
Text Example
White with #C58A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A76; }
p { color: rgb(197,138,118); }
H1.HeaderClassName
{
color: #C58A76;
}
.AnyTagClassName
{
color: #C58A76;
}
</style>
background-color css
<style>
a { background-color: #C58A76; }
a { background-color: rgb(197,138,118); }
div.DivClassName
{
background-color: #C58A76;
}
.BgClassName
{
background-color: #C58A76;
}
</style>
border-color css
<style>
span { border-color: #C58A76; }
span { border-color: rgb(197,138,118); }
td.TdClassName
{
border-color: #C58A76;
}
.TagClassName
{
border-color: #C58A76;
}
</style>