Shades of Feldspar #CE8F7A
Tints of Feldspar #CE8F7A
RGB
CMYK
RGB Variations
Color information
#CE8F7A (or 0xCE8F7A) is known color: Feldspar. HEX triplet: CE, 8F and 7A. RGB value is (206,143,122). Sum of RGB (Red+Green+Blue) = 206+143+122=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F7A is #317085. Grayscale: #9F9F9F. Windows color (decimal): -3240070 or 8032206. OLE color: 8032206.
HSL color Cylindrical-coordinate representation of color #CE8F7A: hue angle of 15º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8F7A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 122 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.19 |
| HSL | 15º | 0.46% | 0.64% | - |
| HSV(B) | 15º | 0.41% | 0.81% | - |
| XYZ | 38.79 | 34.17 | 22.96 | - |
| YUV | 159.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 122 | 0 | 0.31 | 0.41 | 0.19 | 15 | 0.46 | 0.64 |
| Hex | CE | 8F | 7A | 0 | 1F | 29 | 13 | F | 2E | 40 |
| Octal | 316 | 217 | 172 | 0 | 37 | 51 | 23 | 17 | 56 | 100 |
| Binary | 11001110 | 10001111 | 1111010 | 0 | 11111 | 101001 | 10011 | 1111 | 101110 | 1000000 |
Color Harmonies of #CE8F7A
Complementary color
Monochromatic Colors of #CE8F7A
Black with #CE8F7A
Text Example
Text Example
White with #CE8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F7A; }
p { color: rgb(206,143,122); }
H1.HeaderClassName
{
color: #CE8F7A;
}
.AnyTagClassName
{
color: #CE8F7A;
}
</style>
background-color css
<style>
a { background-color: #CE8F7A; }
a { background-color: rgb(206,143,122); }
div.DivClassName
{
background-color: #CE8F7A;
}
.BgClassName
{
background-color: #CE8F7A;
}
</style>
border-color css
<style>
span { border-color: #CE8F7A; }
span { border-color: rgb(206,143,122); }
td.TdClassName
{
border-color: #CE8F7A;
}
.TagClassName
{
border-color: #CE8F7A;
}
</style>