COLOR #C1516B

HEX: #C1516B
RGB: (193,81,107)

Color info

#C1516B contains mainly red color. Web safe color of #C1516B is #CC6666 (or #C66).

RGB color model

#C1516B color RGB value is (193,81,107).

  • red value is 193;
  • green value is 81;
  • blue value is 107.
RGB:
(193,81,107)
(76%,32%,42%)

RGB channels and saturation

R 193 of 255 = 76%
G 81 of 255 = 32%
B 107 of 255 = 42%

193
81
107

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

Portions of RGB colors in percentages

R + G + B =
193 + 81 + 107 = 381 (100%)
R 193 of 381 ~ 50.66%
G 81 of 381 ~ 21.26%
B 107 of 381 ~ 28.08%

%50.66
%21.26
%28.08

CMYK color model

#C1516B color CMYK value is (0,58,45,24).

  • cyan value is 0.00%
  • magenta value is 58.03%
  • yellow value is 44.56%
  • key color value is 24.31%
CMYK:
(0,58,45,24)
C0M58Y45K24 
(0%,58%,45%,24%)
(0.00/0.58/0.45/0.24)	

CMYK percentages

%0
%58.03
%44.56
%24.31

Codes

Color #C1516B in popluar color models

C1516B
RGB19381107
HSL346°47.46%53.73%
HSB/HSV346°58.03%75.69%
CMYK0.00%58.03%44.56%
24.31%

Color #C1516B in popluar number systems.

HEXC1516B
Decimal19381107
Binary1100000110100011101011
Octal301121153

Shades and tints

Shades of #C1516B

#C1516B
(193,81,107)
#B04A62
(176,74,98)
#9F4359
(159,67,89)
#8E3C50
(142,60,80)
#7D3547
(125,53,71)
#6C2E3E
(108,46,62)
#5B2735
(91,39,53)
#4A202C
(74,32,44)
#391923
(57,25,35)
#28121A
(40,18,26)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #C1516B

#C1516B
(193,81,107)
#C66078
(198,96,120)
#CB6F85
(203,111,133)
#D07E92
(208,126,146)
#D58D9F
(213,141,159)
#DA9CAC
(218,156,172)
#DFABB9
(223,171,185)
#E4BAC6
(228,186,198)
#E9C9D3
(233,201,211)
#EED8E0
(238,216,224)
#F3E7ED
(243,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1516B; }

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

This text font color is #C1516B.


Background Color

.myBgColor { background-color: #C1516B; }

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

This div background color is #C1516B.


Border color

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

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

This div border color is #C1516B.


Opacity

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

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

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

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

This text has shadow with #C1516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1516B on black background.


Color preview on white background

This text has color #C1516B on white background.



Black color preview on #C1516B background

This text has black color on #C1516B background.


White color preview on #C1516B background

This text has white color on #C1516B background.