#CE9980

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

Shades of Feldspar #CE9980

Tints of Feldspar #CE9980

Color information

#CE9980 (or 0xCE9980) is unknown color: approx Feldspar. HEX triplet: CE, 99 and 80. RGB value is (206,153,128). Sum of RGB (Red+Green+Blue) = 206+153+128=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9980 is #31667F. Grayscale: #A6A6A6. Windows color (decimal): -3237504 or 8427982. OLE color: 8427982.

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

Color convert

RGB206153128-
CMYK00.260.380.19
HSL19.23º44.32%65.49%-
HSV(B)19.23º37.86%80.78%-
XYZ40.7437.4625.51-
YUV166106.56156.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=42.30%
G=31.42%
B=26.28%

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
Decimal20615312800.260.380.1919.2344.3265.49
HexCE998001A2613132c41
Octal31623120003246232354101
Binary11001110100110011000000001101010011010011100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9980; }

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

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

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

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

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

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

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

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