Shades of Feldspar #C4917B
Tints of Feldspar #C4917B
RGB
CMYK
RGB Variations
Color information
#C4917B (or 0xC4917B) is known color: Feldspar. HEX triplet: C4, 91 and 7B. RGB value is (196,145,123). Sum of RGB (Red+Green+Blue) = 196+145+123=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4917B is #3B6E84. Grayscale: #9D9D9D. Windows color (decimal): -3894917 or 8098244. OLE color: 8098244.
HSL color Cylindrical-coordinate representation of color #C4917B: hue angle of 18.08º 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 #C4917B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 123 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.23 |
| HSL | 18.08º | 0.38% | 0.63% | - |
| HSV(B) | 18.08º | 0.37% | 0.77% | - |
| XYZ | 36.47 | 33.42 | 23.27 | - |
| YUV | 157.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 123 | 0 | 0.26 | 0.37 | 0.23 | 18.08 | 0.38 | 0.63 |
| Hex | C4 | 91 | 7B | 0 | 1A | 25 | 17 | 12 | 26 | 3F |
| Octal | 304 | 221 | 173 | 0 | 32 | 45 | 27 | 22 | 46 | 77 |
| Binary | 11000100 | 10010001 | 1111011 | 0 | 11010 | 100101 | 10111 | 10010 | 100110 | 111111 |
Color Harmonies of #C4917B
Complementary color
Monochromatic Colors of #C4917B
Black with #C4917B
Text Example
Text Example
White with #C4917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4917B; }
p { color: rgb(196,145,123); }
H1.HeaderClassName
{
color: #C4917B;
}
.AnyTagClassName
{
color: #C4917B;
}
</style>
background-color css
<style>
a { background-color: #C4917B; }
a { background-color: rgb(196,145,123); }
div.DivClassName
{
background-color: #C4917B;
}
.BgClassName
{
background-color: #C4917B;
}
</style>
border-color css
<style>
span { border-color: #C4917B; }
span { border-color: rgb(196,145,123); }
td.TdClassName
{
border-color: #C4917B;
}
.TagClassName
{
border-color: #C4917B;
}
</style>