COLOR #CB5D7C

HEX: #CB5D7C
RGB: (203,93,124)

Color info

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

RGB color model

#CB5D7C color RGB value is (203,93,124).

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

RGB channels and saturation

R 203 of 255 = 80%
G 93 of 255 = 36%
B 124 of 255 = 49%

203
93
124

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

Portions of RGB colors in percentages

R + G + B =
203 + 93 + 124 = 420 (100%)
R 203 of 420 ~ 48.33%
G 93 of 420 ~ 22.14%
B 124 of 420 ~ 29.52%

%48.33
%22.14
%29.52

CMYK color model

#CB5D7C color CMYK value is (0,54,39,20).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 38.92%
  • key color value is 20.39%
CMYK:
(0,54,39,20)
C0M54Y39K20 
(0%,54%,39%,20%)
(0.00/0.54/0.39/0.20)	

CMYK percentages

%0
%54.19
%38.92
%20.39

Codes

Color #CB5D7C in popluar color models

CB5D7C
RGB20393124
HSL343°51.40%58.04%
HSB/HSV343°54.19%79.61%
CMYK0.00%54.19%38.92%
20.39%

Color #CB5D7C in popluar number systems.

HEXCB5D7C
Decimal20393124
Binary1100101110111011111100
Octal313135174

Shades and tints

Shades of #CB5D7C

#CB5D7C
(203,93,124)
#B95571
(185,85,113)
#A74D66
(167,77,102)
#95455B
(149,69,91)
#833D50
(131,61,80)
#713545
(113,53,69)
#5F2D3A
(95,45,58)
#4D252F
(77,37,47)
#3B1D24
(59,29,36)
#291519
(41,21,25)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #CB5D7C

#CB5D7C
(203,93,124)
#CF6B87
(207,107,135)
#D37992
(211,121,146)
#D7879D
(215,135,157)
#DB95A8
(219,149,168)
#DFA3B3
(223,163,179)
#E3B1BE
(227,177,190)
#E7BFC9
(231,191,201)
#EBCDD4
(235,205,212)
#EFDBDF
(239,219,223)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB5D7C; }

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

This text font color is #CB5D7C.


Background Color

.myBgColor { background-color: #CB5D7C; }

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

This div background color is #CB5D7C.


Border color

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

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

This div border color is #CB5D7C.


Opacity

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

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

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

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

This text has shadow with #CB5D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5D7C on black background.


Color preview on white background

This text has color #CB5D7C on white background.



Black color preview on #CB5D7C background

This text has black color on #CB5D7C background.


White color preview on #CB5D7C background

This text has white color on #CB5D7C background.