Shades of Feldspar #C69276
Tints of Feldspar #C69276
RGB
CMYK
RGB Variations
Color information
#C69276 (or 0xC69276) is known color: Feldspar. HEX triplet: C6, 92 and 76. RGB value is (198,146,118). Sum of RGB (Red+Green+Blue) = 198+146+118=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C69276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69276 is #396D89. Grayscale: #9E9E9E. Windows color (decimal): -3763594 or 7770822. OLE color: 7770822.
HSL color Cylindrical-coordinate representation of color #C69276: hue angle of 21º 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 #C69276 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 118 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.22 |
| HSL | 21º | 0.41% | 0.62% | - |
| HSV(B) | 21º | 0.4% | 0.78% | - |
| XYZ | 36.84 | 33.87 | 21.74 | - |
| YUV | 158.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 118 | 0 | 0.26 | 0.40 | 0.22 | 21 | 0.41 | 0.62 |
| Hex | C6 | 92 | 76 | 0 | 1A | 28 | 16 | 15 | 29 | 3E |
| Octal | 306 | 222 | 166 | 0 | 32 | 50 | 26 | 25 | 51 | 76 |
| Binary | 11000110 | 10010010 | 1110110 | 0 | 11010 | 101000 | 10110 | 10101 | 101001 | 111110 |
Color Harmonies of #C69276
Complementary color
Monochromatic Colors of #C69276
Black with #C69276
Text Example
Text Example
White with #C69276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69276; }
p { color: rgb(198,146,118); }
H1.HeaderClassName
{
color: #C69276;
}
.AnyTagClassName
{
color: #C69276;
}
</style>
background-color css
<style>
a { background-color: #C69276; }
a { background-color: rgb(198,146,118); }
div.DivClassName
{
background-color: #C69276;
}
.BgClassName
{
background-color: #C69276;
}
</style>
border-color css
<style>
span { border-color: #C69276; }
span { border-color: rgb(198,146,118); }
td.TdClassName
{
border-color: #C69276;
}
.TagClassName
{
border-color: #C69276;
}
</style>