Shades of Feldspar #C5927B
Tints of Feldspar #C5927B
RGB
CMYK
RGB Variations
Color information
#C5927B (or 0xC5927B) is known color: Feldspar. HEX triplet: C5, 92 and 7B. RGB value is (197,146,123). Sum of RGB (Red+Green+Blue) = 197+146+123=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5927B is #3A6D84. Grayscale: #9E9E9E. Windows color (decimal): -3829125 or 8098501. OLE color: 8098501.
HSL color Cylindrical-coordinate representation of color #C5927B: hue angle of 18.65º 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 #C5927B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 123 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.23 |
| HSL | 18.65º | 0.39% | 0.63% | - |
| HSV(B) | 18.65º | 0.38% | 0.77% | - |
| XYZ | 36.88 | 33.86 | 23.33 | - |
| YUV | 158.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 123 | 0 | 0.26 | 0.38 | 0.23 | 18.65 | 0.39 | 0.63 |
| Hex | C5 | 92 | 7B | 0 | 1A | 26 | 17 | 13 | 27 | 3F |
| Octal | 305 | 222 | 173 | 0 | 32 | 46 | 27 | 23 | 47 | 77 |
| Binary | 11000101 | 10010010 | 1111011 | 0 | 11010 | 100110 | 10111 | 10011 | 100111 | 111111 |
Color Harmonies of #C5927B
Complementary color
Monochromatic Colors of #C5927B
Black with #C5927B
Text Example
Text Example
White with #C5927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5927B; }
p { color: rgb(197,146,123); }
H1.HeaderClassName
{
color: #C5927B;
}
.AnyTagClassName
{
color: #C5927B;
}
</style>
background-color css
<style>
a { background-color: #C5927B; }
a { background-color: rgb(197,146,123); }
div.DivClassName
{
background-color: #C5927B;
}
.BgClassName
{
background-color: #C5927B;
}
</style>
border-color css
<style>
span { border-color: #C5927B; }
span { border-color: rgb(197,146,123); }
td.TdClassName
{
border-color: #C5927B;
}
.TagClassName
{
border-color: #C5927B;
}
</style>