COLOR #CB6399

HEX: #CB6399
RGB: (203,99,153)

Color info

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

RGB color model

#CB6399 color RGB value is (203,99,153).

  • red value is 203;
  • green value is 99;
  • blue value is 153.
RGB:
(203,99,153)
(80%,39%,60%)

RGB channels and saturation

R 203 of 255 = 80%
G 99 of 255 = 39%
B 153 of 255 = 60%

203
99
153

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

Portions of RGB colors in percentages

R + G + B =
203 + 99 + 153 = 455 (100%)
R 203 of 455 ~ 44.62%
G 99 of 455 ~ 21.76%
B 153 of 455 ~ 33.63%

%44.62
%21.76
%33.63

CMYK color model

#CB6399 color CMYK value is (0,51,25,20).

  • cyan value is 0.00%
  • magenta value is 51.23%
  • yellow value is 24.63%
  • key color value is 20.39%
CMYK:
(0,51,25,20)
C0M51Y25K20 
(0%,51%,25%,20%)
(0.00/0.51/0.25/0.20)	

CMYK percentages

%0
%51.23
%24.63
%20.39

Codes

Color #CB6399 in popluar color models

CB6399
RGB20399153
HSL329°50.00%59.22%
HSB/HSV329°51.23%79.61%
CMYK0.00%51.23%24.63%
20.39%

Color #CB6399 in popluar number systems.

HEXCB6399
Decimal20399153
Binary11001011110001110011001
Octal313143231

Shades and tints

Shades of #CB6399

#CB6399
(203,99,153)
#B95A8C
(185,90,140)
#A7517F
(167,81,127)
#954872
(149,72,114)
#833F65
(131,63,101)
#713658
(113,54,88)
#5F2D4B
(95,45,75)
#4D243E
(77,36,62)
#3B1B31
(59,27,49)
#291224
(41,18,36)
#170917
(23,9,23)
#000000
(0,0,0)

Tints of #CB6399

#CB6399
(203,99,153)
#CF71A2
(207,113,162)
#D37FAB
(211,127,171)
#D78DB4
(215,141,180)
#DB9BBD
(219,155,189)
#DFA9C6
(223,169,198)
#E3B7CF
(227,183,207)
#E7C5D8
(231,197,216)
#EBD3E1
(235,211,225)
#EFE1EA
(239,225,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6399 color. Also use rgb(203,99,153) instead hex code.

Text Font Color

.myTextColor { color: #CB6399; }

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

This text font color is #CB6399.


Background Color

.myBgColor { background-color: #CB6399; }

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

This div background color is #CB6399.


Border color

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

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

This div border color is #CB6399.


Opacity

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

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

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

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

This text has shadow with #CB6399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6399 on black background.


Color preview on white background

This text has color #CB6399 on white background.



Black color preview on #CB6399 background

This text has black color on #CB6399 background.


White color preview on #CB6399 background

This text has white color on #CB6399 background.