Shades of Feldspar #CE9973
Tints of Feldspar #CE9973
RGB
CMYK
RGB Variations
Color information
#CE9973 (or 0xCE9973) is known color: Feldspar. HEX triplet: CE, 99 and 73. RGB value is (206,153,115). Sum of RGB (Red+Green+Blue) = 206+153+115=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9973 is #31668C. Grayscale: #A4A4A4. Windows color (decimal): -3237517 or 7576014. OLE color: 7576014.
HSL color Cylindrical-coordinate representation of color #CE9973: hue angle of 25.05º 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 #CE9973 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 115 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.19 |
| HSL | 25.05º | 0.48% | 0.63% | - |
| HSV(B) | 25.05º | 0.44% | 0.81% | - |
| XYZ | 39.94 | 37.14 | 21.28 | - |
| YUV | 164.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 115 | 0 | 0.26 | 0.44 | 0.19 | 25.05 | 0.48 | 0.63 |
| Hex | CE | 99 | 73 | 0 | 1A | 2C | 13 | 19 | 30 | 3F |
| Octal | 316 | 231 | 163 | 0 | 32 | 54 | 23 | 31 | 60 | 77 |
| Binary | 11001110 | 10011001 | 1110011 | 0 | 11010 | 101100 | 10011 | 11001 | 110000 | 111111 |
Color Harmonies of #CE9973
Complementary color
Monochromatic Colors of #CE9973
Black with #CE9973
Text Example
Text Example
White with #CE9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9973; }
p { color: rgb(206,153,115); }
H1.HeaderClassName
{
color: #CE9973;
}
.AnyTagClassName
{
color: #CE9973;
}
</style>
background-color css
<style>
a { background-color: #CE9973; }
a { background-color: rgb(206,153,115); }
div.DivClassName
{
background-color: #CE9973;
}
.BgClassName
{
background-color: #CE9973;
}
</style>
border-color css
<style>
span { border-color: #CE9973; }
span { border-color: rgb(206,153,115); }
td.TdClassName
{
border-color: #CE9973;
}
.TagClassName
{
border-color: #CE9973;
}
</style>