Shades of Feldspar #C89276
Tints of Feldspar #C89276
RGB
CMYK
RGB Variations
Color information
#C89276 (or 0xC89276) is known color: Feldspar. HEX triplet: C8, 92 and 76. RGB value is (200,146,118). Sum of RGB (Red+Green+Blue) = 200+146+118=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89276 is #376D89. Grayscale: #9F9F9F. Windows color (decimal): -3632522 or 7770824. OLE color: 7770824.
HSL color Cylindrical-coordinate representation of color #C89276: hue angle of 20.49º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89276 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 118 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.22 |
| HSL | 20.49º | 0.43% | 0.62% | - |
| HSV(B) | 20.49º | 0.41% | 0.78% | - |
| XYZ | 37.37 | 34.15 | 21.76 | - |
| YUV | 158.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 118 | 0 | 0.27 | 0.41 | 0.22 | 20.49 | 0.43 | 0.62 |
| Hex | C8 | 92 | 76 | 0 | 1B | 29 | 16 | 14 | 2B | 3E |
| Octal | 310 | 222 | 166 | 0 | 33 | 51 | 26 | 24 | 53 | 76 |
| Binary | 11001000 | 10010010 | 1110110 | 0 | 11011 | 101001 | 10110 | 10100 | 101011 | 111110 |
Color Harmonies of #C89276
Complementary color
Monochromatic Colors of #C89276
Black with #C89276
Text Example
Text Example
White with #C89276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89276; }
p { color: rgb(200,146,118); }
H1.HeaderClassName
{
color: #C89276;
}
.AnyTagClassName
{
color: #C89276;
}
</style>
background-color css
<style>
a { background-color: #C89276; }
a { background-color: rgb(200,146,118); }
div.DivClassName
{
background-color: #C89276;
}
.BgClassName
{
background-color: #C89276;
}
</style>
border-color css
<style>
span { border-color: #C89276; }
span { border-color: rgb(200,146,118); }
td.TdClassName
{
border-color: #C89276;
}
.TagClassName
{
border-color: #C89276;
}
</style>