COLOR #CB5585

HEX: #CB5585
RGB: (203,85,133)

Color info

#CB5585 contains mainly red color. Web safe color of #CB5585 is #CC6699 (or #C69).

RGB color model

#CB5585 color RGB value is (203,85,133).

  • red value is 203;
  • green value is 85;
  • blue value is 133.
RGB:
(203,85,133)
(80%,33%,52%)

RGB channels and saturation

R 203 of 255 = 80%
G 85 of 255 = 33%
B 133 of 255 = 52%

203
85
133

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

Portions of RGB colors in percentages

R + G + B =
203 + 85 + 133 = 421 (100%)
R 203 of 421 ~ 48.22%
G 85 of 421 ~ 20.19%
B 133 of 421 ~ 31.59%

%48.22
%20.19
%31.59

CMYK color model

#CB5585 color CMYK value is (0,58,34,20).

  • cyan value is 0.00%
  • magenta value is 58.13%
  • yellow value is 34.48%
  • key color value is 20.39%
CMYK:
(0,58,34,20)
C0M58Y34K20 
(0%,58%,34%,20%)
(0.00/0.58/0.34/0.20)	

CMYK percentages

%0
%58.13
%34.48
%20.39

Codes

Color #CB5585 in popluar color models

CB5585
RGB20385133
HSL336°53.15%56.47%
HSB/HSV336°58.13%79.61%
CMYK0.00%58.13%34.48%
20.39%

Color #CB5585 in popluar number systems.

HEXCB5585
Decimal20385133
Binary11001011101010110000101
Octal313125205

Shades and tints

Shades of #CB5585

#CB5585
(203,85,133)
#B94E79
(185,78,121)
#A7476D
(167,71,109)
#954061
(149,64,97)
#833955
(131,57,85)
#713249
(113,50,73)
#5F2B3D
(95,43,61)
#4D2431
(77,36,49)
#3B1D25
(59,29,37)
#291619
(41,22,25)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #CB5585

#CB5585
(203,85,133)
#CF6490
(207,100,144)
#D3739B
(211,115,155)
#D782A6
(215,130,166)
#DB91B1
(219,145,177)
#DFA0BC
(223,160,188)
#E3AFC7
(227,175,199)
#E7BED2
(231,190,210)
#EBCDDD
(235,205,221)
#EFDCE8
(239,220,232)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5585 color. Also use rgb(203,85,133) instead hex code.

Text Font Color

.myTextColor { color: #CB5585; }

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

This text font color is #CB5585.


Background Color

.myBgColor { background-color: #CB5585; }

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

This div background color is #CB5585.


Border color

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

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

This div border color is #CB5585.


Opacity

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

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

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

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

This text has shadow with #CB5585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5585 on black background.


Color preview on white background

This text has color #CB5585 on white background.



Black color preview on #CB5585 background

This text has black color on #CB5585 background.


White color preview on #CB5585 background

This text has white color on #CB5585 background.