#ce8e7c

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

Shades of Feldspar #CE8E7C

Tints of Feldspar #CE8E7C

Color information

#CE8E7C (or 0xCE8E7C) is unknown color: approx Feldspar. HEX triplet: CE, 8E and 7C. RGB value is (206,142,124). Sum of RGB (Red+Green+Blue) = 206+142+124=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E7C is #317183. Grayscale: #9F9F9F. Windows color (decimal): -3240324 or 8163022. OLE color: 8163022.

HSL color Cylindrical-coordinate representation of color #CE8E7C: hue angle of 13.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8E7C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206142124-
CMYK00.310.400.19
HSL13.17º45.56%64.71%-
HSV(B)13.17º39.81%80.78%-
XYZ38.7633.9223.57-
YUV159.08108.2161.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=43.64%
G=30.08%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614212400.310.400.1913.1745.5664.71
HexCE8E7C01F2813d2e41
Octal31621617403750231556101
Binary110011101000111011111000111111010001001111011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8e7c; }

 p { color: rgb(206,142,124); }

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

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

 a { background-color: rgb(206,142,124); }

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

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

 span { border-color: rgb(206,142,124); }

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