#CE9380

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

Shades of Feldspar #CE9380

Tints of Feldspar #CE9380

Color information

#CE9380 (or 0xCE9380) is unknown color: approx Feldspar. HEX triplet: CE, 93 and 80. RGB value is (206,147,128). Sum of RGB (Red+Green+Blue) = 206+147+128=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9380 is #316C7F. Grayscale: #A2A2A2. Windows color (decimal): -3239040 or 8426446. OLE color: 8426446.

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

Color convert

RGB206147128-
CMYK00.290.380.19
HSL14.62º44.32%65.49%-
HSV(B)14.62º37.86%80.78%-
XYZ39.7835.5525.19-
YUV162.48108.55159.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=42.83%
G=30.56%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614712800.290.380.1914.6244.3265.49
HexCE938001D2613f2c41
Octal31622320003546231754101
Binary1100111010010011100000000111011001101001111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9380; }

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

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

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

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

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

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

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

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