#CE7D93

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

Shades of Charm #CE7D93

Tints of Charm #CE7D93

Color information

#CE7D93 (or 0xCE7D93) is unknown color: approx Charm. HEX triplet: CE, 7D and 93. RGB value is (206,125,147). Sum of RGB (Red+Green+Blue) = 206+125+147=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D93 is #31826C. Grayscale: #979797. Windows color (decimal): -3244653 or 9665998. OLE color: 9665998.

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

Color convert

RGB206125147-
CMYK00.390.290.19
HSL343.7º45.25%64.9%-
HSV(B)343.7º39.32%80.78%-
XYZ38.0529.931.37-
YUV151.73125.34166.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=43.10%
G=26.15%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612514700.390.290.19343.745.2564.9
HexCE7D930271D131582d41
Octal316175223047352353055101
Binary11001110111110110010011010011111101100111010110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D93; }

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

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

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

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

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

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

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

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