Shades of Feldspar #C8937D
Tints of Feldspar #C8937D
RGB
CMYK
RGB Variations
Color information
#C8937D (or 0xC8937D) is known color: Feldspar. HEX triplet: C8, 93 and 7D. RGB value is (200,147,125). Sum of RGB (Red+Green+Blue) = 200+147+125=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8937D is #376C82. Grayscale: #A0A0A0. Windows color (decimal): -3632259 or 8229832. OLE color: 8229832.
HSL color Cylindrical-coordinate representation of color #C8937D: hue angle of 17.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8937D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 125 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.22 |
| HSL | 17.6º | 0.41% | 0.64% | - |
| HSV(B) | 17.6º | 0.38% | 0.78% | - |
| XYZ | 37.95 | 34.63 | 24.09 | - |
| YUV | 160.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 125 | 0 | 0.26 | 0.38 | 0.22 | 17.6 | 0.41 | 0.64 |
| Hex | C8 | 93 | 7D | 0 | 1A | 26 | 16 | 12 | 29 | 40 |
| Octal | 310 | 223 | 175 | 0 | 32 | 46 | 26 | 22 | 51 | 100 |
| Binary | 11001000 | 10010011 | 1111101 | 0 | 11010 | 100110 | 10110 | 10010 | 101001 | 1000000 |
Color Harmonies of #C8937D
Complementary color
Monochromatic Colors of #C8937D
Black with #C8937D
Text Example
Text Example
White with #C8937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8937D; }
p { color: rgb(200,147,125); }
H1.HeaderClassName
{
color: #C8937D;
}
.AnyTagClassName
{
color: #C8937D;
}
</style>
background-color css
<style>
a { background-color: #C8937D; }
a { background-color: rgb(200,147,125); }
div.DivClassName
{
background-color: #C8937D;
}
.BgClassName
{
background-color: #C8937D;
}
</style>
border-color css
<style>
span { border-color: #C8937D; }
span { border-color: rgb(200,147,125); }
td.TdClassName
{
border-color: #C8937D;
}
.TagClassName
{
border-color: #C8937D;
}
</style>