Shades of Feldspar #C88F78
Tints of Feldspar #C88F78
RGB
CMYK
RGB Variations
Color information
#C88F78 (or 0xC88F78) is known color: Feldspar. HEX triplet: C8, 8F and 78. RGB value is (200,143,120). Sum of RGB (Red+Green+Blue) = 200+143+120=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F78 is #377087. Grayscale: #9D9D9D. Windows color (decimal): -3633288 or 7901128. OLE color: 7901128.
HSL color Cylindrical-coordinate representation of color #C88F78: hue angle of 17.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88F78 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 120 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.22 |
| HSL | 17.25º | 0.42% | 0.63% | - |
| HSV(B) | 17.25º | 0.4% | 0.78% | - |
| XYZ | 37.03 | 33.28 | 22.24 | - |
| YUV | 157.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 120 | 0 | 0.28 | 0.4 | 0.22 | 17.25 | 0.42 | 0.63 |
| Hex | C8 | 8F | 78 | 0 | 1C | 28 | 16 | 11 | 2A | 3F |
| Octal | 310 | 217 | 170 | 0 | 34 | 50 | 26 | 21 | 52 | 77 |
| Binary | 11001000 | 10001111 | 1111000 | 0 | 11100 | 101000 | 10110 | 10001 | 101010 | 111111 |
Color Harmonies of #C88F78
Complementary color
Monochromatic Colors of #C88F78
Black with #C88F78
Text Example
Text Example
White with #C88F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F78; }
p { color: rgb(200,143,120); }
H1.HeaderClassName
{
color: #C88F78;
}
.AnyTagClassName
{
color: #C88F78;
}
</style>
background-color css
<style>
a { background-color: #C88F78; }
a { background-color: rgb(200,143,120); }
div.DivClassName
{
background-color: #C88F78;
}
.BgClassName
{
background-color: #C88F78;
}
</style>
border-color css
<style>
span { border-color: #C88F78; }
span { border-color: rgb(200,143,120); }
td.TdClassName
{
border-color: #C88F78;
}
.TagClassName
{
border-color: #C88F78;
}
</style>