#CE8771

Color #CE8771 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CE8771

Tints of Feldspar #CE8771

Color information

#CE8771 (or 0xCE8771) is unknown color: approx Feldspar. HEX triplet: CE, 87 and 71. RGB value is (206,135,113). Sum of RGB (Red+Green+Blue) = 206+135+113=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8771 is #31788E. Grayscale: #999999. Windows color (decimal): -3242127 or 7440334. OLE color: 7440334.

HSL color Cylindrical-coordinate representation of color #CE8771: hue angle of 14.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8771 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB206135113-
CMYK00.340.450.19
HSL14.19º48.69%62.55%-
HSV(B)14.19º45.15%80.78%-
XYZ37.131.6419.78-
YUV153.72105.02165.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=45.37%
G=29.74%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613511300.340.450.1914.1948.6962.55
HexCE87710222D13e313f
Octal3162071610425523166177
Binary110011101000011111100010100010101101100111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8771; }

 p { color: rgb(206,135,113); }

 H1.HeaderClassName
 {
   color: #CE8771;
 }
 .AnyTagClassName
 {
   color: #CE8771;
 }
</style>
background-color css

<style>
 a { background-color: #CE8771; }

 a { background-color: rgb(206,135,113); }

 div.DivClassName
 {
   background-color: #CE8771;
 }
 .BgClassName
 {
   background-color: #CE8771;
 }
</style>
border-color css

<style>
 span { border-color: #CE8771; }

 span { border-color: rgb(206,135,113); }

 td.TdClassName
 {
   border-color: #CE8771;
 }
 .TagClassName
 {
   border-color: #CE8771;
 }
</style>