COLOR #CB6892

HEX: #CB6892
RGB: (203,104,146)

Color info

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

RGB color model

#CB6892 color RGB value is (203,104,146).

  • red value is 203;
  • green value is 104;
  • blue value is 146.
RGB:
(203,104,146)
(80%,41%,57%)

RGB channels and saturation

R 203 of 255 = 80%
G 104 of 255 = 41%
B 146 of 255 = 57%

203
104
146

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

Portions of RGB colors in percentages

R + G + B =
203 + 104 + 146 = 453 (100%)
R 203 of 453 ~ 44.81%
G 104 of 453 ~ 22.96%
B 146 of 453 ~ 32.23%

%44.81
%22.96
%32.23

CMYK color model

#CB6892 color CMYK value is (0,49,28,20).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 28.08%
  • key color value is 20.39%
CMYK:
(0,49,28,20)
C0M49Y28K20 
(0%,49%,28%,20%)
(0.00/0.49/0.28/0.20)	

CMYK percentages

%0
%48.77
%28.08
%20.39

Codes

Color #CB6892 in popluar color models

CB6892
RGB203104146
HSL335°48.77%60.20%
HSB/HSV335°48.77%79.61%
CMYK0.00%48.77%28.08%
20.39%

Color #CB6892 in popluar number systems.

HEXCB6892
Decimal203104146
Binary11001011110100010010010
Octal313150222

Shades and tints

Shades of #CB6892

#CB6892
(203,104,146)
#B95F85
(185,95,133)
#A75678
(167,86,120)
#954D6B
(149,77,107)
#83445E
(131,68,94)
#713B51
(113,59,81)
#5F3244
(95,50,68)
#4D2937
(77,41,55)
#3B202A
(59,32,42)
#29171D
(41,23,29)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #CB6892

#CB6892
(203,104,146)
#CF759B
(207,117,155)
#D382A4
(211,130,164)
#D78FAD
(215,143,173)
#DB9CB6
(219,156,182)
#DFA9BF
(223,169,191)
#E3B6C8
(227,182,200)
#E7C3D1
(231,195,209)
#EBD0DA
(235,208,218)
#EFDDE3
(239,221,227)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6892 color. Also use rgb(203,104,146) instead hex code.

Text Font Color

.myTextColor { color: #CB6892; }

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

This text font color is #CB6892.


Background Color

.myBgColor { background-color: #CB6892; }

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

This div background color is #CB6892.


Border color

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

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

This div border color is #CB6892.


Opacity

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

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

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

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

This text has shadow with #CB6892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6892 on black background.


Color preview on white background

This text has color #CB6892 on white background.



Black color preview on #CB6892 background

This text has black color on #CB6892 background.


White color preview on #CB6892 background

This text has white color on #CB6892 background.