COLOR #C172A0

HEX: #C172A0
RGB: (193,114,160)

Color info

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

RGB color model

#C172A0 color RGB value is (193,114,160).

  • red value is 193;
  • green value is 114;
  • blue value is 160.
RGB:
(193,114,160)
(76%,45%,63%)

RGB channels and saturation

R 193 of 255 = 76%
G 114 of 255 = 45%
B 160 of 255 = 63%

193
114
160

R + G + B ~ 61%. #C172A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 114 + 160 = 467 (100%)
R 193 of 467 ~ 41.33%
G 114 of 467 ~ 24.41%
B 160 of 467 ~ 34.26%

%41.33
%24.41
%34.26

CMYK color model

#C172A0 color CMYK value is (0,41,17,24).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,41,17,24)
C0M41Y17K24 
(0%,41%,17%,24%)
(0.00/0.41/0.17/0.24)	

CMYK percentages

%0
%40.93
%17.1
%24.31

Codes

Color #C172A0 in popluar color models

C172A0
RGB193114160
HSL325°38.92%60.20%
HSB/HSV325°40.93%75.69%
CMYK0.00%40.93%17.10%
24.31%

Color #C172A0 in popluar number systems.

HEXC172A0
Decimal193114160
Binary11000001111001010100000
Octal301162240

Shades and tints

Shades of #C172A0

#C172A0
(193,114,160)
#B06892
(176,104,146)
#9F5E84
(159,94,132)
#8E5476
(142,84,118)
#7D4A68
(125,74,104)
#6C405A
(108,64,90)
#5B364C
(91,54,76)
#4A2C3E
(74,44,62)
#392230
(57,34,48)
#281822
(40,24,34)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #C172A0

#C172A0
(193,114,160)
#C67EA8
(198,126,168)
#CB8AB0
(203,138,176)
#D096B8
(208,150,184)
#D5A2C0
(213,162,192)
#DAAEC8
(218,174,200)
#DFBAD0
(223,186,208)
#E4C6D8
(228,198,216)
#E9D2E0
(233,210,224)
#EEDEE8
(238,222,232)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C172A0 color. Also use rgb(193,114,160) instead hex code.

Text Font Color

.myTextColor { color: #C172A0; }

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

This text font color is #C172A0.


Background Color

.myBgColor { background-color: #C172A0; }

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

This div background color is #C172A0.


Border color

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

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

This div border color is #C172A0.


Opacity

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

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

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

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

This text has shadow with #C172A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C172A0 on black background.


Color preview on white background

This text has color #C172A0 on white background.



Black color preview on #C172A0 background

This text has black color on #C172A0 background.


White color preview on #C172A0 background

This text has white color on #C172A0 background.