COLOR #C149BA

HEX: #C149BA
RGB: (193,73,186)

Color info

#C149BA contains mainly red and blue colors. Web safe color of #C149BA is #CC33CC (or #C3C).

RGB color model

#C149BA color RGB value is (193,73,186).

  • red value is 193;
  • green value is 73;
  • blue value is 186.
RGB:
(193,73,186)
(76%,29%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 73 of 255 = 29%
B 186 of 255 = 73%

193
73
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 73 + 186 = 452 (100%)
R 193 of 452 ~ 42.7%
G 73 of 452 ~ 16.15%
B 186 of 452 ~ 41.15%

%42.7
%16.15
%41.15

CMYK color model

#C149BA color CMYK value is (0,62,4,24).

  • cyan value is 0.00%
  • magenta value is 62.18%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(0,62,4,24)
C0M62Y4K24 
(0%,62%,4%,24%)
(0.00/0.62/0.04/0.24)	

CMYK percentages

%0
%62.18
%3.63
%24.31

Codes

Color #C149BA in popluar color models

C149BA
RGB19373186
HSL304°49.18%52.16%
HSB/HSV304°62.18%75.69%
CMYK0.00%62.18%3.63%
24.31%

Color #C149BA in popluar number systems.

HEXC149BA
Decimal19373186
Binary11000001100100110111010
Octal301111272

Shades and tints

Shades of #C149BA

#C149BA
(193,73,186)
#B043AA
(176,67,170)
#9F3D9A
(159,61,154)
#8E378A
(142,55,138)
#7D317A
(125,49,122)
#6C2B6A
(108,43,106)
#5B255A
(91,37,90)
#4A1F4A
(74,31,74)
#39193A
(57,25,58)
#28132A
(40,19,42)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #C149BA

#C149BA
(193,73,186)
#C659C0
(198,89,192)
#CB69C6
(203,105,198)
#D079CC
(208,121,204)
#D589D2
(213,137,210)
#DA99D8
(218,153,216)
#DFA9DE
(223,169,222)
#E4B9E4
(228,185,228)
#E9C9EA
(233,201,234)
#EED9F0
(238,217,240)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C149BA color. Also use rgb(193,73,186) instead hex code.

Text Font Color

.myTextColor { color: #C149BA; }

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

This text font color is #C149BA.


Background Color

.myBgColor { background-color: #C149BA; }

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

This div background color is #C149BA.


Border color

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

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

This div border color is #C149BA.


Opacity

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

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

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

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

This text has shadow with #C149BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C149BA on black background.


Color preview on white background

This text has color #C149BA on white background.



Black color preview on #C149BA background

This text has black color on #C149BA background.


White color preview on #C149BA background

This text has white color on #C149BA background.