COLOR #C13376

HEX: #C13376
RGB: (193,51,118)

Renk bilgisi

#C13376 contains mainly red color. #C13376 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#C13376 color RGB value is (193,51,118).

  • kırmız ton 193;
  • yeşil ton 51;
  • mavi ton 118.
RGB:
(193,51,118)
(76%,20%,46%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 51 of 255 = 20%
B 118 of 255 = 46%

193
51
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 51 + 118 = 362 (100%)
R 193 of 362 ~ 53.31%
G 51 of 362 ~ 14.09%
B 118 of 362 ~ 32.6%

%53.31
%14.09
%32.6

CMYK RENK MODELİ

#C13376 rengi CMYK tonu (0,74,39,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.58%
  • sarı tonu 38.86%
  • ana renk tonu 24.31%
CMYK:
(0,74,39,24)
C0M74Y39K24 
(0%,74%,39%,24%)
(0.00/0.74/0.39/0.24)	

CMYK yüzdeleri

%0
%73.58
%38.86
%24.31

Codes

Color #C13376 in popluar color models

C13376
RGB19351118
HSL332°58.20%47.84%
HSB/HSV332°73.58%75.69%
CMYK0.00%73.58%38.86%
24.31%

Color #C13376 in popluar number systems.

HEXC13376
Decimal19351118
Binary110000011100111110110
Octal30163166

Shades and tints

Shades of #C13376

#C13376
(193,51,118)
#B02F6C
(176,47,108)
#9F2B62
(159,43,98)
#8E2758
(142,39,88)
#7D234E
(125,35,78)
#6C1F44
(108,31,68)
#5B1B3A
(91,27,58)
#4A1730
(74,23,48)
#391326
(57,19,38)
#280F1C
(40,15,28)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #C13376

#C13376
(193,51,118)
#C64582
(198,69,130)
#CB578E
(203,87,142)
#D0699A
(208,105,154)
#D57BA6
(213,123,166)
#DA8DB2
(218,141,178)
#DF9FBE
(223,159,190)
#E4B1CA
(228,177,202)
#E9C3D6
(233,195,214)
#EED5E2
(238,213,226)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C13376 color. Also use rgb(193,51,118) instead hex code.

Text Font Color

.myTextColor { color: #C13376; }

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

This text font color is #C13376.


Background Color

.myBgColor { background-color: #C13376; }

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

This div background color is #C13376.


Border color

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

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

This div border color is #C13376.


Opacity

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

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

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

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

This text has shadow with #C13376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13376 on black background.


Color preview on white background

This text has color #C13376 on white background.



Black color preview on #C13376 background

This text has black color on #C13376 background.


White color preview on #C13376 background

This text has white color on #C13376 background.