Shades of Feldspar #CE8F7B
Tints of Feldspar #CE8F7B
RGB
CMYK
RGB Variations
Color information
#CE8F7B (or 0xCE8F7B) is known color: Feldspar. HEX triplet: CE, 8F and 7B. RGB value is (206,143,123). Sum of RGB (Red+Green+Blue) = 206+143+123=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F7B is #317084. Grayscale: #9F9F9F. Windows color (decimal): -3240069 or 8097742. OLE color: 8097742.
HSL color Cylindrical-coordinate representation of color #CE8F7B: hue angle of 14.46º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8F7B is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 123 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.19 |
| HSL | 14.46º | 0.46% | 0.65% | - |
| HSV(B) | 14.46º | 0.4% | 0.81% | - |
| XYZ | 38.85 | 34.2 | 23.29 | - |
| YUV | 159.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 123 | 0 | 0.31 | 0.40 | 0.19 | 14.46 | 0.46 | 0.65 |
| Hex | CE | 8F | 7B | 0 | 1F | 28 | 13 | E | 2E | 41 |
| Octal | 316 | 217 | 173 | 0 | 37 | 50 | 23 | 16 | 56 | 101 |
| Binary | 11001110 | 10001111 | 1111011 | 0 | 11111 | 101000 | 10011 | 1110 | 101110 | 1000001 |
Color Harmonies of #CE8F7B
Complementary color
Monochromatic Colors of #CE8F7B
Black with #CE8F7B
Text Example
Text Example
White with #CE8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F7B; }
p { color: rgb(206,143,123); }
H1.HeaderClassName
{
color: #CE8F7B;
}
.AnyTagClassName
{
color: #CE8F7B;
}
</style>
background-color css
<style>
a { background-color: #CE8F7B; }
a { background-color: rgb(206,143,123); }
div.DivClassName
{
background-color: #CE8F7B;
}
.BgClassName
{
background-color: #CE8F7B;
}
</style>
border-color css
<style>
span { border-color: #CE8F7B; }
span { border-color: rgb(206,143,123); }
td.TdClassName
{
border-color: #CE8F7B;
}
.TagClassName
{
border-color: #CE8F7B;
}
</style>