Shades of Feldspar #C88C6E
Tints of Feldspar #C88C6E
RGB
CMYK
RGB Variations
Color information
#C88C6E (or 0xC88C6E) is known color: Feldspar. HEX triplet: C8, 8C and 6E. RGB value is (200,140,110). Sum of RGB (Red+Green+Blue) = 200+140+110=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C6E is #377391. Grayscale: #9A9A9A. Windows color (decimal): -3634066 or 7245000. OLE color: 7245000.
HSL color Cylindrical-coordinate representation of color #C88C6E: hue angle of 20º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88C6E is Cyan = 0, Magento = 0.3, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 110 | - |
| CMYK | 0 | 0.3 | 0.45 | 0.22 |
| HSL | 20º | 0.45% | 0.61% | - |
| HSV(B) | 20º | 0.45% | 0.78% | - |
| XYZ | 36.01 | 32.16 | 19.06 | - |
| YUV | 154.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 110 | 0 | 0.3 | 0.45 | 0.22 | 20 | 0.45 | 0.61 |
| Hex | C8 | 8C | 6E | 0 | 1E | 2D | 16 | 14 | 2D | 3D |
| Octal | 310 | 214 | 156 | 0 | 36 | 55 | 26 | 24 | 55 | 75 |
| Binary | 11001000 | 10001100 | 1101110 | 0 | 11110 | 101101 | 10110 | 10100 | 101101 | 111101 |
Color Harmonies of #C88C6E
Complementary color
Monochromatic Colors of #C88C6E
Black with #C88C6E
Text Example
Text Example
White with #C88C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C6E; }
p { color: rgb(200,140,110); }
H1.HeaderClassName
{
color: #C88C6E;
}
.AnyTagClassName
{
color: #C88C6E;
}
</style>
background-color css
<style>
a { background-color: #C88C6E; }
a { background-color: rgb(200,140,110); }
div.DivClassName
{
background-color: #C88C6E;
}
.BgClassName
{
background-color: #C88C6E;
}
</style>
border-color css
<style>
span { border-color: #C88C6E; }
span { border-color: rgb(200,140,110); }
td.TdClassName
{
border-color: #C88C6E;
}
.TagClassName
{
border-color: #C88C6E;
}
</style>