COLOR #C1949E

HEX: #C1949E
RGB: (193,148,158)

Color info

#C1949E contains red, green and blue colors in about the same proportion. Web safe color of #C1949E is #CC9999 (or #C99).

RGB color model

#C1949E color RGB value is (193,148,158).

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

RGB channels and saturation

R 193 of 255 = 76%
G 148 of 255 = 58%
B 158 of 255 = 62%

193
148
158

R + G + B ~ 65%. #C1949E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 148 + 158 = 499 (100%)
R 193 of 499 ~ 38.68%
G 148 of 499 ~ 29.66%
B 158 of 499 ~ 31.66%

%38.68
%29.66
%31.66

CMYK color model

#C1949E color CMYK value is (0,23,18,24).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(0,23,18,24)
C0M23Y18K24 
(0%,23%,18%,24%)
(0.00/0.23/0.18/0.24)	

CMYK percentages

%0
%23.32
%18.13
%24.31

Codes

Color #C1949E in popluar color models

C1949E
RGB193148158
HSL347°26.63%66.86%
HSB/HSV347°23.32%75.69%
CMYK0.00%23.32%18.13%
24.31%

Color #C1949E in popluar number systems.

HEXC1949E
Decimal193148158
Binary110000011001010010011110
Octal301224236

Shades and tints

Shades of #C1949E

#C1949E
(193,148,158)
#B08790
(176,135,144)
#9F7A82
(159,122,130)
#8E6D74
(142,109,116)
#7D6066
(125,96,102)
#6C5358
(108,83,88)
#5B464A
(91,70,74)
#4A393C
(74,57,60)
#392C2E
(57,44,46)
#281F20
(40,31,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #C1949E

#C1949E
(193,148,158)
#C69DA6
(198,157,166)
#CBA6AE
(203,166,174)
#D0AFB6
(208,175,182)
#D5B8BE
(213,184,190)
#DAC1C6
(218,193,198)
#DFCACE
(223,202,206)
#E4D3D6
(228,211,214)
#E9DCDE
(233,220,222)
#EEE5E6
(238,229,230)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1949E; }

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

This text font color is #C1949E.


Background Color

.myBgColor { background-color: #C1949E; }

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

This div background color is #C1949E.


Border color

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

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

This div border color is #C1949E.


Opacity

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

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

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

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

This text has shadow with #C1949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1949E on black background.


Color preview on white background

This text has color #C1949E on white background.



Black color preview on #C1949E background

This text has black color on #C1949E background.


White color preview on #C1949E background

This text has white color on #C1949E background.