COLOR #CB5E77

HEX: #CB5E77
RGB: (203,94,119)

Color info

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

RGB color model

#CB5E77 color RGB value is (203,94,119).

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

RGB channels and saturation

R 203 of 255 = 80%
G 94 of 255 = 37%
B 119 of 255 = 47%

203
94
119

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

Portions of RGB colors in percentages

R + G + B =
203 + 94 + 119 = 416 (100%)
R 203 of 416 ~ 48.8%
G 94 of 416 ~ 22.6%
B 119 of 416 ~ 28.61%

%48.8
%22.6
%28.61

CMYK color model

#CB5E77 color CMYK value is (0,54,41,20).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 41.38%
  • key color value is 20.39%
CMYK:
(0,54,41,20)
C0M54Y41K20 
(0%,54%,41%,20%)
(0.00/0.54/0.41/0.20)	

CMYK percentages

%0
%53.69
%41.38
%20.39

Codes

Color #CB5E77 in popluar color models

CB5E77
RGB20394119
HSL346°51.17%58.24%
HSB/HSV346°53.69%79.61%
CMYK0.00%53.69%41.38%
20.39%

Color #CB5E77 in popluar number systems.

HEXCB5E77
Decimal20394119
Binary1100101110111101110111
Octal313136167

Shades and tints

Shades of #CB5E77

#CB5E77
(203,94,119)
#B9566D
(185,86,109)
#A74E63
(167,78,99)
#954659
(149,70,89)
#833E4F
(131,62,79)
#713645
(113,54,69)
#5F2E3B
(95,46,59)
#4D2631
(77,38,49)
#3B1E27
(59,30,39)
#29161D
(41,22,29)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #CB5E77

#CB5E77
(203,94,119)
#CF6C83
(207,108,131)
#D37A8F
(211,122,143)
#D7889B
(215,136,155)
#DB96A7
(219,150,167)
#DFA4B3
(223,164,179)
#E3B2BF
(227,178,191)
#E7C0CB
(231,192,203)
#EBCED7
(235,206,215)
#EFDCE3
(239,220,227)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB5E77; }

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

This text font color is #CB5E77.


Background Color

.myBgColor { background-color: #CB5E77; }

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

This div background color is #CB5E77.


Border color

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

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

This div border color is #CB5E77.


Opacity

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

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

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

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

This text has shadow with #CB5E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5E77 on black background.


Color preview on white background

This text has color #CB5E77 on white background.



Black color preview on #CB5E77 background

This text has black color on #CB5E77 background.


White color preview on #CB5E77 background

This text has white color on #CB5E77 background.