COLOR #C74A60

HEX: #C74A60
RGB: (199,74,96)

Renk bilgisi

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

RGB renk modeli

#C74A60 color RGB value is (199,74,96).

  • kırmız ton 199;
  • yeşil ton 74;
  • mavi ton 96.
RGB:
(199,74,96)
(78%,29%,38%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 74 of 255 = 29%
B 96 of 255 = 38%

199
74
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 74 + 96 = 369 (100%)
R 199 of 369 ~ 53.93%
G 74 of 369 ~ 20.05%
B 96 of 369 ~ 26.02%

%53.93
%20.05
%26.02

CMYK RENK MODELİ

#C74A60 rengi CMYK tonu (0,63,52,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.81%
  • sarı tonu 51.76%
  • ana renk tonu 21.96%
CMYK:
(0,63,52,22)
C0M63Y52K22 
(0%,63%,52%,22%)
(0.00/0.63/0.52/0.22)	

CMYK yüzdeleri

%0
%62.81
%51.76
%21.96

Codes

Color #C74A60 in popluar color models

C74A60
RGB1997496
HSL349°52.74%53.53%
HSB/HSV349°62.81%78.04%
CMYK0.00%62.81%51.76%
21.96%

Color #C74A60 in popluar number systems.

HEXC74A60
Decimal1997496
Binary1100011110010101100000
Octal307112140

Shades and tints

Shades of #C74A60

#C74A60
(199,74,96)
#B54458
(181,68,88)
#A33E50
(163,62,80)
#913848
(145,56,72)
#7F3240
(127,50,64)
#6D2C38
(109,44,56)
#5B2630
(91,38,48)
#492028
(73,32,40)
#371A20
(55,26,32)
#251418
(37,20,24)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #C74A60

#C74A60
(199,74,96)
#CC5A6E
(204,90,110)
#D16A7C
(209,106,124)
#D67A8A
(214,122,138)
#DB8A98
(219,138,152)
#E09AA6
(224,154,166)
#E5AAB4
(229,170,180)
#EABAC2
(234,186,194)
#EFCAD0
(239,202,208)
#F4DADE
(244,218,222)
#F9EAEC
(249,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74A60 color. Also use rgb(199,74,96) instead hex code.

Text Font Color

.myTextColor { color: #C74A60; }

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

This text font color is #C74A60.


Background Color

.myBgColor { background-color: #C74A60; }

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

This div background color is #C74A60.


Border color

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

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

This div border color is #C74A60.


Opacity

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

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

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

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

This text has shadow with #C74A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74A60 on black background.


Color preview on white background

This text has color #C74A60 on white background.



Black color preview on #C74A60 background

This text has black color on #C74A60 background.


White color preview on #C74A60 background

This text has white color on #C74A60 background.