Shades of Feldspar #CE8C6E
Tints of Feldspar #CE8C6E
RGB
CMYK
RGB Variations
Color information
#CE8C6E (or 0xCE8C6E) is known color: Feldspar. HEX triplet: CE, 8C and 6E. RGB value is (206,140,110). Sum of RGB (Red+Green+Blue) = 206+140+110=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C6E is #317391. Grayscale: #9C9C9C. Windows color (decimal): -3240850 or 7245006. OLE color: 7245006.
HSL color Cylindrical-coordinate representation of color #CE8C6E: hue angle of 18.75º degrees, saturation: 0.49, 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 #CE8C6E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 110 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.19 |
| HSL | 18.75º | 0.49% | 0.62% | - |
| HSV(B) | 18.75º | 0.47% | 0.81% | - |
| XYZ | 37.65 | 33 | 19.14 | - |
| YUV | 156.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 110 | 0 | 0.32 | 0.47 | 0.19 | 18.75 | 0.49 | 0.62 |
| Hex | CE | 8C | 6E | 0 | 20 | 2F | 13 | 13 | 31 | 3E |
| Octal | 316 | 214 | 156 | 0 | 40 | 57 | 23 | 23 | 61 | 76 |
| Binary | 11001110 | 10001100 | 1101110 | 0 | 100000 | 101111 | 10011 | 10011 | 110001 | 111110 |
Color Harmonies of #CE8C6E
Complementary color
Monochromatic Colors of #CE8C6E
Black with #CE8C6E
Text Example
Text Example
White with #CE8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C6E; }
p { color: rgb(206,140,110); }
H1.HeaderClassName
{
color: #CE8C6E;
}
.AnyTagClassName
{
color: #CE8C6E;
}
</style>
background-color css
<style>
a { background-color: #CE8C6E; }
a { background-color: rgb(206,140,110); }
div.DivClassName
{
background-color: #CE8C6E;
}
.BgClassName
{
background-color: #CE8C6E;
}
</style>
border-color css
<style>
span { border-color: #CE8C6E; }
span { border-color: rgb(206,140,110); }
td.TdClassName
{
border-color: #CE8C6E;
}
.TagClassName
{
border-color: #CE8C6E;
}
</style>