COLOR #C15F81

HEX: #C15F81
RGB: (193,95,129)

Color info

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

RGB color model

#C15F81 color RGB value is (193,95,129).

  • red value is 193;
  • green value is 95;
  • blue value is 129.
RGB:
(193,95,129)
(76%,37%,51%)

RGB channels and saturation

R 193 of 255 = 76%
G 95 of 255 = 37%
B 129 of 255 = 51%

193
95
129

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

Portions of RGB colors in percentages

R + G + B =
193 + 95 + 129 = 417 (100%)
R 193 of 417 ~ 46.28%
G 95 of 417 ~ 22.78%
B 129 of 417 ~ 30.94%

%46.28
%22.78
%30.94

CMYK color model

#C15F81 color CMYK value is (0,51,33,24).

  • cyan value is 0.00%
  • magenta value is 50.78%
  • yellow value is 33.16%
  • key color value is 24.31%
CMYK:
(0,51,33,24)
C0M51Y33K24 
(0%,51%,33%,24%)
(0.00/0.51/0.33/0.24)	

CMYK percentages

%0
%50.78
%33.16
%24.31

Codes

Color #C15F81 in popluar color models

C15F81
RGB19395129
HSL339°44.14%56.47%
HSB/HSV339°50.78%75.69%
CMYK0.00%50.78%33.16%
24.31%

Color #C15F81 in popluar number systems.

HEXC15F81
Decimal19395129
Binary11000001101111110000001
Octal301137201

Shades and tints

Shades of #C15F81

#C15F81
(193,95,129)
#B05776
(176,87,118)
#9F4F6B
(159,79,107)
#8E4760
(142,71,96)
#7D3F55
(125,63,85)
#6C374A
(108,55,74)
#5B2F3F
(91,47,63)
#4A2734
(74,39,52)
#391F29
(57,31,41)
#28171E
(40,23,30)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #C15F81

#C15F81
(193,95,129)
#C66D8C
(198,109,140)
#CB7B97
(203,123,151)
#D089A2
(208,137,162)
#D597AD
(213,151,173)
#DAA5B8
(218,165,184)
#DFB3C3
(223,179,195)
#E4C1CE
(228,193,206)
#E9CFD9
(233,207,217)
#EEDDE4
(238,221,228)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C15F81; }

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

This text font color is #C15F81.


Background Color

.myBgColor { background-color: #C15F81; }

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

This div background color is #C15F81.


Border color

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

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

This div border color is #C15F81.


Opacity

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

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

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

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

This text has shadow with #C15F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15F81 on black background.


Color preview on white background

This text has color #C15F81 on white background.



Black color preview on #C15F81 background

This text has black color on #C15F81 background.


White color preview on #C15F81 background

This text has white color on #C15F81 background.