Shades of Feldspar #C88D6E
Tints of Feldspar #C88D6E
RGB
CMYK
RGB Variations
Color information
#C88D6E (or 0xC88D6E) is known color: Feldspar. HEX triplet: C8, 8D and 6E. RGB value is (200,141,110). Sum of RGB (Red+Green+Blue) = 200+141+110=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D6E is #377291. Grayscale: #9B9B9B. Windows color (decimal): -3633810 or 7245256. OLE color: 7245256.
HSL color Cylindrical-coordinate representation of color #C88D6E: hue angle of 20.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88D6E is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 110 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.22 |
| HSL | 20.67º | 0.45% | 0.61% | - |
| HSV(B) | 20.67º | 0.45% | 0.78% | - |
| XYZ | 36.16 | 32.45 | 19.11 | - |
| YUV | 155.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 110 | 0 | 0.29 | 0.45 | 0.22 | 20.67 | 0.45 | 0.61 |
| Hex | C8 | 8D | 6E | 0 | 1D | 2D | 16 | 15 | 2D | 3D |
| Octal | 310 | 215 | 156 | 0 | 35 | 55 | 26 | 25 | 55 | 75 |
| Binary | 11001000 | 10001101 | 1101110 | 0 | 11101 | 101101 | 10110 | 10101 | 101101 | 111101 |
Color Harmonies of #C88D6E
Complementary color
Monochromatic Colors of #C88D6E
Black with #C88D6E
Text Example
Text Example
White with #C88D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D6E; }
p { color: rgb(200,141,110); }
H1.HeaderClassName
{
color: #C88D6E;
}
.AnyTagClassName
{
color: #C88D6E;
}
</style>
background-color css
<style>
a { background-color: #C88D6E; }
a { background-color: rgb(200,141,110); }
div.DivClassName
{
background-color: #C88D6E;
}
.BgClassName
{
background-color: #C88D6E;
}
</style>
border-color css
<style>
span { border-color: #C88D6E; }
span { border-color: rgb(200,141,110); }
td.TdClassName
{
border-color: #C88D6E;
}
.TagClassName
{
border-color: #C88D6E;
}
</style>