Shades of Feldspar #C8936D
Tints of Feldspar #C8936D
RGB
CMYK
RGB Variations
Color information
#C8936D (or 0xC8936D) is known color: Feldspar. HEX triplet: C8, 93 and 6D. RGB value is (200,147,109). Sum of RGB (Red+Green+Blue) = 200+147+109=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936D is #376C92. Grayscale: #9E9E9E. Windows color (decimal): -3632275 or 7181256. OLE color: 7181256.
HSL color Cylindrical-coordinate representation of color #C8936D: hue angle of 25.05º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8936D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 109 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.22 |
| HSL | 25.05º | 0.45% | 0.61% | - |
| HSV(B) | 25.05º | 0.46% | 0.78% | - |
| XYZ | 37.01 | 34.25 | 19.13 | - |
| YUV | 158.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 109 | 0 | 0.26 | 0.46 | 0.22 | 25.05 | 0.45 | 0.61 |
| Hex | C8 | 93 | 6D | 0 | 1A | 2E | 16 | 19 | 2D | 3D |
| Octal | 310 | 223 | 155 | 0 | 32 | 56 | 26 | 31 | 55 | 75 |
| Binary | 11001000 | 10010011 | 1101101 | 0 | 11010 | 101110 | 10110 | 11001 | 101101 | 111101 |
Color Harmonies of #C8936D
Complementary color
Monochromatic Colors of #C8936D
Black with #C8936D
Text Example
Text Example
White with #C8936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8936D; }
p { color: rgb(200,147,109); }
H1.HeaderClassName
{
color: #C8936D;
}
.AnyTagClassName
{
color: #C8936D;
}
</style>
background-color css
<style>
a { background-color: #C8936D; }
a { background-color: rgb(200,147,109); }
div.DivClassName
{
background-color: #C8936D;
}
.BgClassName
{
background-color: #C8936D;
}
</style>
border-color css
<style>
span { border-color: #C8936D; }
span { border-color: rgb(200,147,109); }
td.TdClassName
{
border-color: #C8936D;
}
.TagClassName
{
border-color: #C8936D;
}
</style>