COLOR #C192C7

HEX: #C192C7
RGB: (193,146,199)

Color info

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

RGB color model

#C192C7 color RGB value is (193,146,199).

  • red value is 193;
  • green value is 146;
  • blue value is 199.
RGB:
(193,146,199)
(76%,57%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 146 of 255 = 57%
B 199 of 255 = 78%

193
146
199

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

Portions of RGB colors in percentages

R + G + B =
193 + 146 + 199 = 538 (100%)
R 193 of 538 ~ 35.87%
G 146 of 538 ~ 27.14%
B 199 of 538 ~ 36.99%

%35.87
%27.14
%36.99

CMYK color model

#C192C7 color CMYK value is (3,27,0,22).

  • cyan value is 3.02%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(3,27,0,22)
C3M27Y0K22 
(3%,27%,0%,22%)
(0.03/0.27/0.00/0.22)	

CMYK percentages

%3.02
%26.63
%0
%21.96

Codes

Color #C192C7 in popluar color models

C192C7
RGB193146199
HSL293°32.12%67.65%
HSB/HSV293°26.63%78.04%
CMYK3.02%26.63%0.00%
21.96%

Color #C192C7 in popluar number systems.

HEXC192C7
Decimal193146199
Binary110000011001001011000111
Octal301222307

Shades and tints

Shades of #C192C7

#C192C7
(193,146,199)
#B085B5
(176,133,181)
#9F78A3
(159,120,163)
#8E6B91
(142,107,145)
#7D5E7F
(125,94,127)
#6C516D
(108,81,109)
#5B445B
(91,68,91)
#4A3749
(74,55,73)
#392A37
(57,42,55)
#281D25
(40,29,37)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #C192C7

#C192C7
(193,146,199)
#C69BCC
(198,155,204)
#CBA4D1
(203,164,209)
#D0ADD6
(208,173,214)
#D5B6DB
(213,182,219)
#DABFE0
(218,191,224)
#DFC8E5
(223,200,229)
#E4D1EA
(228,209,234)
#E9DAEF
(233,218,239)
#EEE3F4
(238,227,244)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C192C7 color. Also use rgb(193,146,199) instead hex code.

Text Font Color

.myTextColor { color: #C192C7; }

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

This text font color is #C192C7.


Background Color

.myBgColor { background-color: #C192C7; }

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

This div background color is #C192C7.


Border color

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

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

This div border color is #C192C7.


Opacity

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

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

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

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

This text has shadow with #C192C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C192C7 on black background.


Color preview on white background

This text has color #C192C7 on white background.



Black color preview on #C192C7 background

This text has black color on #C192C7 background.


White color preview on #C192C7 background

This text has white color on #C192C7 background.