#CE8E6C

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

Shades of Feldspar #CE8E6C

Tints of Feldspar #CE8E6C

Color information

#CE8E6C (or 0xCE8E6C) is unknown color: approx Feldspar. HEX triplet: CE, 8E and 6C. RGB value is (206,142,108). Sum of RGB (Red+Green+Blue) = 206+142+108=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E6C is #317193. Grayscale: #9D9D9D. Windows color (decimal): -3240340 or 7114446. OLE color: 7114446.

HSL color Cylindrical-coordinate representation of color #CE8E6C: hue angle of 20.82º 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 #CE8E6C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206142108-
CMYK00.310.480.19
HSL20.82º50%61.57%-
HSV(B)20.82º47.57%80.78%-
XYZ37.8333.5518.67-
YUV157.26100.2162.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=45.18%
G=31.14%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614210800.310.480.1920.825061.57
HexCE8E6C01F301315323e
Octal3162161540376023256276
Binary110011101000111011011000111111100001001110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E6C; }

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

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

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

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

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

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

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

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