COLOR #CB619B

HEX: #CB619B RGB: (203,97,155)

Color info

#CB619B contains mainly red and blue colors. Web safe color of #CB619B is #CC6699 (or #C69).

RGB color model

#CB619B color RGB value is (203,97,155).

RGB: (203,97,155) (80%, 38%, 61%)

RGB channels and saturation

R 203 of 255 = 80%
G 97 of 255 = 38%
B 155 of 255 = 61%

203
97
155

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

Portions of RGB colors in percentages

R + G + B = 203 + 97 + 155 = 455 (100%)
R 203 of 455 ~ 44.62%
G 97 of 455 ~ 21.32%
B 155 of 455 ~ 34.07'%

%44.62
%21.32
%34.07

CMYK color model

#CB619B color CMYK value is (0,52,24,20).

  • cyan value is 0.00%
  • magenta value is 52.22%
  • yellow value is 23.65%
  • key color value is 20.39%

CMYK: (0,52,24,20)
C0M52Y24K20 (0%, 52%, 24%, 20%)
(0.00 / 0.52 / 0.24 / 0.20)

CMYK percentages

%0
%52.22
%23.65
%20.39

Codes

Color #CB619B in popluar color models

CB 61 9B
RGB 203 97 155
HSL 327° 50.48% 58.82%
HSB/HSV 327° 52.22% 79.61%
CMYK 0.00% 52.22% 23.65%
20.39%

Color #CB619B in popluar number systems.

HEX CB 61 9B
Decimal 203 97 155
Binary 11001011 1100001 10011011
Octal 313 141 233

Shades and tints

Shades of #CB619B

#CB619B
(203,97,155)
#B9598D
(185,89,141)
#A7517F
(167,81,127)
#954971
(149,73,113)
#834163
(131,65,99)
#713955
(113,57,85)
#5F3147
(95,49,71)
#4D2939
(77,41,57)
#3B212B
(59,33,43)
#29191D
(41,25,29)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #CB619B

#CB619B
(203,97,155)
#CF6FA4
(207,111,164)
#D37DAD
(211,125,173)
#D78BB6
(215,139,182)
#DB99BF
(219,153,191)
#DFA7C8
(223,167,200)
#E3B5D1
(227,181,209)
#E7C3DA
(231,195,218)
#EBD1E3
(235,209,227)
#EFDFEC
(239,223,236)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB619B color. Also use rgb(203,97,155) instead hex code.

Text Font Color

.myTextColor { color: #CB619B; }

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

This text font color is #CB619B.

Background Color

.myBgColor { background-color: #CB619B; }

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

This div background color is #CB619B.

Border color

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

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

This div border color is #CB619B.

Opacity

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

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

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

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

This text has shadow with #CB619B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB619B.

Preview

Color preview on black background

This text has color #CB619B on black background.


Color preview on white background

This text has color #CB619B on white background.


Black color preview on #CB619B background

This text has black color on #CB619B background.


White color preview on #CB619B background

This text has white color on #CB619B background.


Related colors

Complementary color

Complementary color for #hex is #349E64.


I love getcolorcode.com

Triadic colors

1 #9BCB61 and #619BCB with #CB619B are triadic colors.

2 #9B61CB and #61CB9B with #CB619B are triadic colors.