Shades of Feldspar #C4907B
Tints of Feldspar #C4907B
RGB
CMYK
RGB Variations
Color information
#C4907B (or 0xC4907B) is known color: Feldspar. HEX triplet: C4, 90 and 7B. RGB value is (196,144,123). Sum of RGB (Red+Green+Blue) = 196+144+123=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907B is #3B6F84. Grayscale: #9D9D9D. Windows color (decimal): -3895173 or 8097988. OLE color: 8097988.
HSL color Cylindrical-coordinate representation of color #C4907B: hue angle of 17.26º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4907B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 123 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.23 |
| HSL | 17.26º | 0.38% | 0.63% | - |
| HSV(B) | 17.26º | 0.37% | 0.77% | - |
| XYZ | 36.31 | 33.11 | 23.22 | - |
| YUV | 157.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 123 | 0 | 0.27 | 0.37 | 0.23 | 17.26 | 0.38 | 0.63 |
| Hex | C4 | 90 | 7B | 0 | 1B | 25 | 17 | 11 | 26 | 3F |
| Octal | 304 | 220 | 173 | 0 | 33 | 45 | 27 | 21 | 46 | 77 |
| Binary | 11000100 | 10010000 | 1111011 | 0 | 11011 | 100101 | 10111 | 10001 | 100110 | 111111 |
Color Harmonies of #C4907B
Complementary color
Monochromatic Colors of #C4907B
Black with #C4907B
Text Example
Text Example
White with #C4907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4907B; }
p { color: rgb(196,144,123); }
H1.HeaderClassName
{
color: #C4907B;
}
.AnyTagClassName
{
color: #C4907B;
}
</style>
background-color css
<style>
a { background-color: #C4907B; }
a { background-color: rgb(196,144,123); }
div.DivClassName
{
background-color: #C4907B;
}
.BgClassName
{
background-color: #C4907B;
}
</style>
border-color css
<style>
span { border-color: #C4907B; }
span { border-color: rgb(196,144,123); }
td.TdClassName
{
border-color: #C4907B;
}
.TagClassName
{
border-color: #C4907B;
}
</style>