#CE718D

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

Shades of Charm #CE718D

Tints of Charm #CE718D

Color information

#CE718D (or 0xCE718D) is unknown color: approx Charm. HEX triplet: CE, 71 and 8D. RGB value is (206,113,141). Sum of RGB (Red+Green+Blue) = 206+113+141=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE718D is #318E72. Grayscale: #8F8F8F. Windows color (decimal): -3247731 or 9269710. OLE color: 9269710.

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

Color convert

RGB206113141-
CMYK00.450.320.19
HSL341.94º48.69%62.55%-
HSV(B)341.94º45.15%80.78%-
XYZ36.1726.8628.48-
YUV144126.31172.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=44.78%
G=24.57%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611314100.450.320.19341.9448.6962.55
HexCE718D02D2013156313f
Octal31616121505540235266177
Binary11001110111000110001101010110110000010011101010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE718D; }

 p { color: rgb(206,113,141); }

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

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

 a { background-color: rgb(206,113,141); }

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

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

 span { border-color: rgb(206,113,141); }

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