COLOR #C175AB

HEX: #C175AB
RGB: (193,117,171)

Color info

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

RGB color model

#C175AB color RGB value is (193,117,171).

  • red value is 193;
  • green value is 117;
  • blue value is 171.
RGB:
(193,117,171)
(76%,46%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 171 of 255 = 67%

193
117
171

R + G + B ~ 63%. #C175AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 117 + 171 = 481 (100%)
R 193 of 481 ~ 40.12%
G 117 of 481 ~ 24.32%
B 171 of 481 ~ 35.55%

%40.12
%24.32
%35.55

CMYK color model

#C175AB color CMYK value is (0,39,11,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(0,39,11,24)
C0M39Y11K24 
(0%,39%,11%,24%)
(0.00/0.39/0.11/0.24)	

CMYK percentages

%0
%39.38
%11.4
%24.31

Codes

Color #C175AB in popluar color models

C175AB
RGB193117171
HSL317°38.00%60.78%
HSB/HSV317°39.38%75.69%
CMYK0.00%39.38%11.40%
24.31%

Color #C175AB in popluar number systems.

HEXC175AB
Decimal193117171
Binary11000001111010110101011
Octal301165253

Shades and tints

Shades of #C175AB

#C175AB
(193,117,171)
#B06B9C
(176,107,156)
#9F618D
(159,97,141)
#8E577E
(142,87,126)
#7D4D6F
(125,77,111)
#6C4360
(108,67,96)
#5B3951
(91,57,81)
#4A2F42
(74,47,66)
#392533
(57,37,51)
#281B24
(40,27,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #C175AB

#C175AB
(193,117,171)
#C681B2
(198,129,178)
#CB8DB9
(203,141,185)
#D099C0
(208,153,192)
#D5A5C7
(213,165,199)
#DAB1CE
(218,177,206)
#DFBDD5
(223,189,213)
#E4C9DC
(228,201,220)
#E9D5E3
(233,213,227)
#EEE1EA
(238,225,234)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C175AB color. Also use rgb(193,117,171) instead hex code.

Text Font Color

.myTextColor { color: #C175AB; }

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

This text font color is #C175AB.


Background Color

.myBgColor { background-color: #C175AB; }

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

This div background color is #C175AB.


Border color

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

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

This div border color is #C175AB.


Opacity

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

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

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

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

This text has shadow with #C175AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C175AB on black background.


Color preview on white background

This text has color #C175AB on white background.



Black color preview on #C175AB background

This text has black color on #C175AB background.


White color preview on #C175AB background

This text has white color on #C175AB background.