COLOR #C15984

HEX: #C15984
RGB: (193,89,132)

Renk bilgisi

#C15984 contains mainly red color. #C15984 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C15984 color RGB value is (193,89,132).

  • kırmız ton 193;
  • yeşil ton 89;
  • mavi ton 132.
RGB:
(193,89,132)
(76%,35%,52%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 89 of 255 = 35%
B 132 of 255 = 52%

193
89
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 89 + 132 = 414 (100%)
R 193 of 414 ~ 46.62%
G 89 of 414 ~ 21.5%
B 132 of 414 ~ 31.88%

%46.62
%21.5
%31.88

CMYK RENK MODELİ

#C15984 rengi CMYK tonu (0,54,32,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.89%
  • sarı tonu 31.61%
  • ana renk tonu 24.31%
CMYK:
(0,54,32,24)
C0M54Y32K24 
(0%,54%,32%,24%)
(0.00/0.54/0.32/0.24)	

CMYK yüzdeleri

%0
%53.89
%31.61
%24.31

Codes

Color #C15984 in popluar color models

C15984
RGB19389132
HSL335°45.61%55.29%
HSB/HSV335°53.89%75.69%
CMYK0.00%53.89%31.61%
24.31%

Color #C15984 in popluar number systems.

HEXC15984
Decimal19389132
Binary11000001101100110000100
Octal301131204

Shades and tints

Shades of #C15984

#C15984
(193,89,132)
#B05178
(176,81,120)
#9F496C
(159,73,108)
#8E4160
(142,65,96)
#7D3954
(125,57,84)
#6C3148
(108,49,72)
#5B293C
(91,41,60)
#4A2130
(74,33,48)
#391924
(57,25,36)
#281118
(40,17,24)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #C15984

#C15984
(193,89,132)
#C6688F
(198,104,143)
#CB779A
(203,119,154)
#D086A5
(208,134,165)
#D595B0
(213,149,176)
#DAA4BB
(218,164,187)
#DFB3C6
(223,179,198)
#E4C2D1
(228,194,209)
#E9D1DC
(233,209,220)
#EEE0E7
(238,224,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15984 color. Also use rgb(193,89,132) instead hex code.

Text Font Color

.myTextColor { color: #C15984; }

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

This text font color is #C15984.


Background Color

.myBgColor { background-color: #C15984; }

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

This div background color is #C15984.


Border color

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

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

This div border color is #C15984.


Opacity

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

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

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

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

This text has shadow with #C15984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15984 on black background.


Color preview on white background

This text has color #C15984 on white background.



Black color preview on #C15984 background

This text has black color on #C15984 background.


White color preview on #C15984 background

This text has white color on #C15984 background.