Shades of Feldspar #C59072
Tints of Feldspar #C59072
RGB
CMYK
RGB Variations
Color information
#C59072 (or 0xC59072) is known color: Feldspar. HEX triplet: C5, 90 and 72. RGB value is (197,144,114). Sum of RGB (Red+Green+Blue) = 197+144+114=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C59072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59072 is #3A6F8D. Grayscale: #9C9C9C. Windows color (decimal): -3829646 or 7508165. OLE color: 7508165.
HSL color Cylindrical-coordinate representation of color #C59072: hue angle of 21.69º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C59072 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 114 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.23 |
| HSL | 21.69º | 0.42% | 0.61% | - |
| HSV(B) | 21.69º | 0.42% | 0.77% | - |
| XYZ | 36.04 | 33.03 | 20.4 | - |
| YUV | 156.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 114 | 0 | 0.27 | 0.42 | 0.23 | 21.69 | 0.42 | 0.61 |
| Hex | C5 | 90 | 72 | 0 | 1B | 2A | 17 | 16 | 2A | 3D |
| Octal | 305 | 220 | 162 | 0 | 33 | 52 | 27 | 26 | 52 | 75 |
| Binary | 11000101 | 10010000 | 1110010 | 0 | 11011 | 101010 | 10111 | 10110 | 101010 | 111101 |
Color Harmonies of #C59072
Complementary color
Monochromatic Colors of #C59072
Black with #C59072
Text Example
Text Example
White with #C59072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59072; }
p { color: rgb(197,144,114); }
H1.HeaderClassName
{
color: #C59072;
}
.AnyTagClassName
{
color: #C59072;
}
</style>
background-color css
<style>
a { background-color: #C59072; }
a { background-color: rgb(197,144,114); }
div.DivClassName
{
background-color: #C59072;
}
.BgClassName
{
background-color: #C59072;
}
</style>
border-color css
<style>
span { border-color: #C59072; }
span { border-color: rgb(197,144,114); }
td.TdClassName
{
border-color: #C59072;
}
.TagClassName
{
border-color: #C59072;
}
</style>