Shades of Feldspar #C4907A
Tints of Feldspar #C4907A
RGB
CMYK
RGB Variations
Color information
#C4907A (or 0xC4907A) is known color: Feldspar. HEX triplet: C4, 90 and 7A. RGB value is (196,144,122). Sum of RGB (Red+Green+Blue) = 196+144+122=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907A is #3B6F85. Grayscale: #9D9D9D. Windows color (decimal): -3895174 or 8032452. OLE color: 8032452.
HSL color Cylindrical-coordinate representation of color #C4907A: hue angle of 17.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4907A is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 122 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.23 |
| HSL | 17.84º | 0.39% | 0.62% | - |
| HSV(B) | 17.84º | 0.38% | 0.77% | - |
| XYZ | 36.25 | 33.09 | 22.89 | - |
| YUV | 157.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 122 | 0 | 0.27 | 0.38 | 0.23 | 17.84 | 0.39 | 0.62 |
| Hex | C4 | 90 | 7A | 0 | 1B | 26 | 17 | 12 | 27 | 3E |
| Octal | 304 | 220 | 172 | 0 | 33 | 46 | 27 | 22 | 47 | 76 |
| Binary | 11000100 | 10010000 | 1111010 | 0 | 11011 | 100110 | 10111 | 10010 | 100111 | 111110 |
Color Harmonies of #C4907A
Complementary color
Monochromatic Colors of #C4907A
Black with #C4907A
Text Example
Text Example
White with #C4907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4907A; }
p { color: rgb(196,144,122); }
H1.HeaderClassName
{
color: #C4907A;
}
.AnyTagClassName
{
color: #C4907A;
}
</style>
background-color css
<style>
a { background-color: #C4907A; }
a { background-color: rgb(196,144,122); }
div.DivClassName
{
background-color: #C4907A;
}
.BgClassName
{
background-color: #C4907A;
}
</style>
border-color css
<style>
span { border-color: #C4907A; }
span { border-color: rgb(196,144,122); }
td.TdClassName
{
border-color: #C4907A;
}
.TagClassName
{
border-color: #C4907A;
}
</style>