#CE7994

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

Shades of Charm #CE7994

Tints of Charm #CE7994

Color information

#CE7994 (or 0xCE7994) is unknown color: approx Charm. HEX triplet: CE, 79 and 94. RGB value is (206,121,148). Sum of RGB (Red+Green+Blue) = 206+121+148=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7994 is #31866B. Grayscale: #959595. Windows color (decimal): -3245676 or 9730510. OLE color: 9730510.

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

Color convert

RGB206121148-
CMYK00.410.280.19
HSL340.94º46.45%64.12%-
HSV(B)340.94º41.26%80.78%-
XYZ37.6428.9331.62-
YUV149.49127.16168.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=43.37%
G=25.47%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612114800.410.280.19340.9446.4564.12
HexCE79940291C131552e40
Octal316171224051342352556100
Binary11001110111100110010100010100111100100111010101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7994; }

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

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

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

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

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

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

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

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