Shades of Feldspar #C88975
Tints of Feldspar #C88975
RGB
CMYK
RGB Variations
Color information
#C88975 (or 0xC88975) is known color: Feldspar. HEX triplet: C8, 89 and 75. RGB value is (200,137,117). Sum of RGB (Red+Green+Blue) = 200+137+117=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C88975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88975 is #37768A. Grayscale: #999999. Windows color (decimal): -3634827 or 7702984. OLE color: 7702984.
HSL color Cylindrical-coordinate representation of color #C88975: hue angle of 14.46º 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 #C88975 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 117 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.22 |
| HSL | 14.46º | 0.43% | 0.62% | - |
| HSV(B) | 14.46º | 0.42% | 0.78% | - |
| XYZ | 35.98 | 31.46 | 21 | - |
| YUV | 153.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 117 | 0 | 0.32 | 0.42 | 0.22 | 14.46 | 0.43 | 0.62 |
| Hex | C8 | 89 | 75 | 0 | 20 | 2A | 16 | E | 2B | 3E |
| Octal | 310 | 211 | 165 | 0 | 40 | 52 | 26 | 16 | 53 | 76 |
| Binary | 11001000 | 10001001 | 1110101 | 0 | 100000 | 101010 | 10110 | 1110 | 101011 | 111110 |
Color Harmonies of #C88975
Complementary color
Monochromatic Colors of #C88975
Black with #C88975
Text Example
Text Example
White with #C88975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88975; }
p { color: rgb(200,137,117); }
H1.HeaderClassName
{
color: #C88975;
}
.AnyTagClassName
{
color: #C88975;
}
</style>
background-color css
<style>
a { background-color: #C88975; }
a { background-color: rgb(200,137,117); }
div.DivClassName
{
background-color: #C88975;
}
.BgClassName
{
background-color: #C88975;
}
</style>
border-color css
<style>
span { border-color: #C88975; }
span { border-color: rgb(200,137,117); }
td.TdClassName
{
border-color: #C88975;
}
.TagClassName
{
border-color: #C88975;
}
</style>