COLOR #CE0A59

HEX: #CE0A59
RGB: (206,10,89)

Color info

#CE0A59 contains mainly red color. Web safe color of #CE0A59 is #CC0066 (or #C06).

RGB color model

#CE0A59 color RGB value is (206,10,89).

  • red value is 206;
  • green value is 10;
  • blue value is 89.
RGB:
(206,10,89)
(81%,4%,35%)

RGB channels and saturation

R 206 of 255 = 81%
G 10 of 255 = 4%
B 89 of 255 = 35%

206
10
89

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

Portions of RGB colors in percentages

R + G + B =
206 + 10 + 89 = 305 (100%)
R 206 of 305 ~ 67.54%
G 10 of 305 ~ 3.28%
B 89 of 305 ~ 29.18%

%67.54
%29.18

CMYK color model

#CE0A59 color CMYK value is (0,95,57,19).

  • cyan value is 0.00%
  • magenta value is 95.15%
  • yellow value is 56.80%
  • key color value is 19.22%
CMYK:
(0,95,57,19)
C0M95Y57K19 
(0%,95%,57%,19%)
(0.00/0.95/0.57/0.19)	

CMYK percentages

%0
%95.15
%56.8
%19.22

Codes

Color #CE0A59 in popluar color models

CE0A59
RGB2061089
HSL336°90.74%42.35%
HSB/HSV336°95.15%80.78%
CMYK0.00%95.15%56.80%
19.22%

Color #CE0A59 in popluar number systems.

HEXCE0A59
Decimal2061089
Binary1100111010101011001
Octal31612131

Shades and tints

Shades of #CE0A59

#CE0A59
(206,10,89)
#BC0A51
(188,10,81)
#AA0A49
(170,10,73)
#980A41
(152,10,65)
#860A39
(134,10,57)
#740A31
(116,10,49)
#620A29
(98,10,41)
#500A21
(80,10,33)
#3E0A19
(62,10,25)
#2C0A11
(44,10,17)
#1A0A09
(26,10,9)
#000000
(0,0,0)

Tints of #CE0A59

#CE0A59
(206,10,89)
#D22068
(210,32,104)
#D63677
(214,54,119)
#DA4C86
(218,76,134)
#DE6295
(222,98,149)
#E278A4
(226,120,164)
#E68EB3
(230,142,179)
#EAA4C2
(234,164,194)
#EEBAD1
(238,186,209)
#F2D0E0
(242,208,224)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE0A59 color. Also use rgb(206,10,89) instead hex code.

Text Font Color

.myTextColor { color: #CE0A59; }

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

This text font color is #CE0A59.


Background Color

.myBgColor { background-color: #CE0A59; }

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

This div background color is #CE0A59.


Border color

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

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

This div border color is #CE0A59.


Opacity

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

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

Text with #CE0A59 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 #CE0A59;}

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

This text has shadow with #CE0A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE0A59 on black background.


Color preview on white background

This text has color #CE0A59 on white background.



Black color preview on #CE0A59 background

This text has black color on #CE0A59 background.


White color preview on #CE0A59 background

This text has white color on #CE0A59 background.