Shades of Feldspar #CE8F6C
Tints of Feldspar #CE8F6C
RGB
CMYK
RGB Variations
Color information
#CE8F6C (or 0xCE8F6C) is known color: Feldspar. HEX triplet: CE, 8F and 6C. RGB value is (206,143,108). Sum of RGB (Red+Green+Blue) = 206+143+108=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6C is #317093. Grayscale: #9E9E9E. Windows color (decimal): -3240084 or 7114702. OLE color: 7114702.
HSL color Cylindrical-coordinate representation of color #CE8F6C: hue angle of 21.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE8F6C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 108 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.19 |
| HSL | 21.43º | 0.5% | 0.62% | - |
| HSV(B) | 21.43º | 0.48% | 0.81% | - |
| XYZ | 37.98 | 33.85 | 18.72 | - |
| YUV | 157.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 108 | 0 | 0.31 | 0.48 | 0.19 | 21.43 | 0.5 | 0.62 |
| Hex | CE | 8F | 6C | 0 | 1F | 30 | 13 | 15 | 32 | 3E |
| Octal | 316 | 217 | 154 | 0 | 37 | 60 | 23 | 25 | 62 | 76 |
| Binary | 11001110 | 10001111 | 1101100 | 0 | 11111 | 110000 | 10011 | 10101 | 110010 | 111110 |
Color Harmonies of #CE8F6C
Complementary color
Monochromatic Colors of #CE8F6C
Black with #CE8F6C
Text Example
Text Example
White with #CE8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F6C; }
p { color: rgb(206,143,108); }
H1.HeaderClassName
{
color: #CE8F6C;
}
.AnyTagClassName
{
color: #CE8F6C;
}
</style>
background-color css
<style>
a { background-color: #CE8F6C; }
a { background-color: rgb(206,143,108); }
div.DivClassName
{
background-color: #CE8F6C;
}
.BgClassName
{
background-color: #CE8F6C;
}
</style>
border-color css
<style>
span { border-color: #CE8F6C; }
span { border-color: rgb(206,143,108); }
td.TdClassName
{
border-color: #CE8F6C;
}
.TagClassName
{
border-color: #CE8F6C;
}
</style>