Shades of Feldspar #CE906E
Tints of Feldspar #CE906E
RGB
CMYK
RGB Variations
Color information
#CE906E (or 0xCE906E) is known color: Feldspar. HEX triplet: CE, 90 and 6E. RGB value is (206,144,110). Sum of RGB (Red+Green+Blue) = 206+144+110=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE906E is #316F91. Grayscale: #9E9E9E. Windows color (decimal): -3239826 or 7246030. OLE color: 7246030.
HSL color Cylindrical-coordinate representation of color #CE906E: hue angle of 21.25º 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 #CE906E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 110 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.19 |
| HSL | 21.25º | 0.49% | 0.62% | - |
| HSV(B) | 21.25º | 0.47% | 0.81% | - |
| XYZ | 38.24 | 34.19 | 19.34 | - |
| YUV | 158.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 110 | 0 | 0.30 | 0.47 | 0.19 | 21.25 | 0.49 | 0.62 |
| Hex | CE | 90 | 6E | 0 | 1E | 2F | 13 | 15 | 31 | 3E |
| Octal | 316 | 220 | 156 | 0 | 36 | 57 | 23 | 25 | 61 | 76 |
| Binary | 11001110 | 10010000 | 1101110 | 0 | 11110 | 101111 | 10011 | 10101 | 110001 | 111110 |
Color Harmonies of #CE906E
Complementary color
Monochromatic Colors of #CE906E
Black with #CE906E
Text Example
Text Example
White with #CE906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE906E; }
p { color: rgb(206,144,110); }
H1.HeaderClassName
{
color: #CE906E;
}
.AnyTagClassName
{
color: #CE906E;
}
</style>
background-color css
<style>
a { background-color: #CE906E; }
a { background-color: rgb(206,144,110); }
div.DivClassName
{
background-color: #CE906E;
}
.BgClassName
{
background-color: #CE906E;
}
</style>
border-color css
<style>
span { border-color: #CE906E; }
span { border-color: rgb(206,144,110); }
td.TdClassName
{
border-color: #CE906E;
}
.TagClassName
{
border-color: #CE906E;
}
</style>