COLOR #CB6693

HEX: #CB6693 RGB: (203,102,147)

Color info

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

RGB color model

#CB6693 color RGB value is (203,102,147).

RGB: (203,102,147) (80%, 40%, 58%)

RGB channels and saturation

R 203 of 255 = 80%
G 102 of 255 = 40%
B 147 of 255 = 58%

203
102
147

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

Portions of RGB colors in percentages

R + G + B = 203 + 102 + 147 = 452 (100%)
R 203 of 452 ~ 44.91%
G 102 of 452 ~ 22.57%
B 147 of 452 ~ 32.52'%

%44.91
%22.57
%32.52

CMYK color model

#CB6693 color CMYK value is (0,50,28,20).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 27.59%
  • key color value is 20.39%

CMYK: (0,50,28,20)
C0M50Y28K20 (0%, 50%, 28%, 20%)
(0.00 / 0.50 / 0.28 / 0.20)

CMYK percentages

%0
%49.75
%27.59
%20.39

Codes

Color #CB6693 in popluar color models

CB 66 93
RGB 203 102 147
HSL 333° 49.27% 59.80%
HSB/HSV 333° 49.75% 79.61%
CMYK 0.00% 49.75% 27.59%
20.39%

Color #CB6693 in popluar number systems.

HEX CB 66 93
Decimal 203 102 147
Binary 11001011 1100110 10010011
Octal 313 146 223

Shades and tints

Shades of #CB6693

#CB6693
(203,102,147)
#B95D86
(185,93,134)
#A75479
(167,84,121)
#954B6C
(149,75,108)
#83425F
(131,66,95)
#713952
(113,57,82)
#5F3045
(95,48,69)
#4D2738
(77,39,56)
#3B1E2B
(59,30,43)
#29151E
(41,21,30)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #CB6693

#CB6693
(203,102,147)
#CF739C
(207,115,156)
#D380A5
(211,128,165)
#D78DAE
(215,141,174)
#DB9AB7
(219,154,183)
#DFA7C0
(223,167,192)
#E3B4C9
(227,180,201)
#E7C1D2
(231,193,210)
#EBCEDB
(235,206,219)
#EFDBE4
(239,219,228)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6693 color. Also use rgb(203,102,147) instead hex code.

Text Font Color

.myTextColor { color: #CB6693; }

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

This text font color is #CB6693.

Background Color

.myBgColor { background-color: #CB6693; }

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

This div background color is #CB6693.

Border color

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

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

This div border color is #CB6693.

Opacity

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

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

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

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

This text has shadow with #CB6693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB6693.

Preview

Color preview on black background

This text has color #CB6693 on black background.


Color preview on white background

This text has color #CB6693 on white background.


Black color preview on #CB6693 background

This text has black color on #CB6693 background.


White color preview on #CB6693 background

This text has white color on #CB6693 background.


Related colors

Complementary color

Complementary color for #hex is #34996C.


I love getcolorcode.com

Triadic colors

1 #93CB66 and #6693CB with #CB6693 are triadic colors.

2 #9366CB and #66CB93 with #CB6693 are triadic colors.