#CE9880

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

Shades of Feldspar #CE9880

Tints of Feldspar #CE9880

Color information

#CE9880 (or 0xCE9880) is unknown color: approx Feldspar. HEX triplet: CE, 98 and 80. RGB value is (206,152,128). Sum of RGB (Red+Green+Blue) = 206+152+128=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9880 is #31677F. Grayscale: #A5A5A5. Windows color (decimal): -3237760 or 8427726. OLE color: 8427726.

HSL color Cylindrical-coordinate representation of color #CE9880: hue angle of 18.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9880 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206152128-
CMYK00.260.380.19
HSL18.46º44.32%65.49%-
HSV(B)18.46º37.86%80.78%-
XYZ40.5837.1425.45-
YUV165.41106.89156.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=42.39%
G=31.28%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615212800.260.380.1918.4644.3265.49
HexCE988001A2613122c41
Octal31623020003246232254101
Binary11001110100110001000000001101010011010011100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9880; }

 p { color: rgb(206,152,128); }

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

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

 a { background-color: rgb(206,152,128); }

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

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

 span { border-color: rgb(206,152,128); }

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