COLOR #C17581

HEX: #C17581 RGB: (193,117,129)

Color info

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

RGB color model

#C17581 color RGB value is (193,117,129).

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

RGB channels and saturation

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

193
117
129

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

Portions of RGB colors in percentages

R + G + B = 193 + 117 + 129 = 439 (100%)
R 193 of 439 ~ 43.96%
G 117 of 439 ~ 26.65%
B 129 of 439 ~ 29.38'%

%43.96
%26.65
%29.38

CMYK color model

#C17581 color CMYK value is (0,39,33,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 33.16%
  • key color value is 24.31%
CMYK: (0,39,33,24) C0M39Y33K24 (0%,39%,33%,24%) (0.00/0.39/0.33/0.24) 

CMYK percentages

%0
%39.38
%33.16
%24.31

Codes

Color #C17581 in popluar color models

C1 75 81
RGB 193 117 129
HSL 351° 38.00% 60.78%
HSB/HSV 351° 39.38% 75.69%
CMYK 0.00% 39.38% 33.16%
24.31%

Color #C17581 in popluar number systems.

HEX C1 75 81
Decimal 193 117 129
Binary 11000001 1110101 10000001
Octal 301 165 201

Shades and tints

Shades of #C17581

#C17581
(193,117,129)
#B06B76
(176,107,118)
#9F616B
(159,97,107)
#8E5760
(142,87,96)
#7D4D55
(125,77,85)
#6C434A
(108,67,74)
#5B393F
(91,57,63)
#4A2F34
(74,47,52)
#392529
(57,37,41)
#281B1E
(40,27,30)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #C17581

#C17581
(193,117,129)
#C6818C
(198,129,140)
#CB8D97
(203,141,151)
#D099A2
(208,153,162)
#D5A5AD
(213,165,173)
#DAB1B8
(218,177,184)
#DFBDC3
(223,189,195)
#E4C9CE
(228,201,206)
#E9D5D9
(233,213,217)
#EEE1E4
(238,225,228)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17581; }

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

This text font color is #C17581.

Background Color

.myBgColor { background-color: #C17581; }

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

This div background color is #C17581.

Border color

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

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

This div border color is #C17581.

Opacity

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

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

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

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

This text has shadow with #C17581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17581.

Preview

Color preview on black background

This text has color #C17581 on black background.


Color preview on white background

This text has color #C17581 on white background.


Black color preview on #C17581 background

This text has black color on #C17581 background.


White color preview on #C17581 background

This text has white color on #C17581 background.


Related colors

Complementary color

Complementary color for #hex is #3E8A7E.


I love getcolorcode.com

Triadic colors

1 #81C175 and #7581C1 with #C17581 are triadic colors.

2 #8175C1 and #75C181 with #C17581 are triadic colors.