COLOR #C184B8

HEX: #C184B8
RGB: (193,132,184)

Color info

#C184B8 contains mainly red and blue colors. Web safe color of #C184B8 is #CC99CC (or #C9C).

RGB color model

#C184B8 color RGB value is (193,132,184).

  • red value is 193;
  • green value is 132;
  • blue value is 184.
RGB:
(193,132,184)
(76%,52%,72%)

RGB channels and saturation

R 193 of 255 = 76%
G 132 of 255 = 52%
B 184 of 255 = 72%

193
132
184

R + G + B ~ 67%. #C184B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 132 + 184 = 509 (100%)
R 193 of 509 ~ 37.92%
G 132 of 509 ~ 25.93%
B 184 of 509 ~ 36.15%

%37.92
%25.93
%36.15

CMYK color model

#C184B8 color CMYK value is (0,32,5,24).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 4.66%
  • key color value is 24.31%
CMYK:
(0,32,5,24)
C0M32Y5K24 
(0%,32%,5%,24%)
(0.00/0.32/0.05/0.24)	

CMYK percentages

%0
%31.61
%4.66
%24.31

Codes

Color #C184B8 in popluar color models

C184B8
RGB193132184
HSL309°32.97%63.73%
HSB/HSV309°31.61%75.69%
CMYK0.00%31.61%4.66%
24.31%

Color #C184B8 in popluar number systems.

HEXC184B8
Decimal193132184
Binary110000011000010010111000
Octal301204270

Shades and tints

Shades of #C184B8

#C184B8
(193,132,184)
#B078A8
(176,120,168)
#9F6C98
(159,108,152)
#8E6088
(142,96,136)
#7D5478
(125,84,120)
#6C4868
(108,72,104)
#5B3C58
(91,60,88)
#4A3048
(74,48,72)
#392438
(57,36,56)
#281828
(40,24,40)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #C184B8

#C184B8
(193,132,184)
#C68FBE
(198,143,190)
#CB9AC4
(203,154,196)
#D0A5CA
(208,165,202)
#D5B0D0
(213,176,208)
#DABBD6
(218,187,214)
#DFC6DC
(223,198,220)
#E4D1E2
(228,209,226)
#E9DCE8
(233,220,232)
#EEE7EE
(238,231,238)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C184B8 color. Also use rgb(193,132,184) instead hex code.

Text Font Color

.myTextColor { color: #C184B8; }

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

This text font color is #C184B8.


Background Color

.myBgColor { background-color: #C184B8; }

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

This div background color is #C184B8.


Border color

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

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

This div border color is #C184B8.


Opacity

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

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

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

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

This text has shadow with #C184B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C184B8 on black background.


Color preview on white background

This text has color #C184B8 on white background.



Black color preview on #C184B8 background

This text has black color on #C184B8 background.


White color preview on #C184B8 background

This text has white color on #C184B8 background.