Shades of Feldspar #C5927A
Tints of Feldspar #C5927A
RGB
CMYK
RGB Variations
Color information
#C5927A (or 0xC5927A) is known color: Feldspar. HEX triplet: C5, 92 and 7A. RGB value is (197,146,122). Sum of RGB (Red+Green+Blue) = 197+146+122=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5927A is #3A6D85. Grayscale: #9E9E9E. Windows color (decimal): -3829126 or 8032965. OLE color: 8032965.
HSL color Cylindrical-coordinate representation of color #C5927A: hue angle of 19.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5927A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 122 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.23 |
| HSL | 19.2º | 0.39% | 0.63% | - |
| HSV(B) | 19.2º | 0.38% | 0.77% | - |
| XYZ | 36.82 | 33.83 | 23 | - |
| YUV | 158.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 122 | 0 | 0.26 | 0.38 | 0.23 | 19.2 | 0.39 | 0.63 |
| Hex | C5 | 92 | 7A | 0 | 1A | 26 | 17 | 13 | 27 | 3F |
| Octal | 305 | 222 | 172 | 0 | 32 | 46 | 27 | 23 | 47 | 77 |
| Binary | 11000101 | 10010010 | 1111010 | 0 | 11010 | 100110 | 10111 | 10011 | 100111 | 111111 |
Color Harmonies of #C5927A
Complementary color
Monochromatic Colors of #C5927A
Black with #C5927A
Text Example
Text Example
White with #C5927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5927A; }
p { color: rgb(197,146,122); }
H1.HeaderClassName
{
color: #C5927A;
}
.AnyTagClassName
{
color: #C5927A;
}
</style>
background-color css
<style>
a { background-color: #C5927A; }
a { background-color: rgb(197,146,122); }
div.DivClassName
{
background-color: #C5927A;
}
.BgClassName
{
background-color: #C5927A;
}
</style>
border-color css
<style>
span { border-color: #C5927A; }
span { border-color: rgb(197,146,122); }
td.TdClassName
{
border-color: #C5927A;
}
.TagClassName
{
border-color: #C5927A;
}
</style>