Shades of Feldspar #CE9B76
Tints of Feldspar #CE9B76
RGB
CMYK
RGB Variations
Color information
#CE9B76 (or 0xCE9B76) is known color: Feldspar. HEX triplet: CE, 9B and 76. RGB value is (206,155,118). Sum of RGB (Red+Green+Blue) = 206+155+118=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B76 is #316489. Grayscale: #A6A6A6. Windows color (decimal): -3237002 or 7773134. OLE color: 7773134.
HSL color Cylindrical-coordinate representation of color #CE9B76: hue angle of 25.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9B76 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 118 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.19 |
| HSL | 25.23º | 0.47% | 0.64% | - |
| HSV(B) | 25.23º | 0.43% | 0.81% | - |
| XYZ | 40.44 | 37.87 | 22.32 | - |
| YUV | 166.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 118 | 0 | 0.25 | 0.43 | 0.19 | 25.23 | 0.47 | 0.64 |
| Hex | CE | 9B | 76 | 0 | 19 | 2B | 13 | 19 | 2F | 40 |
| Octal | 316 | 233 | 166 | 0 | 31 | 53 | 23 | 31 | 57 | 100 |
| Binary | 11001110 | 10011011 | 1110110 | 0 | 11001 | 101011 | 10011 | 11001 | 101111 | 1000000 |
Color Harmonies of #CE9B76
Complementary color
Monochromatic Colors of #CE9B76
Black with #CE9B76
Text Example
Text Example
White with #CE9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B76; }
p { color: rgb(206,155,118); }
H1.HeaderClassName
{
color: #CE9B76;
}
.AnyTagClassName
{
color: #CE9B76;
}
</style>
background-color css
<style>
a { background-color: #CE9B76; }
a { background-color: rgb(206,155,118); }
div.DivClassName
{
background-color: #CE9B76;
}
.BgClassName
{
background-color: #CE9B76;
}
</style>
border-color css
<style>
span { border-color: #CE9B76; }
span { border-color: rgb(206,155,118); }
td.TdClassName
{
border-color: #CE9B76;
}
.TagClassName
{
border-color: #CE9B76;
}
</style>