Shades of Feldspar #CE966F
Tints of Feldspar #CE966F
RGB
CMYK
RGB Variations
Color information
#CE966F (or 0xCE966F) is known color: Feldspar. HEX triplet: CE, 96 and 6F. RGB value is (206,150,111). Sum of RGB (Red+Green+Blue) = 206+150+111=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE966F is #316990. Grayscale: #A2A2A2. Windows color (decimal): -3238289 or 7313102. OLE color: 7313102.
HSL color Cylindrical-coordinate representation of color #CE966F: hue angle of 24.63º 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 #CE966F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 111 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.19 |
| HSL | 24.63º | 0.49% | 0.62% | - |
| HSV(B) | 24.63º | 0.46% | 0.81% | - |
| XYZ | 39.23 | 36.08 | 19.94 | - |
| YUV | 162.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 111 | 0 | 0.27 | 0.46 | 0.19 | 24.63 | 0.49 | 0.62 |
| Hex | CE | 96 | 6F | 0 | 1B | 2E | 13 | 19 | 31 | 3E |
| Octal | 316 | 226 | 157 | 0 | 33 | 56 | 23 | 31 | 61 | 76 |
| Binary | 11001110 | 10010110 | 1101111 | 0 | 11011 | 101110 | 10011 | 11001 | 110001 | 111110 |
Color Harmonies of #CE966F
Complementary color
Monochromatic Colors of #CE966F
Black with #CE966F
Text Example
Text Example
White with #CE966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE966F; }
p { color: rgb(206,150,111); }
H1.HeaderClassName
{
color: #CE966F;
}
.AnyTagClassName
{
color: #CE966F;
}
</style>
background-color css
<style>
a { background-color: #CE966F; }
a { background-color: rgb(206,150,111); }
div.DivClassName
{
background-color: #CE966F;
}
.BgClassName
{
background-color: #CE966F;
}
</style>
border-color css
<style>
span { border-color: #CE966F; }
span { border-color: rgb(206,150,111); }
td.TdClassName
{
border-color: #CE966F;
}
.TagClassName
{
border-color: #CE966F;
}
</style>