COLOR #CB628B

HEX: #CB628B
RGB: (203,98,139)

Color info

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

RGB color model

#CB628B color RGB value is (203,98,139).

  • red value is 203;
  • green value is 98;
  • blue value is 139.
RGB:
(203,98,139)
(80%,38%,55%)

RGB channels and saturation

R 203 of 255 = 80%
G 98 of 255 = 38%
B 139 of 255 = 55%

203
98
139

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

Portions of RGB colors in percentages

R + G + B =
203 + 98 + 139 = 440 (100%)
R 203 of 440 ~ 46.14%
G 98 of 440 ~ 22.27%
B 139 of 440 ~ 31.59%

%46.14
%22.27
%31.59

CMYK color model

#CB628B color CMYK value is (0,52,32,20).

  • cyan value is 0.00%
  • magenta value is 51.72%
  • yellow value is 31.53%
  • key color value is 20.39%
CMYK:
(0,52,32,20)
C0M52Y32K20 
(0%,52%,32%,20%)
(0.00/0.52/0.32/0.20)	

CMYK percentages

%0
%51.72
%31.53
%20.39

Codes

Color #CB628B in popluar color models

CB628B
RGB20398139
HSL337°50.24%59.02%
HSB/HSV337°51.72%79.61%
CMYK0.00%51.72%31.53%
20.39%

Color #CB628B in popluar number systems.

HEXCB628B
Decimal20398139
Binary11001011110001010001011
Octal313142213

Shades and tints

Shades of #CB628B

#CB628B
(203,98,139)
#B95A7F
(185,90,127)
#A75273
(167,82,115)
#954A67
(149,74,103)
#83425B
(131,66,91)
#713A4F
(113,58,79)
#5F3243
(95,50,67)
#4D2A37
(77,42,55)
#3B222B
(59,34,43)
#291A1F
(41,26,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #CB628B

#CB628B
(203,98,139)
#CF7095
(207,112,149)
#D37E9F
(211,126,159)
#D78CA9
(215,140,169)
#DB9AB3
(219,154,179)
#DFA8BD
(223,168,189)
#E3B6C7
(227,182,199)
#E7C4D1
(231,196,209)
#EBD2DB
(235,210,219)
#EFE0E5
(239,224,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB628B color. Also use rgb(203,98,139) instead hex code.

Text Font Color

.myTextColor { color: #CB628B; }

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

This text font color is #CB628B.


Background Color

.myBgColor { background-color: #CB628B; }

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

This div background color is #CB628B.


Border color

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

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

This div border color is #CB628B.


Opacity

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

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

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

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

This text has shadow with #CB628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB628B on black background.


Color preview on white background

This text has color #CB628B on white background.



Black color preview on #CB628B background

This text has black color on #CB628B background.


White color preview on #CB628B background

This text has white color on #CB628B background.