Shades of Feldspar #C89874
Tints of Feldspar #C89874
RGB
CMYK
RGB Variations
Color information
#C89874 (or 0xC89874) is known color: Feldspar. HEX triplet: C8, 98 and 74. RGB value is (200,152,116). Sum of RGB (Red+Green+Blue) = 200+152+116=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C89874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89874 is #37678B. Grayscale: #A2A2A2. Windows color (decimal): -3630988 or 7641288. OLE color: 7641288.
HSL color Cylindrical-coordinate representation of color #C89874: hue angle of 25.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C89874 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 116 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.22 |
| HSL | 25.71º | 0.43% | 0.62% | - |
| HSV(B) | 25.71º | 0.42% | 0.78% | - |
| XYZ | 38.2 | 36 | 21.46 | - |
| YUV | 162.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 116 | 0 | 0.24 | 0.42 | 0.22 | 25.71 | 0.43 | 0.62 |
| Hex | C8 | 98 | 74 | 0 | 18 | 2A | 16 | 1A | 2B | 3E |
| Octal | 310 | 230 | 164 | 0 | 30 | 52 | 26 | 32 | 53 | 76 |
| Binary | 11001000 | 10011000 | 1110100 | 0 | 11000 | 101010 | 10110 | 11010 | 101011 | 111110 |
Color Harmonies of #C89874
Complementary color
Monochromatic Colors of #C89874
Black with #C89874
Text Example
Text Example
White with #C89874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89874; }
p { color: rgb(200,152,116); }
H1.HeaderClassName
{
color: #C89874;
}
.AnyTagClassName
{
color: #C89874;
}
</style>
background-color css
<style>
a { background-color: #C89874; }
a { background-color: rgb(200,152,116); }
div.DivClassName
{
background-color: #C89874;
}
.BgClassName
{
background-color: #C89874;
}
</style>
border-color css
<style>
span { border-color: #C89874; }
span { border-color: rgb(200,152,116); }
td.TdClassName
{
border-color: #C89874;
}
.TagClassName
{
border-color: #C89874;
}
</style>