COLOR #CB5D77

HEX: #CB5D77
RGB: (203,93,119)

Color info

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

RGB color model

#CB5D77 color RGB value is (203,93,119).

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

RGB channels and saturation

R 203 of 255 = 80%
G 93 of 255 = 36%
B 119 of 255 = 47%

203
93
119

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

Portions of RGB colors in percentages

R + G + B =
203 + 93 + 119 = 415 (100%)
R 203 of 415 ~ 48.92%
G 93 of 415 ~ 22.41%
B 119 of 415 ~ 28.67%

%48.92
%22.41
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.19%
  • 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
%54.19
%41.38
%20.39

Codes

Color #CB5D77 in popluar color models

CB5D77
RGB20393119
HSL346°51.40%58.04%
HSB/HSV346°54.19%79.61%
CMYK0.00%54.19%41.38%
20.39%

Color #CB5D77 in popluar number systems.

HEXCB5D77
Decimal20393119
Binary1100101110111011110111
Octal313135167

Shades and tints

Shades of #CB5D77

#CB5D77
(203,93,119)
#B9556D
(185,85,109)
#A74D63
(167,77,99)
#954559
(149,69,89)
#833D4F
(131,61,79)
#713545
(113,53,69)
#5F2D3B
(95,45,59)
#4D2531
(77,37,49)
#3B1D27
(59,29,39)
#29151D
(41,21,29)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #CB5D77

#CB5D77
(203,93,119)
#CF6B83
(207,107,131)
#D3798F
(211,121,143)
#D7879B
(215,135,155)
#DB95A7
(219,149,167)
#DFA3B3
(223,163,179)
#E3B1BF
(227,177,191)
#E7BFCB
(231,191,203)
#EBCDD7
(235,205,215)
#EFDBE3
(239,219,227)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB5D77; }

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

This text font color is #CB5D77.


Background Color

.myBgColor { background-color: #CB5D77; }

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

This div background color is #CB5D77.


Border color

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

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

This div border color is #CB5D77.


Opacity

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

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

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

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

This text has shadow with #CB5D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5D77 on black background.


Color preview on white background

This text has color #CB5D77 on white background.



Black color preview on #CB5D77 background

This text has black color on #CB5D77 background.


White color preview on #CB5D77 background

This text has white color on #CB5D77 background.