COLOR #C17584

HEX: #C17584
RGB: (193,117,132)

Color info

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

RGB color model

#C17584 color RGB value is (193,117,132).

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

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 132 of 255 = 52%

193
117
132

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

Portions of RGB colors in percentages

R + G + B =
193 + 117 + 132 = 442 (100%)
R 193 of 442 ~ 43.67%
G 117 of 442 ~ 26.47%
B 132 of 442 ~ 29.86%

%43.67
%26.47
%29.86

CMYK color model

#C17584 color CMYK value is (0,39,32,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 31.61%
  • key color value is 24.31%
CMYK:
(0,39,32,24)
C0M39Y32K24 
(0%,39%,32%,24%)
(0.00/0.39/0.32/0.24)	

CMYK percentages

%0
%39.38
%31.61
%24.31

Codes

Color #C17584 in popluar color models

C17584
RGB193117132
HSL348°38.00%60.78%
HSB/HSV348°39.38%75.69%
CMYK0.00%39.38%31.61%
24.31%

Color #C17584 in popluar number systems.

HEXC17584
Decimal193117132
Binary11000001111010110000100
Octal301165204

Shades and tints

Shades of #C17584

#C17584
(193,117,132)
#B06B78
(176,107,120)
#9F616C
(159,97,108)
#8E5760
(142,87,96)
#7D4D54
(125,77,84)
#6C4348
(108,67,72)
#5B393C
(91,57,60)
#4A2F30
(74,47,48)
#392524
(57,37,36)
#281B18
(40,27,24)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #C17584

#C17584
(193,117,132)
#C6818F
(198,129,143)
#CB8D9A
(203,141,154)
#D099A5
(208,153,165)
#D5A5B0
(213,165,176)
#DAB1BB
(218,177,187)
#DFBDC6
(223,189,198)
#E4C9D1
(228,201,209)
#E9D5DC
(233,213,220)
#EEE1E7
(238,225,231)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17584; }

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

This text font color is #C17584.


Background Color

.myBgColor { background-color: #C17584; }

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

This div background color is #C17584.


Border color

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

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

This div border color is #C17584.


Opacity

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

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

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

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

This text has shadow with #C17584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17584 on black background.


Color preview on white background

This text has color #C17584 on white background.



Black color preview on #C17584 background

This text has black color on #C17584 background.


White color preview on #C17584 background

This text has white color on #C17584 background.