Shades of Feldspar #C8957E
Tints of Feldspar #C8957E
RGB
CMYK
RGB Variations
Color information
#C8957E (or 0xC8957E) is known color: Feldspar. HEX triplet: C8, 95 and 7E. RGB value is (200,149,126). Sum of RGB (Red+Green+Blue) = 200+149+126=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8957E is #376A81. Grayscale: #A1A1A1. Windows color (decimal): -3631746 or 8295880. OLE color: 8295880.
HSL color Cylindrical-coordinate representation of color #C8957E: hue angle of 18.65º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8957E is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 126 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.22 |
| HSL | 18.65º | 0.4% | 0.64% | - |
| HSV(B) | 18.65º | 0.37% | 0.78% | - |
| XYZ | 38.33 | 35.28 | 24.53 | - |
| YUV | 161.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 126 | 0 | 0.26 | 0.37 | 0.22 | 18.65 | 0.4 | 0.64 |
| Hex | C8 | 95 | 7E | 0 | 1A | 25 | 16 | 13 | 28 | 40 |
| Octal | 310 | 225 | 176 | 0 | 32 | 45 | 26 | 23 | 50 | 100 |
| Binary | 11001000 | 10010101 | 1111110 | 0 | 11010 | 100101 | 10110 | 10011 | 101000 | 1000000 |
Color Harmonies of #C8957E
Complementary color
Monochromatic Colors of #C8957E
Black with #C8957E
Text Example
Text Example
White with #C8957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8957E; }
p { color: rgb(200,149,126); }
H1.HeaderClassName
{
color: #C8957E;
}
.AnyTagClassName
{
color: #C8957E;
}
</style>
background-color css
<style>
a { background-color: #C8957E; }
a { background-color: rgb(200,149,126); }
div.DivClassName
{
background-color: #C8957E;
}
.BgClassName
{
background-color: #C8957E;
}
</style>
border-color css
<style>
span { border-color: #C8957E; }
span { border-color: rgb(200,149,126); }
td.TdClassName
{
border-color: #C8957E;
}
.TagClassName
{
border-color: #C8957E;
}
</style>