Shades of Feldspar #C8936F
Tints of Feldspar #C8936F
RGB
CMYK
RGB Variations
Color information
#C8936F (or 0xC8936F) is known color: Feldspar. HEX triplet: C8, 93 and 6F. RGB value is (200,147,111). Sum of RGB (Red+Green+Blue) = 200+147+111=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936F is #376C90. Grayscale: #9E9E9E. Windows color (decimal): -3632273 or 7312328. OLE color: 7312328.
HSL color Cylindrical-coordinate representation of color #C8936F: hue angle of 24.27º 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 #C8936F is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 111 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.22 |
| HSL | 24.27º | 0.45% | 0.61% | - |
| HSV(B) | 24.27º | 0.45% | 0.78% | - |
| XYZ | 37.12 | 34.29 | 19.7 | - |
| YUV | 158.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 111 | 0 | 0.26 | 0.44 | 0.22 | 24.27 | 0.45 | 0.61 |
| Hex | C8 | 93 | 6F | 0 | 1A | 2C | 16 | 18 | 2D | 3D |
| Octal | 310 | 223 | 157 | 0 | 32 | 54 | 26 | 30 | 55 | 75 |
| Binary | 11001000 | 10010011 | 1101111 | 0 | 11010 | 101100 | 10110 | 11000 | 101101 | 111101 |
Color Harmonies of #C8936F
Complementary color
Monochromatic Colors of #C8936F
Black with #C8936F
Text Example
Text Example
White with #C8936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8936F; }
p { color: rgb(200,147,111); }
H1.HeaderClassName
{
color: #C8936F;
}
.AnyTagClassName
{
color: #C8936F;
}
</style>
background-color css
<style>
a { background-color: #C8936F; }
a { background-color: rgb(200,147,111); }
div.DivClassName
{
background-color: #C8936F;
}
.BgClassName
{
background-color: #C8936F;
}
</style>
border-color css
<style>
span { border-color: #C8936F; }
span { border-color: rgb(200,147,111); }
td.TdClassName
{
border-color: #C8936F;
}
.TagClassName
{
border-color: #C8936F;
}
</style>