Shades of Feldspar #C88874
Tints of Feldspar #C88874
RGB
CMYK
RGB Variations
Color information
#C88874 (or 0xC88874) is known color: Feldspar. HEX triplet: C8, 88 and 74. RGB value is (200,136,116). Sum of RGB (Red+Green+Blue) = 200+136+116=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C88874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88874 is #37778B. Grayscale: #999999. Windows color (decimal): -3635084 or 7637192. OLE color: 7637192.
HSL color Cylindrical-coordinate representation of color #C88874: hue angle of 14.29º 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 #C88874 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 116 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.22 |
| HSL | 14.29º | 0.43% | 0.62% | - |
| HSV(B) | 14.29º | 0.42% | 0.78% | - |
| XYZ | 35.78 | 31.15 | 20.65 | - |
| YUV | 152.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 116 | 0 | 0.32 | 0.42 | 0.22 | 14.29 | 0.43 | 0.62 |
| Hex | C8 | 88 | 74 | 0 | 20 | 2A | 16 | E | 2B | 3E |
| Octal | 310 | 210 | 164 | 0 | 40 | 52 | 26 | 16 | 53 | 76 |
| Binary | 11001000 | 10001000 | 1110100 | 0 | 100000 | 101010 | 10110 | 1110 | 101011 | 111110 |
Color Harmonies of #C88874
Complementary color
Monochromatic Colors of #C88874
Black with #C88874
Text Example
Text Example
White with #C88874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88874; }
p { color: rgb(200,136,116); }
H1.HeaderClassName
{
color: #C88874;
}
.AnyTagClassName
{
color: #C88874;
}
</style>
background-color css
<style>
a { background-color: #C88874; }
a { background-color: rgb(200,136,116); }
div.DivClassName
{
background-color: #C88874;
}
.BgClassName
{
background-color: #C88874;
}
</style>
border-color css
<style>
span { border-color: #C88874; }
span { border-color: rgb(200,136,116); }
td.TdClassName
{
border-color: #C88874;
}
.TagClassName
{
border-color: #C88874;
}
</style>