COLOR #C15E79

HEX: #C15E79
RGB: (193,94,121)

Renk bilgisi

#C15E79 contains mainly red color. #C15E79 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C15E79 color RGB value is (193,94,121).

  • kırmız ton 193;
  • yeşil ton 94;
  • mavi ton 121.
RGB:
(193,94,121)
(76%,37%,47%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 94 of 255 = 37%
B 121 of 255 = 47%

193
94
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 94 + 121 = 408 (100%)
R 193 of 408 ~ 47.3%
G 94 of 408 ~ 23.04%
B 121 of 408 ~ 29.66%

%47.3
%23.04
%29.66

CMYK RENK MODELİ

#C15E79 rengi CMYK tonu (0,51,37,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.30%
  • sarı tonu 37.31%
  • ana renk tonu 24.31%
CMYK:
(0,51,37,24)
C0M51Y37K24 
(0%,51%,37%,24%)
(0.00/0.51/0.37/0.24)	

CMYK yüzdeleri

%0
%51.3
%37.31
%24.31

Codes

Color #C15E79 in popluar color models

C15E79
RGB19394121
HSL344°44.39%56.27%
HSB/HSV344°51.30%75.69%
CMYK0.00%51.30%37.31%
24.31%

Color #C15E79 in popluar number systems.

HEXC15E79
Decimal19394121
Binary1100000110111101111001
Octal301136171

Shades and tints

Shades of #C15E79

#C15E79
(193,94,121)
#B0566E
(176,86,110)
#9F4E63
(159,78,99)
#8E4658
(142,70,88)
#7D3E4D
(125,62,77)
#6C3642
(108,54,66)
#5B2E37
(91,46,55)
#4A262C
(74,38,44)
#391E21
(57,30,33)
#281616
(40,22,22)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #C15E79

#C15E79
(193,94,121)
#C66C85
(198,108,133)
#CB7A91
(203,122,145)
#D0889D
(208,136,157)
#D596A9
(213,150,169)
#DAA4B5
(218,164,181)
#DFB2C1
(223,178,193)
#E4C0CD
(228,192,205)
#E9CED9
(233,206,217)
#EEDCE5
(238,220,229)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15E79 color. Also use rgb(193,94,121) instead hex code.

Text Font Color

.myTextColor { color: #C15E79; }

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

This text font color is #C15E79.


Background Color

.myBgColor { background-color: #C15E79; }

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

This div background color is #C15E79.


Border color

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

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

This div border color is #C15E79.


Opacity

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

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

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

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

This text has shadow with #C15E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15E79 on black background.


Color preview on white background

This text has color #C15E79 on white background.



Black color preview on #C15E79 background

This text has black color on #C15E79 background.


White color preview on #C15E79 background

This text has white color on #C15E79 background.