Shades of Feldspar #CE926F
Tints of Feldspar #CE926F
RGB
CMYK
RGB Variations
Color information
#CE926F (or 0xCE926F) is known color: Feldspar. HEX triplet: CE, 92 and 6F. RGB value is (206,146,111). Sum of RGB (Red+Green+Blue) = 206+146+111=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE926F is #316D90. Grayscale: #A0A0A0. Windows color (decimal): -3239313 or 7312078. OLE color: 7312078.
HSL color Cylindrical-coordinate representation of color #CE926F: hue angle of 22.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE926F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 111 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 22.11º | 0.49% | 0.62% | - |
| HSV(B) | 22.11º | 0.46% | 0.81% | - |
| XYZ | 38.6 | 34.83 | 19.73 | - |
| YUV | 159.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 111 | 0 | 0.29 | 0.46 | 0.19 | 22.11 | 0.49 | 0.62 |
| Hex | CE | 92 | 6F | 0 | 1D | 2E | 13 | 16 | 31 | 3E |
| Octal | 316 | 222 | 157 | 0 | 35 | 56 | 23 | 26 | 61 | 76 |
| Binary | 11001110 | 10010010 | 1101111 | 0 | 11101 | 101110 | 10011 | 10110 | 110001 | 111110 |
Color Harmonies of #CE926F
Complementary color
Monochromatic Colors of #CE926F
Black with #CE926F
Text Example
Text Example
White with #CE926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE926F; }
p { color: rgb(206,146,111); }
H1.HeaderClassName
{
color: #CE926F;
}
.AnyTagClassName
{
color: #CE926F;
}
</style>
background-color css
<style>
a { background-color: #CE926F; }
a { background-color: rgb(206,146,111); }
div.DivClassName
{
background-color: #CE926F;
}
.BgClassName
{
background-color: #CE926F;
}
</style>
border-color css
<style>
span { border-color: #CE926F; }
span { border-color: rgb(206,146,111); }
td.TdClassName
{
border-color: #CE926F;
}
.TagClassName
{
border-color: #CE926F;
}
</style>