Shades of Feldspar #CE9C74
Tints of Feldspar #CE9C74
RGB
CMYK
RGB Variations
Color information
#CE9C74 (or 0xCE9C74) is known color: Feldspar. HEX triplet: CE, 9C and 74. RGB value is (206,156,116). Sum of RGB (Red+Green+Blue) = 206+156+116=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C74 is #31638B. Grayscale: #A6A6A6. Windows color (decimal): -3236748 or 7642318. OLE color: 7642318.
HSL color Cylindrical-coordinate representation of color #CE9C74: hue angle of 26.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 #CE9C74 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 116 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.19 |
| HSL | 26.67º | 0.48% | 0.63% | - |
| HSV(B) | 26.67º | 0.44% | 0.81% | - |
| XYZ | 40.49 | 38.16 | 21.75 | - |
| YUV | 166.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 116 | 0 | 0.24 | 0.44 | 0.19 | 26.67 | 0.48 | 0.63 |
| Hex | CE | 9C | 74 | 0 | 18 | 2C | 13 | 1B | 30 | 3F |
| Octal | 316 | 234 | 164 | 0 | 30 | 54 | 23 | 33 | 60 | 77 |
| Binary | 11001110 | 10011100 | 1110100 | 0 | 11000 | 101100 | 10011 | 11011 | 110000 | 111111 |
Color Harmonies of #CE9C74
Complementary color
Monochromatic Colors of #CE9C74
Black with #CE9C74
Text Example
Text Example
White with #CE9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C74; }
p { color: rgb(206,156,116); }
H1.HeaderClassName
{
color: #CE9C74;
}
.AnyTagClassName
{
color: #CE9C74;
}
</style>
background-color css
<style>
a { background-color: #CE9C74; }
a { background-color: rgb(206,156,116); }
div.DivClassName
{
background-color: #CE9C74;
}
.BgClassName
{
background-color: #CE9C74;
}
</style>
border-color css
<style>
span { border-color: #CE9C74; }
span { border-color: rgb(206,156,116); }
td.TdClassName
{
border-color: #CE9C74;
}
.TagClassName
{
border-color: #CE9C74;
}
</style>