Shades of Feldspar #CE9B73
Tints of Feldspar #CE9B73
RGB
CMYK
RGB Variations
Color information
#CE9B73 (or 0xCE9B73) is known color: Feldspar. HEX triplet: CE, 9B and 73. RGB value is (206,155,115). Sum of RGB (Red+Green+Blue) = 206+155+115=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B73 is #31648C. Grayscale: #A5A5A5. Windows color (decimal): -3237005 or 7576526. OLE color: 7576526.
HSL color Cylindrical-coordinate representation of color #CE9B73: hue angle of 26.37º 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 #CE9B73 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 115 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.19 |
| HSL | 26.37º | 0.48% | 0.63% | - |
| HSV(B) | 26.37º | 0.44% | 0.81% | - |
| XYZ | 40.27 | 37.8 | 21.39 | - |
| YUV | 165.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 115 | 0 | 0.25 | 0.44 | 0.19 | 26.37 | 0.48 | 0.63 |
| Hex | CE | 9B | 73 | 0 | 19 | 2C | 13 | 1A | 30 | 3F |
| Octal | 316 | 233 | 163 | 0 | 31 | 54 | 23 | 32 | 60 | 77 |
| Binary | 11001110 | 10011011 | 1110011 | 0 | 11001 | 101100 | 10011 | 11010 | 110000 | 111111 |
Color Harmonies of #CE9B73
Complementary color
Monochromatic Colors of #CE9B73
Black with #CE9B73
Text Example
Text Example
White with #CE9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B73; }
p { color: rgb(206,155,115); }
H1.HeaderClassName
{
color: #CE9B73;
}
.AnyTagClassName
{
color: #CE9B73;
}
</style>
background-color css
<style>
a { background-color: #CE9B73; }
a { background-color: rgb(206,155,115); }
div.DivClassName
{
background-color: #CE9B73;
}
.BgClassName
{
background-color: #CE9B73;
}
</style>
border-color css
<style>
span { border-color: #CE9B73; }
span { border-color: rgb(206,155,115); }
td.TdClassName
{
border-color: #CE9B73;
}
.TagClassName
{
border-color: #CE9B73;
}
</style>