COLOR #CB6494

HEX: #CB6494
RGB: (203,100,148)

Color info

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

RGB color model

#CB6494 color RGB value is (203,100,148).

  • red value is 203;
  • green value is 100;
  • blue value is 148.
RGB:
(203,100,148)
(80%,39%,58%)

RGB channels and saturation

R 203 of 255 = 80%
G 100 of 255 = 39%
B 148 of 255 = 58%

203
100
148

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

Portions of RGB colors in percentages

R + G + B =
203 + 100 + 148 = 451 (100%)
R 203 of 451 ~ 45.01%
G 100 of 451 ~ 22.17%
B 148 of 451 ~ 32.82%

%45.01
%22.17
%32.82

CMYK color model

#CB6494 color CMYK value is (0,51,27,20).

  • cyan value is 0.00%
  • magenta value is 50.74%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK:
(0,51,27,20)
C0M51Y27K20 
(0%,51%,27%,20%)
(0.00/0.51/0.27/0.20)	

CMYK percentages

%0
%50.74
%27.09
%20.39

Codes

Color #CB6494 in popluar color models

CB6494
RGB203100148
HSL332°49.76%59.41%
HSB/HSV332°50.74%79.61%
CMYK0.00%50.74%27.09%
20.39%

Color #CB6494 in popluar number systems.

HEXCB6494
Decimal203100148
Binary11001011110010010010100
Octal313144224

Shades and tints

Shades of #CB6494

#CB6494
(203,100,148)
#B95B87
(185,91,135)
#A7527A
(167,82,122)
#95496D
(149,73,109)
#834060
(131,64,96)
#713753
(113,55,83)
#5F2E46
(95,46,70)
#4D2539
(77,37,57)
#3B1C2C
(59,28,44)
#29131F
(41,19,31)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #CB6494

#CB6494
(203,100,148)
#CF729D
(207,114,157)
#D380A6
(211,128,166)
#D78EAF
(215,142,175)
#DB9CB8
(219,156,184)
#DFAAC1
(223,170,193)
#E3B8CA
(227,184,202)
#E7C6D3
(231,198,211)
#EBD4DC
(235,212,220)
#EFE2E5
(239,226,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6494 color. Also use rgb(203,100,148) instead hex code.

Text Font Color

.myTextColor { color: #CB6494; }

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

This text font color is #CB6494.


Background Color

.myBgColor { background-color: #CB6494; }

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

This div background color is #CB6494.


Border color

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

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

This div border color is #CB6494.


Opacity

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

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

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

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

This text has shadow with #CB6494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6494 on black background.


Color preview on white background

This text has color #CB6494 on white background.



Black color preview on #CB6494 background

This text has black color on #CB6494 background.


White color preview on #CB6494 background

This text has white color on #CB6494 background.