COLOR #C4367F

HEX: #C4367F
RGB: (196,54,127)

Renk bilgisi

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

RGB renk modeli

#C4367F color RGB value is (196,54,127).

  • kırmız ton 196;
  • yeşil ton 54;
  • mavi ton 127.
RGB:
(196,54,127)
(77%,21%,50%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 54 of 255 = 21%
B 127 of 255 = 50%

196
54
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 54 + 127 = 377 (100%)
R 196 of 377 ~ 51.99%
G 54 of 377 ~ 14.32%
B 127 of 377 ~ 33.69%

%51.99
%14.32
%33.69

CMYK RENK MODELİ

#C4367F rengi CMYK tonu (0,72,35,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.45%
  • sarı tonu 35.20%
  • ana renk tonu 23.14%
CMYK:
(0,72,35,23)
C0M72Y35K23 
(0%,72%,35%,23%)
(0.00/0.72/0.35/0.23)	

CMYK yüzdeleri

%0
%72.45
%35.2
%23.14

Codes

Color #C4367F in popluar color models

C4367F
RGB19654127
HSL329°56.80%49.02%
HSB/HSV329°72.45%76.86%
CMYK0.00%72.45%35.20%
23.14%

Color #C4367F in popluar number systems.

HEXC4367F
Decimal19654127
Binary110001001101101111111
Octal30466177

Shades and tints

Shades of #C4367F

#C4367F
(196,54,127)
#B33274
(179,50,116)
#A22E69
(162,46,105)
#912A5E
(145,42,94)
#802653
(128,38,83)
#6F2248
(111,34,72)
#5E1E3D
(94,30,61)
#4D1A32
(77,26,50)
#3C1627
(60,22,39)
#2B121C
(43,18,28)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C4367F

#C4367F
(196,54,127)
#C9488A
(201,72,138)
#CE5A95
(206,90,149)
#D36CA0
(211,108,160)
#D87EAB
(216,126,171)
#DD90B6
(221,144,182)
#E2A2C1
(226,162,193)
#E7B4CC
(231,180,204)
#ECC6D7
(236,198,215)
#F1D8E2
(241,216,226)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4367F color. Also use rgb(196,54,127) instead hex code.

Text Font Color

.myTextColor { color: #C4367F; }

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

This text font color is #C4367F.


Background Color

.myBgColor { background-color: #C4367F; }

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

This div background color is #C4367F.


Border color

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

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

This div border color is #C4367F.


Opacity

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

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

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

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

This text has shadow with #C4367F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4367F on black background.


Color preview on white background

This text has color #C4367F on white background.



Black color preview on #C4367F background

This text has black color on #C4367F background.


White color preview on #C4367F background

This text has white color on #C4367F background.