Shades of Feldspar #CE9674
Tints of Feldspar #CE9674
RGB
CMYK
RGB Variations
Color information
#CE9674 (or 0xCE9674) is known color: Feldspar. HEX triplet: CE, 96 and 74. RGB value is (206,150,116). Sum of RGB (Red+Green+Blue) = 206+150+116=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9674 is #31698B. Grayscale: #A3A3A3. Windows color (decimal): -3238284 or 7640782. OLE color: 7640782.
HSL color Cylindrical-coordinate representation of color #CE9674: hue angle of 22.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE9674 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 116 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.19 |
| HSL | 22.67º | 0.48% | 0.63% | - |
| HSV(B) | 22.67º | 0.44% | 0.81% | - |
| XYZ | 39.51 | 36.2 | 21.43 | - |
| YUV | 162.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 116 | 0 | 0.27 | 0.44 | 0.19 | 22.67 | 0.48 | 0.63 |
| Hex | CE | 96 | 74 | 0 | 1B | 2C | 13 | 17 | 30 | 3F |
| Octal | 316 | 226 | 164 | 0 | 33 | 54 | 23 | 27 | 60 | 77 |
| Binary | 11001110 | 10010110 | 1110100 | 0 | 11011 | 101100 | 10011 | 10111 | 110000 | 111111 |
Color Harmonies of #CE9674
Complementary color
Monochromatic Colors of #CE9674
Black with #CE9674
Text Example
Text Example
White with #CE9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9674; }
p { color: rgb(206,150,116); }
H1.HeaderClassName
{
color: #CE9674;
}
.AnyTagClassName
{
color: #CE9674;
}
</style>
background-color css
<style>
a { background-color: #CE9674; }
a { background-color: rgb(206,150,116); }
div.DivClassName
{
background-color: #CE9674;
}
.BgClassName
{
background-color: #CE9674;
}
</style>
border-color css
<style>
span { border-color: #CE9674; }
span { border-color: rgb(206,150,116); }
td.TdClassName
{
border-color: #CE9674;
}
.TagClassName
{
border-color: #CE9674;
}
</style>