Shades of Feldspar #C89876
Tints of Feldspar #C89876
RGB
CMYK
RGB Variations
Color information
#C89876 (or 0xC89876) is known color: Feldspar. HEX triplet: C8, 98 and 76. RGB value is (200,152,118). Sum of RGB (Red+Green+Blue) = 200+152+118=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C89876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89876 is #376789. Grayscale: #A2A2A2. Windows color (decimal): -3630986 or 7772360. OLE color: 7772360.
HSL color Cylindrical-coordinate representation of color #C89876: hue angle of 24.88º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89876 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 118 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.22 |
| HSL | 24.88º | 0.43% | 0.62% | - |
| HSV(B) | 24.88º | 0.41% | 0.78% | - |
| XYZ | 38.32 | 36.04 | 22.08 | - |
| YUV | 162.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 118 | 0 | 0.24 | 0.41 | 0.22 | 24.88 | 0.43 | 0.62 |
| Hex | C8 | 98 | 76 | 0 | 18 | 29 | 16 | 19 | 2B | 3E |
| Octal | 310 | 230 | 166 | 0 | 30 | 51 | 26 | 31 | 53 | 76 |
| Binary | 11001000 | 10011000 | 1110110 | 0 | 11000 | 101001 | 10110 | 11001 | 101011 | 111110 |
Color Harmonies of #C89876
Complementary color
Monochromatic Colors of #C89876
Black with #C89876
Text Example
Text Example
White with #C89876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89876; }
p { color: rgb(200,152,118); }
H1.HeaderClassName
{
color: #C89876;
}
.AnyTagClassName
{
color: #C89876;
}
</style>
background-color css
<style>
a { background-color: #C89876; }
a { background-color: rgb(200,152,118); }
div.DivClassName
{
background-color: #C89876;
}
.BgClassName
{
background-color: #C89876;
}
</style>
border-color css
<style>
span { border-color: #C89876; }
span { border-color: rgb(200,152,118); }
td.TdClassName
{
border-color: #C89876;
}
.TagClassName
{
border-color: #C89876;
}
</style>