COLOR #C15660

HEX: #C15660 RGB: (193,86,96)

Color info

#C15660 contains mainly red color. Web safe color of #C15660 is #CC6666 (or #C66).

RGB color model

#C15660 color RGB value is (193,86,96).

RGB: (193,86,96) (76%, 34%, 38%)

RGB channels and saturation

R 193 of 255 = 76%
G 86 of 255 = 34%
B 96 of 255 = 38%

193
86
96

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

Portions of RGB colors in percentages

R + G + B = 193 + 86 + 96 = 375 (100%)
R 193 of 375 ~ 51.47%
G 86 of 375 ~ 22.93%
B 96 of 375 ~ 25.6'%

%51.47
%22.93
%25.6

CMYK color model

#C15660 color CMYK value is (0,55,50,24).

  • cyan value is 0.00%
  • magenta value is 55.44%
  • yellow value is 50.26%
  • key color value is 24.31%

CMYK: (0,55,50,24)
C0M55Y50K24 (0%, 55%, 50%, 24%)
(0.00 / 0.55 / 0.50 / 0.24)

CMYK percentages

%0
%55.44
%50.26
%24.31

Codes

Color #C15660 in popluar color models

C1 56 60
RGB 193 86 96
HSL 354° 46.32% 54.71%
HSB/HSV 354° 55.44% 75.69%
CMYK 0.00% 55.44% 50.26%
24.31%

Color #C15660 in popluar number systems.

HEX C1 56 60
Decimal 193 86 96
Binary 11000001 1010110 1100000
Octal 301 126 140

Shades and tints

Shades of #C15660

#C15660
(193,86,96)
#B04F58
(176,79,88)
#9F4850
(159,72,80)
#8E4148
(142,65,72)
#7D3A40
(125,58,64)
#6C3338
(108,51,56)
#5B2C30
(91,44,48)
#4A2528
(74,37,40)
#391E20
(57,30,32)
#281718
(40,23,24)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C15660

#C15660
(193,86,96)
#C6656E
(198,101,110)
#CB747C
(203,116,124)
#D0838A
(208,131,138)
#D59298
(213,146,152)
#DAA1A6
(218,161,166)
#DFB0B4
(223,176,180)
#E4BFC2
(228,191,194)
#E9CED0
(233,206,208)
#EEDDDE
(238,221,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15660 color. Also use rgb(193,86,96) instead hex code.

Text Font Color

.myTextColor { color: #C15660; }

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

This text font color is #C15660.

Background Color

.myBgColor { background-color: #C15660; }

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

This div background color is #C15660.

Border color

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

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

This div border color is #C15660.

Opacity

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

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

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

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

This text has shadow with #C15660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C15660.

Preview

Color preview on black background

This text has color #C15660 on black background.


Color preview on white background

This text has color #C15660 on white background.


Black color preview on #C15660 background

This text has black color on #C15660 background.


White color preview on #C15660 background

This text has white color on #C15660 background.


Related colors

Complementary color

Complementary color for #hex is #3EA99F.


I love getcolorcode.com

Triadic colors

1 #60C156 and #5660C1 with #C15660 are triadic colors.

2 #6056C1 and #56C160 with #C15660 are triadic colors.