COLOR #CE4F62

HEX: #CE4F62
RGB: (206,79,98)

Color info

#CE4F62 contains mainly red color. Web safe color of #CE4F62 is #CC6666 (or #C66).

RGB color model

#CE4F62 color RGB value is (206,79,98).

  • red value is 206;
  • green value is 79;
  • blue value is 98.
RGB:
(206,79,98)
(81%,31%,38%)

RGB channels and saturation

R 206 of 255 = 81%
G 79 of 255 = 31%
B 98 of 255 = 38%

206
79
98

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

Portions of RGB colors in percentages

R + G + B =
206 + 79 + 98 = 383 (100%)
R 206 of 383 ~ 53.79%
G 79 of 383 ~ 20.63%
B 98 of 383 ~ 25.59%

%53.79
%20.63
%25.59

CMYK color model

#CE4F62 color CMYK value is (0,62,52,19).

  • cyan value is 0.00%
  • magenta value is 61.65%
  • yellow value is 52.43%
  • key color value is 19.22%
CMYK:
(0,62,52,19)
C0M62Y52K19 
(0%,62%,52%,19%)
(0.00/0.62/0.52/0.19)	

CMYK percentages

%0
%61.65
%52.43
%19.22

Codes

Color #CE4F62 in popluar color models

CE4F62
RGB2067998
HSL351°56.44%55.88%
HSB/HSV351°61.65%80.78%
CMYK0.00%61.65%52.43%
19.22%

Color #CE4F62 in popluar number systems.

HEXCE4F62
Decimal2067998
Binary1100111010011111100010
Octal316117142

Shades and tints

Shades of #CE4F62

#CE4F62
(206,79,98)
#BC485A
(188,72,90)
#AA4152
(170,65,82)
#983A4A
(152,58,74)
#863342
(134,51,66)
#742C3A
(116,44,58)
#622532
(98,37,50)
#501E2A
(80,30,42)
#3E1722
(62,23,34)
#2C101A
(44,16,26)
#1A0912
(26,9,18)
#000000
(0,0,0)

Tints of #CE4F62

#CE4F62
(206,79,98)
#D25F70
(210,95,112)
#D66F7E
(214,111,126)
#DA7F8C
(218,127,140)
#DE8F9A
(222,143,154)
#E29FA8
(226,159,168)
#E6AFB6
(230,175,182)
#EABFC4
(234,191,196)
#EECFD2
(238,207,210)
#F2DFE0
(242,223,224)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE4F62 color. Also use rgb(206,79,98) instead hex code.

Text Font Color

.myTextColor { color: #CE4F62; }

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

This text font color is #CE4F62.


Background Color

.myBgColor { background-color: #CE4F62; }

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

This div background color is #CE4F62.


Border color

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

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

This div border color is #CE4F62.


Opacity

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

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

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

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

This text has shadow with #CE4F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE4F62 on black background.


Color preview on white background

This text has color #CE4F62 on white background.



Black color preview on #CE4F62 background

This text has black color on #CE4F62 background.


White color preview on #CE4F62 background

This text has white color on #CE4F62 background.