Shades of Feldspar #C68876
Tints of Feldspar #C68876
RGB
CMYK
RGB Variations
Color information
#C68876 (or 0xC68876) is known color: Feldspar. HEX triplet: C6, 88 and 76. RGB value is (198,136,118). Sum of RGB (Red+Green+Blue) = 198+136+118=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C68876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68876 is #397789. Grayscale: #989898. Windows color (decimal): -3766154 or 7768262. OLE color: 7768262.
HSL color Cylindrical-coordinate representation of color #C68876: hue angle of 13.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68876 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 118 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.22 |
| HSL | 13.5º | 0.41% | 0.62% | - |
| HSV(B) | 13.5º | 0.4% | 0.78% | - |
| XYZ | 35.36 | 30.92 | 21.24 | - |
| YUV | 152.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 118 | 0 | 0.31 | 0.40 | 0.22 | 13.5 | 0.41 | 0.62 |
| Hex | C6 | 88 | 76 | 0 | 1F | 28 | 16 | E | 29 | 3E |
| Octal | 306 | 210 | 166 | 0 | 37 | 50 | 26 | 16 | 51 | 76 |
| Binary | 11000110 | 10001000 | 1110110 | 0 | 11111 | 101000 | 10110 | 1110 | 101001 | 111110 |
Color Harmonies of #C68876
Complementary color
Monochromatic Colors of #C68876
Black with #C68876
Text Example
Text Example
White with #C68876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68876; }
p { color: rgb(198,136,118); }
H1.HeaderClassName
{
color: #C68876;
}
.AnyTagClassName
{
color: #C68876;
}
</style>
background-color css
<style>
a { background-color: #C68876; }
a { background-color: rgb(198,136,118); }
div.DivClassName
{
background-color: #C68876;
}
.BgClassName
{
background-color: #C68876;
}
</style>
border-color css
<style>
span { border-color: #C68876; }
span { border-color: rgb(198,136,118); }
td.TdClassName
{
border-color: #C68876;
}
.TagClassName
{
border-color: #C68876;
}
</style>