Shades of Feldspar #CE916E
Tints of Feldspar #CE916E
RGB
CMYK
RGB Variations
Color information
#CE916E (or 0xCE916E) is known color: Feldspar. HEX triplet: CE, 91 and 6E. RGB value is (206,145,110). Sum of RGB (Red+Green+Blue) = 206+145+110=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE916E is #316E91. Grayscale: #9F9F9F. Windows color (decimal): -3239570 or 7246286. OLE color: 7246286.
HSL color Cylindrical-coordinate representation of color #CE916E: hue angle of 21.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE916E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 110 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.19 |
| HSL | 21.88º | 0.49% | 0.62% | - |
| HSV(B) | 21.88º | 0.47% | 0.81% | - |
| XYZ | 38.39 | 34.5 | 19.39 | - |
| YUV | 159.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 110 | 0 | 0.30 | 0.47 | 0.19 | 21.88 | 0.49 | 0.62 |
| Hex | CE | 91 | 6E | 0 | 1E | 2F | 13 | 16 | 31 | 3E |
| Octal | 316 | 221 | 156 | 0 | 36 | 57 | 23 | 26 | 61 | 76 |
| Binary | 11001110 | 10010001 | 1101110 | 0 | 11110 | 101111 | 10011 | 10110 | 110001 | 111110 |
Color Harmonies of #CE916E
Complementary color
Monochromatic Colors of #CE916E
Black with #CE916E
Text Example
Text Example
White with #CE916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE916E; }
p { color: rgb(206,145,110); }
H1.HeaderClassName
{
color: #CE916E;
}
.AnyTagClassName
{
color: #CE916E;
}
</style>
background-color css
<style>
a { background-color: #CE916E; }
a { background-color: rgb(206,145,110); }
div.DivClassName
{
background-color: #CE916E;
}
.BgClassName
{
background-color: #CE916E;
}
</style>
border-color css
<style>
span { border-color: #CE916E; }
span { border-color: rgb(206,145,110); }
td.TdClassName
{
border-color: #CE916E;
}
.TagClassName
{
border-color: #CE916E;
}
</style>