Shades of Feldspar #C59078
Tints of Feldspar #C59078
RGB
CMYK
RGB Variations
Color information
#C59078 (or 0xC59078) is known color: Feldspar. HEX triplet: C5, 90 and 78. RGB value is (197,144,120). Sum of RGB (Red+Green+Blue) = 197+144+120=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59078 is #3A6F87. Grayscale: #9D9D9D. Windows color (decimal): -3829640 or 7901381. OLE color: 7901381.
HSL color Cylindrical-coordinate representation of color #C59078: hue angle of 18.7º 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 #C59078 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 120 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.23 |
| HSL | 18.7º | 0.4% | 0.62% | - |
| HSV(B) | 18.7º | 0.39% | 0.77% | - |
| XYZ | 36.39 | 33.17 | 22.25 | - |
| YUV | 157.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 120 | 0 | 0.27 | 0.39 | 0.23 | 18.7 | 0.4 | 0.62 |
| Hex | C5 | 90 | 78 | 0 | 1B | 27 | 17 | 13 | 28 | 3E |
| Octal | 305 | 220 | 170 | 0 | 33 | 47 | 27 | 23 | 50 | 76 |
| Binary | 11000101 | 10010000 | 1111000 | 0 | 11011 | 100111 | 10111 | 10011 | 101000 | 111110 |
Color Harmonies of #C59078
Complementary color
Monochromatic Colors of #C59078
Black with #C59078
Text Example
Text Example
White with #C59078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59078; }
p { color: rgb(197,144,120); }
H1.HeaderClassName
{
color: #C59078;
}
.AnyTagClassName
{
color: #C59078;
}
</style>
background-color css
<style>
a { background-color: #C59078; }
a { background-color: rgb(197,144,120); }
div.DivClassName
{
background-color: #C59078;
}
.BgClassName
{
background-color: #C59078;
}
</style>
border-color css
<style>
span { border-color: #C59078; }
span { border-color: rgb(197,144,120); }
td.TdClassName
{
border-color: #C59078;
}
.TagClassName
{
border-color: #C59078;
}
</style>