COLOR #C16588

HEX: #C16588
RGB: (193,101,136)

Color info

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

RGB color model

#C16588 color RGB value is (193,101,136).

  • red value is 193;
  • green value is 101;
  • blue value is 136.
RGB:
(193,101,136)
(76%,40%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 101 of 255 = 40%
B 136 of 255 = 53%

193
101
136

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

Portions of RGB colors in percentages

R + G + B =
193 + 101 + 136 = 430 (100%)
R 193 of 430 ~ 44.88%
G 101 of 430 ~ 23.49%
B 136 of 430 ~ 31.63%

%44.88
%23.49
%31.63

CMYK color model

#C16588 color CMYK value is (0,48,30,24).

  • cyan value is 0.00%
  • magenta value is 47.67%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(0,48,30,24)
C0M48Y30K24 
(0%,48%,30%,24%)
(0.00/0.48/0.30/0.24)	

CMYK percentages

%0
%47.67
%29.53
%24.31

Codes

Color #C16588 in popluar color models

C16588
RGB193101136
HSL337°42.59%57.65%
HSB/HSV337°47.67%75.69%
CMYK0.00%47.67%29.53%
24.31%

Color #C16588 in popluar number systems.

HEXC16588
Decimal193101136
Binary11000001110010110001000
Octal301145210

Shades and tints

Shades of #C16588

#C16588
(193,101,136)
#B05C7C
(176,92,124)
#9F5370
(159,83,112)
#8E4A64
(142,74,100)
#7D4158
(125,65,88)
#6C384C
(108,56,76)
#5B2F40
(91,47,64)
#4A2634
(74,38,52)
#391D28
(57,29,40)
#28141C
(40,20,28)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #C16588

#C16588
(193,101,136)
#C67392
(198,115,146)
#CB819C
(203,129,156)
#D08FA6
(208,143,166)
#D59DB0
(213,157,176)
#DAABBA
(218,171,186)
#DFB9C4
(223,185,196)
#E4C7CE
(228,199,206)
#E9D5D8
(233,213,216)
#EEE3E2
(238,227,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16588 color. Also use rgb(193,101,136) instead hex code.

Text Font Color

.myTextColor { color: #C16588; }

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

This text font color is #C16588.


Background Color

.myBgColor { background-color: #C16588; }

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

This div background color is #C16588.


Border color

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

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

This div border color is #C16588.


Opacity

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

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

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

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

This text has shadow with #C16588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16588 on black background.


Color preview on white background

This text has color #C16588 on white background.



Black color preview on #C16588 background

This text has black color on #C16588 background.


White color preview on #C16588 background

This text has white color on #C16588 background.