Shades of Feldspar #C5907A
Tints of Feldspar #C5907A
RGB
CMYK
RGB Variations
Color information
#C5907A (or 0xC5907A) is known color: Feldspar. HEX triplet: C5, 90 and 7A. RGB value is (197,144,122). Sum of RGB (Red+Green+Blue) = 197+144+122=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5907A is #3A6F85. Grayscale: #9D9D9D. Windows color (decimal): -3829638 or 8032453. OLE color: 8032453.
HSL color Cylindrical-coordinate representation of color #C5907A: hue angle of 17.6º 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 #C5907A is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 122 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.23 |
| HSL | 17.6º | 0.39% | 0.63% | - |
| HSV(B) | 17.6º | 0.38% | 0.77% | - |
| XYZ | 36.51 | 33.22 | 22.9 | - |
| YUV | 157.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 122 | 0 | 0.27 | 0.38 | 0.23 | 17.6 | 0.39 | 0.63 |
| Hex | C5 | 90 | 7A | 0 | 1B | 26 | 17 | 12 | 27 | 3F |
| Octal | 305 | 220 | 172 | 0 | 33 | 46 | 27 | 22 | 47 | 77 |
| Binary | 11000101 | 10010000 | 1111010 | 0 | 11011 | 100110 | 10111 | 10010 | 100111 | 111111 |
Color Harmonies of #C5907A
Complementary color
Monochromatic Colors of #C5907A
Black with #C5907A
Text Example
Text Example
White with #C5907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5907A; }
p { color: rgb(197,144,122); }
H1.HeaderClassName
{
color: #C5907A;
}
.AnyTagClassName
{
color: #C5907A;
}
</style>
background-color css
<style>
a { background-color: #C5907A; }
a { background-color: rgb(197,144,122); }
div.DivClassName
{
background-color: #C5907A;
}
.BgClassName
{
background-color: #C5907A;
}
</style>
border-color css
<style>
span { border-color: #C5907A; }
span { border-color: rgb(197,144,122); }
td.TdClassName
{
border-color: #C5907A;
}
.TagClassName
{
border-color: #C5907A;
}
</style>