COLOR #CB5E72

HEX: #CB5E72
RGB: (203,94,114)

Color info

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

RGB color model

#CB5E72 color RGB value is (203,94,114).

  • red value is 203;
  • green value is 94;
  • blue value is 114.
RGB:
(203,94,114)
(80%,37%,45%)

RGB channels and saturation

R 203 of 255 = 80%
G 94 of 255 = 37%
B 114 of 255 = 45%

203
94
114

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

Portions of RGB colors in percentages

R + G + B =
203 + 94 + 114 = 411 (100%)
R 203 of 411 ~ 49.39%
G 94 of 411 ~ 22.87%
B 114 of 411 ~ 27.74%

%49.39
%22.87
%27.74

CMYK color model

#CB5E72 color CMYK value is (0,54,44,20).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 43.84%
  • key color value is 20.39%
CMYK:
(0,54,44,20)
C0M54Y44K20 
(0%,54%,44%,20%)
(0.00/0.54/0.44/0.20)	

CMYK percentages

%0
%53.69
%43.84
%20.39

Codes

Color #CB5E72 in popluar color models

CB5E72
RGB20394114
HSL349°51.17%58.24%
HSB/HSV349°53.69%79.61%
CMYK0.00%53.69%43.84%
20.39%

Color #CB5E72 in popluar number systems.

HEXCB5E72
Decimal20394114
Binary1100101110111101110010
Octal313136162

Shades and tints

Shades of #CB5E72

#CB5E72
(203,94,114)
#B95668
(185,86,104)
#A74E5E
(167,78,94)
#954654
(149,70,84)
#833E4A
(131,62,74)
#713640
(113,54,64)
#5F2E36
(95,46,54)
#4D262C
(77,38,44)
#3B1E22
(59,30,34)
#291618
(41,22,24)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #CB5E72

#CB5E72
(203,94,114)
#CF6C7E
(207,108,126)
#D37A8A
(211,122,138)
#D78896
(215,136,150)
#DB96A2
(219,150,162)
#DFA4AE
(223,164,174)
#E3B2BA
(227,178,186)
#E7C0C6
(231,192,198)
#EBCED2
(235,206,210)
#EFDCDE
(239,220,222)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5E72 color. Also use rgb(203,94,114) instead hex code.

Text Font Color

.myTextColor { color: #CB5E72; }

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

This text font color is #CB5E72.


Background Color

.myBgColor { background-color: #CB5E72; }

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

This div background color is #CB5E72.


Border color

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

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

This div border color is #CB5E72.


Opacity

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

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

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

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

This text has shadow with #CB5E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5E72 on black background.


Color preview on white background

This text has color #CB5E72 on white background.



Black color preview on #CB5E72 background

This text has black color on #CB5E72 background.


White color preview on #CB5E72 background

This text has white color on #CB5E72 background.