Shades of Feldspar #C8916F
Tints of Feldspar #C8916F
RGB
CMYK
RGB Variations
Color information
#C8916F (or 0xC8916F) is known color: Feldspar. HEX triplet: C8, 91 and 6F. RGB value is (200,145,111). Sum of RGB (Red+Green+Blue) = 200+145+111=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8916F is #376E90. Grayscale: #9D9D9D. Windows color (decimal): -3632785 or 7311816. OLE color: 7311816.
HSL color Cylindrical-coordinate representation of color #C8916F: hue angle of 22.92º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8916F is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 111 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.22 |
| HSL | 22.92º | 0.45% | 0.61% | - |
| HSV(B) | 22.92º | 0.45% | 0.78% | - |
| XYZ | 36.81 | 33.68 | 19.6 | - |
| YUV | 157.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 111 | 0 | 0.28 | 0.44 | 0.22 | 22.92 | 0.45 | 0.61 |
| Hex | C8 | 91 | 6F | 0 | 1C | 2C | 16 | 17 | 2D | 3D |
| Octal | 310 | 221 | 157 | 0 | 34 | 54 | 26 | 27 | 55 | 75 |
| Binary | 11001000 | 10010001 | 1101111 | 0 | 11100 | 101100 | 10110 | 10111 | 101101 | 111101 |
Color Harmonies of #C8916F
Complementary color
Monochromatic Colors of #C8916F
Black with #C8916F
Text Example
Text Example
White with #C8916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8916F; }
p { color: rgb(200,145,111); }
H1.HeaderClassName
{
color: #C8916F;
}
.AnyTagClassName
{
color: #C8916F;
}
</style>
background-color css
<style>
a { background-color: #C8916F; }
a { background-color: rgb(200,145,111); }
div.DivClassName
{
background-color: #C8916F;
}
.BgClassName
{
background-color: #C8916F;
}
</style>
border-color css
<style>
span { border-color: #C8916F; }
span { border-color: rgb(200,145,111); }
td.TdClassName
{
border-color: #C8916F;
}
.TagClassName
{
border-color: #C8916F;
}
</style>