Shades of Feldspar #CE9275
Tints of Feldspar #CE9275
RGB
CMYK
RGB Variations
Color information
#CE9275 (or 0xCE9275) is known color: Feldspar. HEX triplet: CE, 92 and 75. RGB value is (206,146,117). Sum of RGB (Red+Green+Blue) = 206+146+117=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9275 is #316D8A. Grayscale: #A0A0A0. Windows color (decimal): -3239307 or 7705294. OLE color: 7705294.
HSL color Cylindrical-coordinate representation of color #CE9275: hue angle of 19.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9275 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 117 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.19 |
| HSL | 19.55º | 0.48% | 0.63% | - |
| HSV(B) | 19.55º | 0.43% | 0.81% | - |
| XYZ | 38.94 | 34.96 | 21.53 | - |
| YUV | 160.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 117 | 0 | 0.29 | 0.43 | 0.19 | 19.55 | 0.48 | 0.63 |
| Hex | CE | 92 | 75 | 0 | 1D | 2B | 13 | 14 | 30 | 3F |
| Octal | 316 | 222 | 165 | 0 | 35 | 53 | 23 | 24 | 60 | 77 |
| Binary | 11001110 | 10010010 | 1110101 | 0 | 11101 | 101011 | 10011 | 10100 | 110000 | 111111 |
Color Harmonies of #CE9275
Complementary color
Monochromatic Colors of #CE9275
Black with #CE9275
Text Example
Text Example
White with #CE9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9275; }
p { color: rgb(206,146,117); }
H1.HeaderClassName
{
color: #CE9275;
}
.AnyTagClassName
{
color: #CE9275;
}
</style>
background-color css
<style>
a { background-color: #CE9275; }
a { background-color: rgb(206,146,117); }
div.DivClassName
{
background-color: #CE9275;
}
.BgClassName
{
background-color: #CE9275;
}
</style>
border-color css
<style>
span { border-color: #CE9275; }
span { border-color: rgb(206,146,117); }
td.TdClassName
{
border-color: #CE9275;
}
.TagClassName
{
border-color: #CE9275;
}
</style>