Shades of Feldspar #CE9070
Tints of Feldspar #CE9070
RGB
CMYK
RGB Variations
Color information
#CE9070 (or 0xCE9070) is known color: Feldspar. HEX triplet: CE, 90 and 70. RGB value is (206,144,112). Sum of RGB (Red+Green+Blue) = 206+144+112=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9070 is #316F8F. Grayscale: #9F9F9F. Windows color (decimal): -3239824 or 7377102. OLE color: 7377102.
HSL color Cylindrical-coordinate representation of color #CE9070: hue angle of 20.43º 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 #CE9070 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 112 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.19 |
| HSL | 20.43º | 0.49% | 0.62% | - |
| HSV(B) | 20.43º | 0.46% | 0.81% | - |
| XYZ | 38.35 | 34.24 | 19.92 | - |
| YUV | 158.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 112 | 0 | 0.30 | 0.46 | 0.19 | 20.43 | 0.49 | 0.62 |
| Hex | CE | 90 | 70 | 0 | 1E | 2E | 13 | 14 | 31 | 3E |
| Octal | 316 | 220 | 160 | 0 | 36 | 56 | 23 | 24 | 61 | 76 |
| Binary | 11001110 | 10010000 | 1110000 | 0 | 11110 | 101110 | 10011 | 10100 | 110001 | 111110 |
Color Harmonies of #CE9070
Complementary color
Monochromatic Colors of #CE9070
Black with #CE9070
Text Example
Text Example
White with #CE9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9070; }
p { color: rgb(206,144,112); }
H1.HeaderClassName
{
color: #CE9070;
}
.AnyTagClassName
{
color: #CE9070;
}
</style>
background-color css
<style>
a { background-color: #CE9070; }
a { background-color: rgb(206,144,112); }
div.DivClassName
{
background-color: #CE9070;
}
.BgClassName
{
background-color: #CE9070;
}
</style>
border-color css
<style>
span { border-color: #CE9070; }
span { border-color: rgb(206,144,112); }
td.TdClassName
{
border-color: #CE9070;
}
.TagClassName
{
border-color: #CE9070;
}
</style>