Shades of Feldspar #C59378
Tints of Feldspar #C59378
RGB
CMYK
RGB Variations
Color information
#C59378 (or 0xC59378) is known color: Feldspar. HEX triplet: C5, 93 and 78. RGB value is (197,147,120). Sum of RGB (Red+Green+Blue) = 197+147+120=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C59378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59378 is #3A6C87. Grayscale: #9F9F9F. Windows color (decimal): -3828872 or 7902149. OLE color: 7902149.
HSL color Cylindrical-coordinate representation of color #C59378: hue angle of 21.04º 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 #C59378 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 120 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.23 |
| HSL | 21.04º | 0.4% | 0.62% | - |
| HSV(B) | 21.04º | 0.39% | 0.77% | - |
| XYZ | 36.85 | 34.09 | 22.41 | - |
| YUV | 158.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 120 | 0 | 0.25 | 0.39 | 0.23 | 21.04 | 0.4 | 0.62 |
| Hex | C5 | 93 | 78 | 0 | 19 | 27 | 17 | 15 | 28 | 3E |
| Octal | 305 | 223 | 170 | 0 | 31 | 47 | 27 | 25 | 50 | 76 |
| Binary | 11000101 | 10010011 | 1111000 | 0 | 11001 | 100111 | 10111 | 10101 | 101000 | 111110 |
Color Harmonies of #C59378
Complementary color
Monochromatic Colors of #C59378
Black with #C59378
Text Example
Text Example
White with #C59378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59378; }
p { color: rgb(197,147,120); }
H1.HeaderClassName
{
color: #C59378;
}
.AnyTagClassName
{
color: #C59378;
}
</style>
background-color css
<style>
a { background-color: #C59378; }
a { background-color: rgb(197,147,120); }
div.DivClassName
{
background-color: #C59378;
}
.BgClassName
{
background-color: #C59378;
}
</style>
border-color css
<style>
span { border-color: #C59378; }
span { border-color: rgb(197,147,120); }
td.TdClassName
{
border-color: #C59378;
}
.TagClassName
{
border-color: #C59378;
}
</style>