Shades of Feldspar #CE9270
Tints of Feldspar #CE9270
RGB
CMYK
RGB Variations
Color information
#CE9270 (or 0xCE9270) is known color: Feldspar. HEX triplet: CE, 92 and 70. RGB value is (206,146,112). Sum of RGB (Red+Green+Blue) = 206+146+112=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9270 is #316D8F. Grayscale: #A0A0A0. Windows color (decimal): -3239312 or 7377614. OLE color: 7377614.
HSL color Cylindrical-coordinate representation of color #CE9270: hue angle of 21.7º 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 #CE9270 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 112 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 21.7º | 0.49% | 0.62% | - |
| HSV(B) | 21.7º | 0.46% | 0.81% | - |
| XYZ | 38.66 | 34.85 | 20.02 | - |
| YUV | 160.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 112 | 0 | 0.29 | 0.46 | 0.19 | 21.7 | 0.49 | 0.62 |
| Hex | CE | 92 | 70 | 0 | 1D | 2E | 13 | 16 | 31 | 3E |
| Octal | 316 | 222 | 160 | 0 | 35 | 56 | 23 | 26 | 61 | 76 |
| Binary | 11001110 | 10010010 | 1110000 | 0 | 11101 | 101110 | 10011 | 10110 | 110001 | 111110 |
Color Harmonies of #CE9270
Complementary color
Monochromatic Colors of #CE9270
Black with #CE9270
Text Example
Text Example
White with #CE9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9270; }
p { color: rgb(206,146,112); }
H1.HeaderClassName
{
color: #CE9270;
}
.AnyTagClassName
{
color: #CE9270;
}
</style>
background-color css
<style>
a { background-color: #CE9270; }
a { background-color: rgb(206,146,112); }
div.DivClassName
{
background-color: #CE9270;
}
.BgClassName
{
background-color: #CE9270;
}
</style>
border-color css
<style>
span { border-color: #CE9270; }
span { border-color: rgb(206,146,112); }
td.TdClassName
{
border-color: #CE9270;
}
.TagClassName
{
border-color: #CE9270;
}
</style>