Shades of Feldspar #C88F74
Tints of Feldspar #C88F74
RGB
CMYK
RGB Variations
Color information
#C88F74 (or 0xC88F74) is known color: Feldspar. HEX triplet: C8, 8F and 74. RGB value is (200,143,116). Sum of RGB (Red+Green+Blue) = 200+143+116=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F74 is #37708B. Grayscale: #9D9D9D. Windows color (decimal): -3633292 or 7638984. OLE color: 7638984.
HSL color Cylindrical-coordinate representation of color #C88F74: hue angle of 19.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88F74 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 116 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.22 |
| HSL | 19.29º | 0.43% | 0.62% | - |
| HSV(B) | 19.29º | 0.42% | 0.78% | - |
| XYZ | 36.79 | 33.19 | 20.99 | - |
| YUV | 156.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 116 | 0 | 0.28 | 0.42 | 0.22 | 19.29 | 0.43 | 0.62 |
| Hex | C8 | 8F | 74 | 0 | 1C | 2A | 16 | 13 | 2B | 3E |
| Octal | 310 | 217 | 164 | 0 | 34 | 52 | 26 | 23 | 53 | 76 |
| Binary | 11001000 | 10001111 | 1110100 | 0 | 11100 | 101010 | 10110 | 10011 | 101011 | 111110 |
Color Harmonies of #C88F74
Complementary color
Monochromatic Colors of #C88F74
Black with #C88F74
Text Example
Text Example
White with #C88F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F74; }
p { color: rgb(200,143,116); }
H1.HeaderClassName
{
color: #C88F74;
}
.AnyTagClassName
{
color: #C88F74;
}
</style>
background-color css
<style>
a { background-color: #C88F74; }
a { background-color: rgb(200,143,116); }
div.DivClassName
{
background-color: #C88F74;
}
.BgClassName
{
background-color: #C88F74;
}
</style>
border-color css
<style>
span { border-color: #C88F74; }
span { border-color: rgb(200,143,116); }
td.TdClassName
{
border-color: #C88F74;
}
.TagClassName
{
border-color: #C88F74;
}
</style>