Shades of Feldspar #CE9276
Tints of Feldspar #CE9276
RGB
CMYK
RGB Variations
Color information
#CE9276 (or 0xCE9276) is known color: Feldspar. HEX triplet: CE, 92 and 76. RGB value is (206,146,118). Sum of RGB (Red+Green+Blue) = 206+146+118=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9276 is #316D89. Grayscale: #A0A0A0. Windows color (decimal): -3239306 or 7770830. OLE color: 7770830.
HSL color Cylindrical-coordinate representation of color #CE9276: hue angle of 19.09º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9276 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 118 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.19 |
| HSL | 19.09º | 0.47% | 0.64% | - |
| HSV(B) | 19.09º | 0.43% | 0.81% | - |
| XYZ | 39 | 34.99 | 21.84 | - |
| YUV | 160.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 118 | 0 | 0.29 | 0.43 | 0.19 | 19.09 | 0.47 | 0.64 |
| Hex | CE | 92 | 76 | 0 | 1D | 2B | 13 | 13 | 2F | 40 |
| Octal | 316 | 222 | 166 | 0 | 35 | 53 | 23 | 23 | 57 | 100 |
| Binary | 11001110 | 10010010 | 1110110 | 0 | 11101 | 101011 | 10011 | 10011 | 101111 | 1000000 |
Color Harmonies of #CE9276
Complementary color
Monochromatic Colors of #CE9276
Black with #CE9276
Text Example
Text Example
White with #CE9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9276; }
p { color: rgb(206,146,118); }
H1.HeaderClassName
{
color: #CE9276;
}
.AnyTagClassName
{
color: #CE9276;
}
</style>
background-color css
<style>
a { background-color: #CE9276; }
a { background-color: rgb(206,146,118); }
div.DivClassName
{
background-color: #CE9276;
}
.BgClassName
{
background-color: #CE9276;
}
</style>
border-color css
<style>
span { border-color: #CE9276; }
span { border-color: rgb(206,146,118); }
td.TdClassName
{
border-color: #CE9276;
}
.TagClassName
{
border-color: #CE9276;
}
</style>