Shades of Feldspar #C88F7E
Tints of Feldspar #C88F7E
RGB
CMYK
RGB Variations
Color information
#C88F7E (or 0xC88F7E) is known color: Feldspar. HEX triplet: C8, 8F and 7E. RGB value is (200,143,126). Sum of RGB (Red+Green+Blue) = 200+143+126=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F7E is #377081. Grayscale: #9E9E9E. Windows color (decimal): -3633282 or 8294344. OLE color: 8294344.
HSL color Cylindrical-coordinate representation of color #C88F7E: hue angle of 13.78º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88F7E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 126 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.22 |
| HSL | 13.78º | 0.4% | 0.64% | - |
| HSV(B) | 13.78º | 0.37% | 0.78% | - |
| XYZ | 37.41 | 33.43 | 24.22 | - |
| YUV | 158.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 126 | 0 | 0.28 | 0.37 | 0.22 | 13.78 | 0.4 | 0.64 |
| Hex | C8 | 8F | 7E | 0 | 1C | 25 | 16 | E | 28 | 40 |
| Octal | 310 | 217 | 176 | 0 | 34 | 45 | 26 | 16 | 50 | 100 |
| Binary | 11001000 | 10001111 | 1111110 | 0 | 11100 | 100101 | 10110 | 1110 | 101000 | 1000000 |
Color Harmonies of #C88F7E
Complementary color
Monochromatic Colors of #C88F7E
Black with #C88F7E
Text Example
Text Example
White with #C88F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F7E; }
p { color: rgb(200,143,126); }
H1.HeaderClassName
{
color: #C88F7E;
}
.AnyTagClassName
{
color: #C88F7E;
}
</style>
background-color css
<style>
a { background-color: #C88F7E; }
a { background-color: rgb(200,143,126); }
div.DivClassName
{
background-color: #C88F7E;
}
.BgClassName
{
background-color: #C88F7E;
}
</style>
border-color css
<style>
span { border-color: #C88F7E; }
span { border-color: rgb(200,143,126); }
td.TdClassName
{
border-color: #C88F7E;
}
.TagClassName
{
border-color: #C88F7E;
}
</style>