COLOR #C15086

HEX: #C15086
RGB: (193,80,134)

Color info

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

RGB color model

#C15086 color RGB value is (193,80,134).

  • red value is 193;
  • green value is 80;
  • blue value is 134.
RGB:
(193,80,134)
(76%,31%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 80 of 255 = 31%
B 134 of 255 = 53%

193
80
134

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

Portions of RGB colors in percentages

R + G + B =
193 + 80 + 134 = 407 (100%)
R 193 of 407 ~ 47.42%
G 80 of 407 ~ 19.66%
B 134 of 407 ~ 32.92%

%47.42
%19.66
%32.92

CMYK color model

#C15086 color CMYK value is (0,59,31,24).

  • cyan value is 0.00%
  • magenta value is 58.55%
  • yellow value is 30.57%
  • key color value is 24.31%
CMYK:
(0,59,31,24)
C0M59Y31K24 
(0%,59%,31%,24%)
(0.00/0.59/0.31/0.24)	

CMYK percentages

%0
%58.55
%30.57
%24.31

Codes

Color #C15086 in popluar color models

C15086
RGB19380134
HSL331°47.68%53.53%
HSB/HSV331°58.55%75.69%
CMYK0.00%58.55%30.57%
24.31%

Color #C15086 in popluar number systems.

HEXC15086
Decimal19380134
Binary11000001101000010000110
Octal301120206

Shades and tints

Shades of #C15086

#C15086
(193,80,134)
#B0497A
(176,73,122)
#9F426E
(159,66,110)
#8E3B62
(142,59,98)
#7D3456
(125,52,86)
#6C2D4A
(108,45,74)
#5B263E
(91,38,62)
#4A1F32
(74,31,50)
#391826
(57,24,38)
#28111A
(40,17,26)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #C15086

#C15086
(193,80,134)
#C65F91
(198,95,145)
#CB6E9C
(203,110,156)
#D07DA7
(208,125,167)
#D58CB2
(213,140,178)
#DA9BBD
(218,155,189)
#DFAAC8
(223,170,200)
#E4B9D3
(228,185,211)
#E9C8DE
(233,200,222)
#EED7E9
(238,215,233)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15086 color. Also use rgb(193,80,134) instead hex code.

Text Font Color

.myTextColor { color: #C15086; }

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

This text font color is #C15086.


Background Color

.myBgColor { background-color: #C15086; }

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

This div background color is #C15086.


Border color

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

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

This div border color is #C15086.


Opacity

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

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

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

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

This text has shadow with #C15086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15086 on black background.


Color preview on white background

This text has color #C15086 on white background.



Black color preview on #C15086 background

This text has black color on #C15086 background.


White color preview on #C15086 background

This text has white color on #C15086 background.