Shades of Feldspar #CE917D
Tints of Feldspar #CE917D
RGB
CMYK
RGB Variations
Color information
#CE917D (or 0xCE917D) is known color: Feldspar. HEX triplet: CE, 91 and 7D. RGB value is (206,145,125). Sum of RGB (Red+Green+Blue) = 206+145+125=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE917D is #316E82. Grayscale: #A1A1A1. Windows color (decimal): -3239555 or 8229326. OLE color: 8229326.
HSL color Cylindrical-coordinate representation of color #CE917D: hue angle of 14.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE917D is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 125 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.19 |
| HSL | 14.81º | 0.45% | 0.65% | - |
| HSV(B) | 14.81º | 0.39% | 0.81% | - |
| XYZ | 39.28 | 34.85 | 24.06 | - |
| YUV | 160.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 125 | 0 | 0.30 | 0.39 | 0.19 | 14.81 | 0.45 | 0.65 |
| Hex | CE | 91 | 7D | 0 | 1E | 27 | 13 | F | 2D | 41 |
| Octal | 316 | 221 | 175 | 0 | 36 | 47 | 23 | 17 | 55 | 101 |
| Binary | 11001110 | 10010001 | 1111101 | 0 | 11110 | 100111 | 10011 | 1111 | 101101 | 1000001 |
Color Harmonies of #CE917D
Complementary color
Monochromatic Colors of #CE917D
Black with #CE917D
Text Example
Text Example
White with #CE917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE917D; }
p { color: rgb(206,145,125); }
H1.HeaderClassName
{
color: #CE917D;
}
.AnyTagClassName
{
color: #CE917D;
}
</style>
background-color css
<style>
a { background-color: #CE917D; }
a { background-color: rgb(206,145,125); }
div.DivClassName
{
background-color: #CE917D;
}
.BgClassName
{
background-color: #CE917D;
}
</style>
border-color css
<style>
span { border-color: #CE917D; }
span { border-color: rgb(206,145,125); }
td.TdClassName
{
border-color: #CE917D;
}
.TagClassName
{
border-color: #CE917D;
}
</style>