Shades of Feldspar #C8947F
Tints of Feldspar #C8947F
RGB
CMYK
RGB Variations
Color information
#C8947F (or 0xC8947F) is known color: Feldspar. HEX triplet: C8, 94 and 7F. RGB value is (200,148,127). Sum of RGB (Red+Green+Blue) = 200+148+127=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8947F is #376B80. Grayscale: #A1A1A1. Windows color (decimal): -3632001 or 8361160. OLE color: 8361160.
HSL color Cylindrical-coordinate representation of color #C8947F: hue angle of 17.26º 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 #C8947F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 127 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.22 |
| HSL | 17.26º | 0.4% | 0.64% | - |
| HSV(B) | 17.26º | 0.37% | 0.78% | - |
| XYZ | 38.24 | 34.99 | 24.82 | - |
| YUV | 161.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 127 | 0 | 0.26 | 0.36 | 0.22 | 17.26 | 0.4 | 0.64 |
| Hex | C8 | 94 | 7F | 0 | 1A | 24 | 16 | 11 | 28 | 40 |
| Octal | 310 | 224 | 177 | 0 | 32 | 44 | 26 | 21 | 50 | 100 |
| Binary | 11001000 | 10010100 | 1111111 | 0 | 11010 | 100100 | 10110 | 10001 | 101000 | 1000000 |
Color Harmonies of #C8947F
Complementary color
Monochromatic Colors of #C8947F
Black with #C8947F
Text Example
Text Example
White with #C8947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8947F; }
p { color: rgb(200,148,127); }
H1.HeaderClassName
{
color: #C8947F;
}
.AnyTagClassName
{
color: #C8947F;
}
</style>
background-color css
<style>
a { background-color: #C8947F; }
a { background-color: rgb(200,148,127); }
div.DivClassName
{
background-color: #C8947F;
}
.BgClassName
{
background-color: #C8947F;
}
</style>
border-color css
<style>
span { border-color: #C8947F; }
span { border-color: rgb(200,148,127); }
td.TdClassName
{
border-color: #C8947F;
}
.TagClassName
{
border-color: #C8947F;
}
</style>