COLOR #CE6589

HEX: #CE6589 RGB: (206,101,137)

Color info

#CE6589 contains mainly red color. Web safe color of #CE6589 is #CC6699 (or #C69).

RGB color model

#CE6589 color RGB value is (206,101,137).

RGB: (206,101,137) (81%, 40%, 54%)

RGB channels and saturation

R 206 of 255 = 81%
G 101 of 255 = 40%
B 137 of 255 = 54%

206
101
137

R + G + B ~ 58%. #CE6589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 206 + 101 + 137 = 444 (100%)
R 206 of 444 ~ 46.4%
G 101 of 444 ~ 22.75%
B 137 of 444 ~ 30.86'%

%46.4
%22.75
%30.86

CMYK color model

#CE6589 color CMYK value is (0,51,33,19).

  • cyan value is 0.00%
  • magenta value is 50.97%
  • yellow value is 33.50%
  • key color value is 19.22%

CMYK: (0,51,33,19)
C0M51Y33K19 (0%, 51%, 33%, 19%)
(0.00 / 0.51 / 0.33 / 0.19)

CMYK percentages

%0
%50.97
%33.5
%19.22

Codes

Color #CE6589 in popluar color models

CE 65 89
RGB 206 101 137
HSL 339° 51.72% 60.20%
HSB/HSV 339° 50.97% 80.78%
CMYK 0.00% 50.97% 33.50%
19.22%

Color #CE6589 in popluar number systems.

HEX CE 65 89
Decimal 206 101 137
Binary 11001110 1100101 10001001
Octal 316 145 211

Shades and tints

Shades of #CE6589

#CE6589
(206,101,137)
#BC5C7D
(188,92,125)
#AA5371
(170,83,113)
#984A65
(152,74,101)
#864159
(134,65,89)
#74384D
(116,56,77)
#622F41
(98,47,65)
#502635
(80,38,53)
#3E1D29
(62,29,41)
#2C141D
(44,20,29)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #CE6589

#CE6589
(206,101,137)
#D27393
(210,115,147)
#D6819D
(214,129,157)
#DA8FA7
(218,143,167)
#DE9DB1
(222,157,177)
#E2ABBB
(226,171,187)
#E6B9C5
(230,185,197)
#EAC7CF
(234,199,207)
#EED5D9
(238,213,217)
#F2E3E3
(242,227,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6589 color. Also use rgb(206,101,137) instead hex code.

Text Font Color

.myTextColor { color: #CE6589; }

<p style="color:#CE6589">This sample text font color is #CE6589.</p>

This text font color is #CE6589.

Background Color

.myBgColor { background-color: #CE6589; }

<div style="background-color:#CE6589">Inner text</div>

This div background color is #CE6589.

Border color

.myBorderColor { border: 1px solid #CE6589; }

<div style="border:3px solid #CE6589">Div</div>

This div border color is #CE6589.

Opacity

.myOpacity80 { color: #CE6589; opacity: 0.8; }

<p style="color:#CE6589;opacity:0.8;">80%</p>

Text with #CE6589 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CE6589;}

<p style="text-shadow: 3px 3px 1px #CE6589">Text here.</p>

This text has shadow with #CE6589 color.


.textShadow {text-shadow: 3px 3px 1px #CE6589', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CE6589, 5px 5px 20px red">Text here.</p>

This text has shadow with #CE6589 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CE6589, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CE6589, Direction=45, Strength=4)">Text</p>

This text has shadow with #CE6589 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CE6589;
-webkit-box-shadow: 1px 1px 3px 2px #CE6589;
box-shadow: 1px 1px 3px 2px #CE6589;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CE6589; -webkit-box-shadow: 1px 1px 3px 2px #CE6589; box-shadow:1px 1px 3px 2px #CE6589;">
Div content here
</div>

This div box has shadow with color #CE6589.

Preview

Color preview on black background

This text has color #CE6589 on black background.


Color preview on white background

This text has color #CE6589 on white background.


Black color preview on #CE6589 background

This text has black color on #CE6589 background.


White color preview on #CE6589 background

This text has white color on #CE6589 background.


Related colors

Complementary color

Complementary color for #hex is #319A76.


I love getcolorcode.com

Triadic colors

1 #89CE65 and #6589CE with #CE6589 are triadic colors.

2 #8965CE and #65CE89 with #CE6589 are triadic colors.