Shades of Feldspar #CE9072
Tints of Feldspar #CE9072
RGB
CMYK
RGB Variations
Color information
#CE9072 (or 0xCE9072) is known color: Feldspar. HEX triplet: CE, 90 and 72. RGB value is (206,144,114). Sum of RGB (Red+Green+Blue) = 206+144+114=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9072 is #316F8D. Grayscale: #9F9F9F. Windows color (decimal): -3239822 or 7508174. OLE color: 7508174.
HSL color Cylindrical-coordinate representation of color #CE9072: hue angle of 19.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE9072 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 114 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.19 |
| HSL | 19.57º | 0.48% | 0.63% | - |
| HSV(B) | 19.57º | 0.45% | 0.81% | - |
| XYZ | 38.46 | 34.28 | 20.51 | - |
| YUV | 159.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 114 | 0 | 0.30 | 0.45 | 0.19 | 19.57 | 0.48 | 0.63 |
| Hex | CE | 90 | 72 | 0 | 1E | 2D | 13 | 14 | 30 | 3F |
| Octal | 316 | 220 | 162 | 0 | 36 | 55 | 23 | 24 | 60 | 77 |
| Binary | 11001110 | 10010000 | 1110010 | 0 | 11110 | 101101 | 10011 | 10100 | 110000 | 111111 |
Color Harmonies of #CE9072
Complementary color
Monochromatic Colors of #CE9072
Black with #CE9072
Text Example
Text Example
White with #CE9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9072; }
p { color: rgb(206,144,114); }
H1.HeaderClassName
{
color: #CE9072;
}
.AnyTagClassName
{
color: #CE9072;
}
</style>
background-color css
<style>
a { background-color: #CE9072; }
a { background-color: rgb(206,144,114); }
div.DivClassName
{
background-color: #CE9072;
}
.BgClassName
{
background-color: #CE9072;
}
</style>
border-color css
<style>
span { border-color: #CE9072; }
span { border-color: rgb(206,144,114); }
td.TdClassName
{
border-color: #CE9072;
}
.TagClassName
{
border-color: #CE9072;
}
</style>