Shades of Feldspar #CE996F
Tints of Feldspar #CE996F
RGB
CMYK
RGB Variations
Color information
#CE996F (or 0xCE996F) is known color: Feldspar. HEX triplet: CE, 99 and 6F. RGB value is (206,153,111). Sum of RGB (Red+Green+Blue) = 206+153+111=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE996F is #316690. Grayscale: #A4A4A4. Windows color (decimal): -3237521 or 7313870. OLE color: 7313870.
HSL color Cylindrical-coordinate representation of color #CE996F: hue angle of 26.53º 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 #CE996F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 111 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.19 |
| HSL | 26.53º | 0.49% | 0.62% | - |
| HSV(B) | 26.53º | 0.46% | 0.81% | - |
| XYZ | 39.71 | 37.05 | 20.1 | - |
| YUV | 164.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 111 | 0 | 0.26 | 0.46 | 0.19 | 26.53 | 0.49 | 0.62 |
| Hex | CE | 99 | 6F | 0 | 1A | 2E | 13 | 1B | 31 | 3E |
| Octal | 316 | 231 | 157 | 0 | 32 | 56 | 23 | 33 | 61 | 76 |
| Binary | 11001110 | 10011001 | 1101111 | 0 | 11010 | 101110 | 10011 | 11011 | 110001 | 111110 |
Color Harmonies of #CE996F
Complementary color
Monochromatic Colors of #CE996F
Black with #CE996F
Text Example
Text Example
White with #CE996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE996F; }
p { color: rgb(206,153,111); }
H1.HeaderClassName
{
color: #CE996F;
}
.AnyTagClassName
{
color: #CE996F;
}
</style>
background-color css
<style>
a { background-color: #CE996F; }
a { background-color: rgb(206,153,111); }
div.DivClassName
{
background-color: #CE996F;
}
.BgClassName
{
background-color: #CE996F;
}
</style>
border-color css
<style>
span { border-color: #CE996F; }
span { border-color: rgb(206,153,111); }
td.TdClassName
{
border-color: #CE996F;
}
.TagClassName
{
border-color: #CE996F;
}
</style>