COLOR #CB2559

HEX: #CB2559
RGB: (203,37,89)

Color info

#CB2559 contains mainly red color. Web safe color of #CB2559 is #CC3366 (or #C36).

RGB color model

#CB2559 color RGB value is (203,37,89).

  • red value is 203;
  • green value is 37;
  • blue value is 89.
RGB:
(203,37,89)
(80%,15%,35%)

RGB channels and saturation

R 203 of 255 = 80%
G 37 of 255 = 15%
B 89 of 255 = 35%

203
37
89

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

Portions of RGB colors in percentages

R + G + B =
203 + 37 + 89 = 329 (100%)
R 203 of 329 ~ 61.7%
G 37 of 329 ~ 11.25%
B 89 of 329 ~ 27.05%

%61.7
%11.25
%27.05

CMYK color model

#CB2559 color CMYK value is (0,82,56,20).

  • cyan value is 0.00%
  • magenta value is 81.77%
  • yellow value is 56.16%
  • key color value is 20.39%
CMYK:
(0,82,56,20)
C0M82Y56K20 
(0%,82%,56%,20%)
(0.00/0.82/0.56/0.20)	

CMYK percentages

%0
%81.77
%56.16
%20.39

Codes

Color #CB2559 in popluar color models

CB2559
RGB2033789
HSL341°69.17%47.06%
HSB/HSV341°81.77%79.61%
CMYK0.00%81.77%56.16%
20.39%

Color #CB2559 in popluar number systems.

HEXCB2559
Decimal2033789
Binary110010111001011011001
Octal31345131

Shades and tints

Shades of #CB2559

#CB2559
(203,37,89)
#B92251
(185,34,81)
#A71F49
(167,31,73)
#951C41
(149,28,65)
#831939
(131,25,57)
#711631
(113,22,49)
#5F1329
(95,19,41)
#4D1021
(77,16,33)
#3B0D19
(59,13,25)
#290A11
(41,10,17)
#170709
(23,7,9)
#000000
(0,0,0)

Tints of #CB2559

#CB2559
(203,37,89)
#CF3868
(207,56,104)
#D34B77
(211,75,119)
#D75E86
(215,94,134)
#DB7195
(219,113,149)
#DF84A4
(223,132,164)
#E397B3
(227,151,179)
#E7AAC2
(231,170,194)
#EBBDD1
(235,189,209)
#EFD0E0
(239,208,224)
#F3E3EF
(243,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB2559 color. Also use rgb(203,37,89) instead hex code.

Text Font Color

.myTextColor { color: #CB2559; }

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

This text font color is #CB2559.


Background Color

.myBgColor { background-color: #CB2559; }

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

This div background color is #CB2559.


Border color

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

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

This div border color is #CB2559.


Opacity

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

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

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

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

This text has shadow with #CB2559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB2559 on black background.


Color preview on white background

This text has color #CB2559 on white background.



Black color preview on #CB2559 background

This text has black color on #CB2559 background.


White color preview on #CB2559 background

This text has white color on #CB2559 background.