Shades of Feldspar #C88D73
Tints of Feldspar #C88D73
RGB
CMYK
RGB Variations
Color information
#C88D73 (or 0xC88D73) is known color: Feldspar. HEX triplet: C8, 8D and 73. RGB value is (200,141,115). Sum of RGB (Red+Green+Blue) = 200+141+115=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D73 is #37728C. Grayscale: #9B9B9B. Windows color (decimal): -3633805 or 7572936. OLE color: 7572936.
HSL color Cylindrical-coordinate representation of color #C88D73: hue angle of 18.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88D73 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 115 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.22 |
| HSL | 18.35º | 0.44% | 0.62% | - |
| HSV(B) | 18.35º | 0.43% | 0.78% | - |
| XYZ | 36.44 | 32.57 | 20.59 | - |
| YUV | 155.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 115 | 0 | 0.29 | 0.42 | 0.22 | 18.35 | 0.44 | 0.62 |
| Hex | C8 | 8D | 73 | 0 | 1D | 2A | 16 | 12 | 2C | 3E |
| Octal | 310 | 215 | 163 | 0 | 35 | 52 | 26 | 22 | 54 | 76 |
| Binary | 11001000 | 10001101 | 1110011 | 0 | 11101 | 101010 | 10110 | 10010 | 101100 | 111110 |
Color Harmonies of #C88D73
Complementary color
Monochromatic Colors of #C88D73
Black with #C88D73
Text Example
Text Example
White with #C88D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D73; }
p { color: rgb(200,141,115); }
H1.HeaderClassName
{
color: #C88D73;
}
.AnyTagClassName
{
color: #C88D73;
}
</style>
background-color css
<style>
a { background-color: #C88D73; }
a { background-color: rgb(200,141,115); }
div.DivClassName
{
background-color: #C88D73;
}
.BgClassName
{
background-color: #C88D73;
}
</style>
border-color css
<style>
span { border-color: #C88D73; }
span { border-color: rgb(200,141,115); }
td.TdClassName
{
border-color: #C88D73;
}
.TagClassName
{
border-color: #C88D73;
}
</style>