Shades of Feldspar #CE926D
Tints of Feldspar #CE926D
RGB
CMYK
RGB Variations
Color information
#CE926D (or 0xCE926D) is known color: Feldspar. HEX triplet: CE, 92 and 6D. RGB value is (206,146,109). Sum of RGB (Red+Green+Blue) = 206+146+109=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE926D is #316D92. Grayscale: #9F9F9F. Windows color (decimal): -3239315 or 7181006. OLE color: 7181006.
HSL color Cylindrical-coordinate representation of color #CE926D: hue angle of 22.89º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE926D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 109 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.19 |
| HSL | 22.89º | 0.5% | 0.62% | - |
| HSV(B) | 22.89º | 0.47% | 0.81% | - |
| XYZ | 38.49 | 34.78 | 19.15 | - |
| YUV | 159.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 109 | 0 | 0.29 | 0.47 | 0.19 | 22.89 | 0.5 | 0.62 |
| Hex | CE | 92 | 6D | 0 | 1D | 2F | 13 | 17 | 32 | 3E |
| Octal | 316 | 222 | 155 | 0 | 35 | 57 | 23 | 27 | 62 | 76 |
| Binary | 11001110 | 10010010 | 1101101 | 0 | 11101 | 101111 | 10011 | 10111 | 110010 | 111110 |
Color Harmonies of #CE926D
Complementary color
Monochromatic Colors of #CE926D
Black with #CE926D
Text Example
Text Example
White with #CE926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE926D; }
p { color: rgb(206,146,109); }
H1.HeaderClassName
{
color: #CE926D;
}
.AnyTagClassName
{
color: #CE926D;
}
</style>
background-color css
<style>
a { background-color: #CE926D; }
a { background-color: rgb(206,146,109); }
div.DivClassName
{
background-color: #CE926D;
}
.BgClassName
{
background-color: #CE926D;
}
</style>
border-color css
<style>
span { border-color: #CE926D; }
span { border-color: rgb(206,146,109); }
td.TdClassName
{
border-color: #CE926D;
}
.TagClassName
{
border-color: #CE926D;
}
</style>