Shades of Feldspar #C59272
Tints of Feldspar #C59272
RGB
CMYK
RGB Variations
Color information
#C59272 (or 0xC59272) is known color: Feldspar. HEX triplet: C5, 92 and 72. RGB value is (197,146,114). Sum of RGB (Red+Green+Blue) = 197+146+114=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C59272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59272 is #3A6D8D. Grayscale: #9D9D9D. Windows color (decimal): -3829134 or 7508677. OLE color: 7508677.
HSL color Cylindrical-coordinate representation of color #C59272: hue angle of 23.13º 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 #C59272 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 114 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.23 |
| HSL | 23.13º | 0.42% | 0.61% | - |
| HSV(B) | 23.13º | 0.42% | 0.77% | - |
| XYZ | 36.34 | 33.64 | 20.5 | - |
| YUV | 157.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 114 | 0 | 0.26 | 0.42 | 0.23 | 23.13 | 0.42 | 0.61 |
| Hex | C5 | 92 | 72 | 0 | 1A | 2A | 17 | 17 | 2A | 3D |
| Octal | 305 | 222 | 162 | 0 | 32 | 52 | 27 | 27 | 52 | 75 |
| Binary | 11000101 | 10010010 | 1110010 | 0 | 11010 | 101010 | 10111 | 10111 | 101010 | 111101 |
Color Harmonies of #C59272
Complementary color
Monochromatic Colors of #C59272
Black with #C59272
Text Example
Text Example
White with #C59272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59272; }
p { color: rgb(197,146,114); }
H1.HeaderClassName
{
color: #C59272;
}
.AnyTagClassName
{
color: #C59272;
}
</style>
background-color css
<style>
a { background-color: #C59272; }
a { background-color: rgb(197,146,114); }
div.DivClassName
{
background-color: #C59272;
}
.BgClassName
{
background-color: #C59272;
}
</style>
border-color css
<style>
span { border-color: #C59272; }
span { border-color: rgb(197,146,114); }
td.TdClassName
{
border-color: #C59272;
}
.TagClassName
{
border-color: #C59272;
}
</style>