COLOR #C15183

HEX: #C15183 RGB: (193,81,131)

Color info

#C15183 contains mainly red color. Web safe color of #C15183 is #CC6699 (or #C69).

RGB color model

#C15183 color RGB value is (193,81,131).

RGB: (193,81,131) (76%, 32%, 51%)

RGB channels and saturation

R 193 of 255 = 76%
G 81 of 255 = 32%
B 131 of 255 = 51%

193
81
131

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

Portions of RGB colors in percentages

R + G + B = 193 + 81 + 131 = 405 (100%)
R 193 of 405 ~ 47.65%
G 81 of 405 ~ 20%
B 131 of 405 ~ 32.35'%

%47.65
%20
%32.35

CMYK color model

#C15183 color CMYK value is (0,58,32,24).

  • cyan value is 0.00%
  • magenta value is 58.03%
  • yellow value is 32.12%
  • key color value is 24.31%

CMYK: (0,58,32,24)
C0M58Y32K24 (0%, 58%, 32%, 24%)
(0.00 / 0.58 / 0.32 / 0.24)

CMYK percentages

%0
%58.03
%32.12
%24.31

Codes

Color #C15183 in popluar color models

C1 51 83
RGB 193 81 131
HSL 333° 47.46% 53.73%
HSB/HSV 333° 58.03% 75.69%
CMYK 0.00% 58.03% 32.12%
24.31%

Color #C15183 in popluar number systems.

HEX C1 51 83
Decimal 193 81 131
Binary 11000001 1010001 10000011
Octal 301 121 203

Shades and tints

Shades of #C15183

#C15183
(193,81,131)
#B04A78
(176,74,120)
#9F436D
(159,67,109)
#8E3C62
(142,60,98)
#7D3557
(125,53,87)
#6C2E4C
(108,46,76)
#5B2741
(91,39,65)
#4A2036
(74,32,54)
#39192B
(57,25,43)
#281220
(40,18,32)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #C15183

#C15183
(193,81,131)
#C6608E
(198,96,142)
#CB6F99
(203,111,153)
#D07EA4
(208,126,164)
#D58DAF
(213,141,175)
#DA9CBA
(218,156,186)
#DFABC5
(223,171,197)
#E4BAD0
(228,186,208)
#E9C9DB
(233,201,219)
#EED8E6
(238,216,230)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15183 color. Also use rgb(193,81,131) instead hex code.

Text Font Color

.myTextColor { color: #C15183; }

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

This text font color is #C15183.

Background Color

.myBgColor { background-color: #C15183; }

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

This div background color is #C15183.

Border color

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

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

This div border color is #C15183.

Opacity

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

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

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

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

This text has shadow with #C15183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C15183.

Preview

Color preview on black background

This text has color #C15183 on black background.


Color preview on white background

This text has color #C15183 on white background.


Black color preview on #C15183 background

This text has black color on #C15183 background.


White color preview on #C15183 background

This text has white color on #C15183 background.


Related colors

Complementary color

Complementary color for #hex is #3EAE7C.


I love getcolorcode.com

Triadic colors

1 #83C151 and #5183C1 with #C15183 are triadic colors.

2 #8351C1 and #51C183 with #C15183 are triadic colors.