Shades of Feldspar #CE917A
Tints of Feldspar #CE917A
RGB
CMYK
RGB Variations
Color information
#CE917A (or 0xCE917A) is known color: Feldspar. HEX triplet: CE, 91 and 7A. RGB value is (206,145,122). Sum of RGB (Red+Green+Blue) = 206+145+122=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE917A is #316E85. Grayscale: #A0A0A0. Windows color (decimal): -3239558 or 8032718. OLE color: 8032718.
HSL color Cylindrical-coordinate representation of color #CE917A: hue angle of 16.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE917A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 122 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.19 |
| HSL | 16.43º | 0.46% | 0.64% | - |
| HSV(B) | 16.43º | 0.41% | 0.81% | - |
| XYZ | 39.09 | 34.78 | 23.06 | - |
| YUV | 160.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 122 | 0 | 0.30 | 0.41 | 0.19 | 16.43 | 0.46 | 0.64 |
| Hex | CE | 91 | 7A | 0 | 1E | 29 | 13 | 10 | 2E | 40 |
| Octal | 316 | 221 | 172 | 0 | 36 | 51 | 23 | 20 | 56 | 100 |
| Binary | 11001110 | 10010001 | 1111010 | 0 | 11110 | 101001 | 10011 | 10000 | 101110 | 1000000 |
Color Harmonies of #CE917A
Complementary color
Monochromatic Colors of #CE917A
Black with #CE917A
Text Example
Text Example
White with #CE917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE917A; }
p { color: rgb(206,145,122); }
H1.HeaderClassName
{
color: #CE917A;
}
.AnyTagClassName
{
color: #CE917A;
}
</style>
background-color css
<style>
a { background-color: #CE917A; }
a { background-color: rgb(206,145,122); }
div.DivClassName
{
background-color: #CE917A;
}
.BgClassName
{
background-color: #CE917A;
}
</style>
border-color css
<style>
span { border-color: #CE917A; }
span { border-color: rgb(206,145,122); }
td.TdClassName
{
border-color: #CE917A;
}
.TagClassName
{
border-color: #CE917A;
}
</style>