COLOR #C194BE

HEX: #C194BE
RGB: (193,148,190)

Color info

#C194BE contains red, green and blue colors in about the same proportion. Web safe color of #C194BE is #CC99CC (or #C9C).

RGB color model

#C194BE color RGB value is (193,148,190).

  • red value is 193;
  • green value is 148;
  • blue value is 190.
RGB:
(193,148,190)
(76%,58%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 148 of 255 = 58%
B 190 of 255 = 75%

193
148
190

R + G + B ~ 70%. #C194BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 148 + 190 = 531 (100%)
R 193 of 531 ~ 36.35%
G 148 of 531 ~ 27.87%
B 190 of 531 ~ 35.78%

%36.35
%27.87
%35.78

CMYK color model

#C194BE color CMYK value is (0,23,2,24).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(0,23,2,24)
C0M23Y2K24 
(0%,23%,2%,24%)
(0.00/0.23/0.02/0.24)	

CMYK percentages

%0
%23.32
%1.55
%24.31

Codes

Color #C194BE in popluar color models

C194BE
RGB193148190
HSL304°26.63%66.86%
HSB/HSV304°23.32%75.69%
CMYK0.00%23.32%1.55%
24.31%

Color #C194BE in popluar number systems.

HEXC194BE
Decimal193148190
Binary110000011001010010111110
Octal301224276

Shades and tints

Shades of #C194BE

#C194BE
(193,148,190)
#B087AD
(176,135,173)
#9F7A9C
(159,122,156)
#8E6D8B
(142,109,139)
#7D607A
(125,96,122)
#6C5369
(108,83,105)
#5B4658
(91,70,88)
#4A3947
(74,57,71)
#392C36
(57,44,54)
#281F25
(40,31,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #C194BE

#C194BE
(193,148,190)
#C69DC3
(198,157,195)
#CBA6C8
(203,166,200)
#D0AFCD
(208,175,205)
#D5B8D2
(213,184,210)
#DAC1D7
(218,193,215)
#DFCADC
(223,202,220)
#E4D3E1
(228,211,225)
#E9DCE6
(233,220,230)
#EEE5EB
(238,229,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C194BE color. Also use rgb(193,148,190) instead hex code.

Text Font Color

.myTextColor { color: #C194BE; }

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

This text font color is #C194BE.


Background Color

.myBgColor { background-color: #C194BE; }

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

This div background color is #C194BE.


Border color

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

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

This div border color is #C194BE.


Opacity

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

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

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

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

This text has shadow with #C194BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C194BE on black background.


Color preview on white background

This text has color #C194BE on white background.



Black color preview on #C194BE background

This text has black color on #C194BE background.


White color preview on #C194BE background

This text has white color on #C194BE background.