Shades of Feldspar #C5907B
Tints of Feldspar #C5907B
RGB
CMYK
RGB Variations
Color information
#C5907B (or 0xC5907B) is known color: Feldspar. HEX triplet: C5, 90 and 7B. RGB value is (197,144,123). Sum of RGB (Red+Green+Blue) = 197+144+123=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5907B is #3A6F84. Grayscale: #9D9D9D. Windows color (decimal): -3829637 or 8097989. OLE color: 8097989.
HSL color Cylindrical-coordinate representation of color #C5907B: hue angle of 17.03º 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 #C5907B is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 123 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.23 |
| HSL | 17.03º | 0.39% | 0.63% | - |
| HSV(B) | 17.03º | 0.38% | 0.77% | - |
| XYZ | 36.57 | 33.25 | 23.23 | - |
| YUV | 157.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 123 | 0 | 0.27 | 0.38 | 0.23 | 17.03 | 0.39 | 0.63 |
| Hex | C5 | 90 | 7B | 0 | 1B | 26 | 17 | 11 | 27 | 3F |
| Octal | 305 | 220 | 173 | 0 | 33 | 46 | 27 | 21 | 47 | 77 |
| Binary | 11000101 | 10010000 | 1111011 | 0 | 11011 | 100110 | 10111 | 10001 | 100111 | 111111 |
Color Harmonies of #C5907B
Complementary color
Monochromatic Colors of #C5907B
Black with #C5907B
Text Example
Text Example
White with #C5907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5907B; }
p { color: rgb(197,144,123); }
H1.HeaderClassName
{
color: #C5907B;
}
.AnyTagClassName
{
color: #C5907B;
}
</style>
background-color css
<style>
a { background-color: #C5907B; }
a { background-color: rgb(197,144,123); }
div.DivClassName
{
background-color: #C5907B;
}
.BgClassName
{
background-color: #C5907B;
}
</style>
border-color css
<style>
span { border-color: #C5907B; }
span { border-color: rgb(197,144,123); }
td.TdClassName
{
border-color: #C5907B;
}
.TagClassName
{
border-color: #C5907B;
}
</style>