Shades of Feldspar #C88F72
Tints of Feldspar #C88F72
RGB
CMYK
RGB Variations
Color information
#C88F72 (or 0xC88F72) is known color: Feldspar. HEX triplet: C8, 8F and 72. RGB value is (200,143,114). Sum of RGB (Red+Green+Blue) = 200+143+114=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F72 is #37708D. Grayscale: #9C9C9C. Windows color (decimal): -3633294 or 7507912. OLE color: 7507912.
HSL color Cylindrical-coordinate representation of color #C88F72: hue angle of 20.23º 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 #C88F72 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 114 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.22 |
| HSL | 20.23º | 0.44% | 0.62% | - |
| HSV(B) | 20.23º | 0.43% | 0.78% | - |
| XYZ | 36.68 | 33.14 | 20.38 | - |
| YUV | 156.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 114 | 0 | 0.28 | 0.43 | 0.22 | 20.23 | 0.44 | 0.62 |
| Hex | C8 | 8F | 72 | 0 | 1C | 2B | 16 | 14 | 2C | 3E |
| Octal | 310 | 217 | 162 | 0 | 34 | 53 | 26 | 24 | 54 | 76 |
| Binary | 11001000 | 10001111 | 1110010 | 0 | 11100 | 101011 | 10110 | 10100 | 101100 | 111110 |
Color Harmonies of #C88F72
Complementary color
Monochromatic Colors of #C88F72
Black with #C88F72
Text Example
Text Example
White with #C88F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F72; }
p { color: rgb(200,143,114); }
H1.HeaderClassName
{
color: #C88F72;
}
.AnyTagClassName
{
color: #C88F72;
}
</style>
background-color css
<style>
a { background-color: #C88F72; }
a { background-color: rgb(200,143,114); }
div.DivClassName
{
background-color: #C88F72;
}
.BgClassName
{
background-color: #C88F72;
}
</style>
border-color css
<style>
span { border-color: #C88F72; }
span { border-color: rgb(200,143,114); }
td.TdClassName
{
border-color: #C88F72;
}
.TagClassName
{
border-color: #C88F72;
}
</style>