COLOR #C157AE

HEX: #C157AE
RGB: (193,87,174)

Color info

#C157AE contains mainly red and blue colors. Web safe color of #C157AE is #CC6699 (or #C69).

RGB color model

#C157AE color RGB value is (193,87,174).

  • red value is 193;
  • green value is 87;
  • blue value is 174.
RGB:
(193,87,174)
(76%,34%,68%)

RGB channels and saturation

R 193 of 255 = 76%
G 87 of 255 = 34%
B 174 of 255 = 68%

193
87
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 87 + 174 = 454 (100%)
R 193 of 454 ~ 42.51%
G 87 of 454 ~ 19.16%
B 174 of 454 ~ 38.33%

%42.51
%19.16
%38.33

CMYK color model

#C157AE color CMYK value is (0,55,10,24).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 9.84%
  • key color value is 24.31%
CMYK:
(0,55,10,24)
C0M55Y10K24 
(0%,55%,10%,24%)
(0.00/0.55/0.10/0.24)	

CMYK percentages

%0
%54.92
%9.84
%24.31

Codes

Color #C157AE in popluar color models

C157AE
RGB19387174
HSL311°46.09%54.90%
HSB/HSV311°54.92%75.69%
CMYK0.00%54.92%9.84%
24.31%

Color #C157AE in popluar number systems.

HEXC157AE
Decimal19387174
Binary11000001101011110101110
Octal301127256

Shades and tints

Shades of #C157AE

#C157AE
(193,87,174)
#B0509F
(176,80,159)
#9F4990
(159,73,144)
#8E4281
(142,66,129)
#7D3B72
(125,59,114)
#6C3463
(108,52,99)
#5B2D54
(91,45,84)
#4A2645
(74,38,69)
#391F36
(57,31,54)
#281827
(40,24,39)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #C157AE

#C157AE
(193,87,174)
#C666B5
(198,102,181)
#CB75BC
(203,117,188)
#D084C3
(208,132,195)
#D593CA
(213,147,202)
#DAA2D1
(218,162,209)
#DFB1D8
(223,177,216)
#E4C0DF
(228,192,223)
#E9CFE6
(233,207,230)
#EEDEED
(238,222,237)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C157AE color. Also use rgb(193,87,174) instead hex code.

Text Font Color

.myTextColor { color: #C157AE; }

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

This text font color is #C157AE.


Background Color

.myBgColor { background-color: #C157AE; }

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

This div background color is #C157AE.


Border color

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

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

This div border color is #C157AE.


Opacity

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

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

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

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

This text has shadow with #C157AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C157AE on black background.


Color preview on white background

This text has color #C157AE on white background.



Black color preview on #C157AE background

This text has black color on #C157AE background.


White color preview on #C157AE background

This text has white color on #C157AE background.