COLOR #C17583

HEX: #C17583 RGB: (193,117,131)

Color info

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

RGB color model

#C17583 color RGB value is (193,117,131).

RGB: (193,117,131) (76%, 46%, 51%)

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 131 of 255 = 51%

193
117
131

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

Portions of RGB colors in percentages

R + G + B = 193 + 117 + 131 = 441 (100%)
R 193 of 441 ~ 43.76%
G 117 of 441 ~ 26.53%
B 131 of 441 ~ 29.71'%

%43.76
%26.53
%29.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 32.12%
  • 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
%32.12
%24.31

Codes

Color #C17583 in popluar color models

C1 75 83
RGB 193 117 131
HSL 349° 38.00% 60.78%
HSB/HSV 349° 39.38% 75.69%
CMYK 0.00% 39.38% 32.12%
24.31%

Color #C17583 in popluar number systems.

HEX C1 75 83
Decimal 193 117 131
Binary 11000001 1110101 10000011
Octal 301 165 203

Shades and tints

Shades of #C17583

#C17583
(193,117,131)
#B06B78
(176,107,120)
#9F616D
(159,97,109)
#8E5762
(142,87,98)
#7D4D57
(125,77,87)
#6C434C
(108,67,76)
#5B3941
(91,57,65)
#4A2F36
(74,47,54)
#39252B
(57,37,43)
#281B20
(40,27,32)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #C17583

#C17583
(193,117,131)
#C6818E
(198,129,142)
#CB8D99
(203,141,153)
#D099A4
(208,153,164)
#D5A5AF
(213,165,175)
#DAB1BA
(218,177,186)
#DFBDC5
(223,189,197)
#E4C9D0
(228,201,208)
#E9D5DB
(233,213,219)
#EEE1E6
(238,225,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17583; }

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

This text font color is #C17583.

Background Color

.myBgColor { background-color: #C17583; }

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

This div background color is #C17583.

Border color

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

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

This div border color is #C17583.

Opacity

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

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

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

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

This text has shadow with #C17583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17583.

Preview

Color preview on black background

This text has color #C17583 on black background.


Color preview on white background

This text has color #C17583 on white background.


Black color preview on #C17583 background

This text has black color on #C17583 background.


White color preview on #C17583 background

This text has white color on #C17583 background.


Related colors

Complementary color

Complementary color for #hex is #3E8A7C.


I love getcolorcode.com

Triadic colors

1 #83C175 and #7583C1 with #C17583 are triadic colors.

2 #8375C1 and #75C183 with #C17583 are triadic colors.