#CE947D

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

Shades of Feldspar #CE947D

Tints of Feldspar #CE947D

Color information

#CE947D (or 0xCE947D) is unknown color: approx Feldspar. HEX triplet: CE, 94 and 7D. RGB value is (206,148,125). Sum of RGB (Red+Green+Blue) = 206+148+125=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE947D is #316B82. Grayscale: #A2A2A2. Windows color (decimal): -3238787 or 8230094. OLE color: 8230094.

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

Color convert

RGB206148125-
CMYK00.280.390.19
HSL17.04º45.25%64.9%-
HSV(B)17.04º39.32%80.78%-
XYZ39.7535.7824.21-
YUV162.72106.72158.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=43.01%
G=30.90%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614812500.280.390.1917.0445.2564.9
HexCE947D01C2713112d41
Octal31622417503447232155101
Binary1100111010010100111110101110010011110011100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE947D; }

 p { color: rgb(206,148,125); }

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

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

 a { background-color: rgb(206,148,125); }

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

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

 span { border-color: rgb(206,148,125); }

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