Shades of Feldspar #C88D7B
Tints of Feldspar #C88D7B
RGB
CMYK
RGB Variations
Color information
#C88D7B (or 0xC88D7B) is known color: Feldspar. HEX triplet: C8, 8D and 7B. RGB value is (200,141,123). Sum of RGB (Red+Green+Blue) = 200+141+123=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D7B is #377284. Grayscale: #9C9C9C. Windows color (decimal): -3633797 or 8097224. OLE color: 8097224.
HSL color Cylindrical-coordinate representation of color #C88D7B: hue angle of 14.03º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88D7B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 123 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.22 |
| HSL | 14.03º | 0.41% | 0.63% | - |
| HSV(B) | 14.03º | 0.39% | 0.78% | - |
| XYZ | 36.92 | 32.76 | 23.12 | - |
| YUV | 156.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 123 | 0 | 0.29 | 0.38 | 0.22 | 14.03 | 0.41 | 0.63 |
| Hex | C8 | 8D | 7B | 0 | 1D | 26 | 16 | E | 29 | 3F |
| Octal | 310 | 215 | 173 | 0 | 35 | 46 | 26 | 16 | 51 | 77 |
| Binary | 11001000 | 10001101 | 1111011 | 0 | 11101 | 100110 | 10110 | 1110 | 101001 | 111111 |
Color Harmonies of #C88D7B
Complementary color
Monochromatic Colors of #C88D7B
Black with #C88D7B
Text Example
Text Example
White with #C88D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D7B; }
p { color: rgb(200,141,123); }
H1.HeaderClassName
{
color: #C88D7B;
}
.AnyTagClassName
{
color: #C88D7B;
}
</style>
background-color css
<style>
a { background-color: #C88D7B; }
a { background-color: rgb(200,141,123); }
div.DivClassName
{
background-color: #C88D7B;
}
.BgClassName
{
background-color: #C88D7B;
}
</style>
border-color css
<style>
span { border-color: #C88D7B; }
span { border-color: rgb(200,141,123); }
td.TdClassName
{
border-color: #C88D7B;
}
.TagClassName
{
border-color: #C88D7B;
}
</style>