Shades of Feldspar #CE9D74
Tints of Feldspar #CE9D74
RGB
CMYK
RGB Variations
Color information
#CE9D74 (or 0xCE9D74) is known color: Feldspar. HEX triplet: CE, 9D and 74. RGB value is (206,157,116). Sum of RGB (Red+Green+Blue) = 206+157+116=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D74 is #31628B. Grayscale: #A7A7A7. Windows color (decimal): -3236492 or 7642574. OLE color: 7642574.
HSL color Cylindrical-coordinate representation of color #CE9D74: hue angle of 27.33º 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 #CE9D74 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 116 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.19 |
| HSL | 27.33º | 0.48% | 0.63% | - |
| HSV(B) | 27.33º | 0.44% | 0.81% | - |
| XYZ | 40.66 | 38.5 | 21.81 | - |
| YUV | 166.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 116 | 0 | 0.24 | 0.44 | 0.19 | 27.33 | 0.48 | 0.63 |
| Hex | CE | 9D | 74 | 0 | 18 | 2C | 13 | 1B | 30 | 3F |
| Octal | 316 | 235 | 164 | 0 | 30 | 54 | 23 | 33 | 60 | 77 |
| Binary | 11001110 | 10011101 | 1110100 | 0 | 11000 | 101100 | 10011 | 11011 | 110000 | 111111 |
Color Harmonies of #CE9D74
Complementary color
Monochromatic Colors of #CE9D74
Black with #CE9D74
Text Example
Text Example
White with #CE9D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D74; }
p { color: rgb(206,157,116); }
H1.HeaderClassName
{
color: #CE9D74;
}
.AnyTagClassName
{
color: #CE9D74;
}
</style>
background-color css
<style>
a { background-color: #CE9D74; }
a { background-color: rgb(206,157,116); }
div.DivClassName
{
background-color: #CE9D74;
}
.BgClassName
{
background-color: #CE9D74;
}
</style>
border-color css
<style>
span { border-color: #CE9D74; }
span { border-color: rgb(206,157,116); }
td.TdClassName
{
border-color: #CE9D74;
}
.TagClassName
{
border-color: #CE9D74;
}
</style>