Shades of Feldspar #CE8770
Tints of Feldspar #CE8770
RGB
CMYK
RGB Variations
Color information
#CE8770 (or 0xCE8770) is known color: Feldspar. HEX triplet: CE, 87 and 70. RGB value is (206,135,112). Sum of RGB (Red+Green+Blue) = 206+135+112=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8770 is #31788F. Grayscale: #999999. Windows color (decimal): -3242128 or 7374798. OLE color: 7374798.
HSL color Cylindrical-coordinate representation of color #CE8770: hue angle of 14.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE8770 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 112 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.19 |
| HSL | 14.68º | 0.49% | 0.62% | - |
| HSV(B) | 14.68º | 0.46% | 0.81% | - |
| XYZ | 37.04 | 31.62 | 19.48 | - |
| YUV | 153.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 112 | 0 | 0.34 | 0.46 | 0.19 | 14.68 | 0.49 | 0.62 |
| Hex | CE | 87 | 70 | 0 | 22 | 2E | 13 | F | 31 | 3E |
| Octal | 316 | 207 | 160 | 0 | 42 | 56 | 23 | 17 | 61 | 76 |
| Binary | 11001110 | 10000111 | 1110000 | 0 | 100010 | 101110 | 10011 | 1111 | 110001 | 111110 |
Color Harmonies of #CE8770
Complementary color
Monochromatic Colors of #CE8770
Black with #CE8770
Text Example
Text Example
White with #CE8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8770; }
p { color: rgb(206,135,112); }
H1.HeaderClassName
{
color: #CE8770;
}
.AnyTagClassName
{
color: #CE8770;
}
</style>
background-color css
<style>
a { background-color: #CE8770; }
a { background-color: rgb(206,135,112); }
div.DivClassName
{
background-color: #CE8770;
}
.BgClassName
{
background-color: #CE8770;
}
</style>
border-color css
<style>
span { border-color: #CE8770; }
span { border-color: rgb(206,135,112); }
td.TdClassName
{
border-color: #CE8770;
}
.TagClassName
{
border-color: #CE8770;
}
</style>