COLOR #C1474E

HEX: #C1474E
RGB: (193,71,78)

Renk bilgisi

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

RGB renk modeli

#C1474E color RGB value is (193,71,78).

  • kırmız ton 193;
  • yeşil ton 71;
  • mavi ton 78.
RGB:
(193,71,78)
(76%,28%,31%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 71 of 255 = 28%
B 78 of 255 = 31%

193
71
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 71 + 78 = 342 (100%)
R 193 of 342 ~ 56.43%
G 71 of 342 ~ 20.76%
B 78 of 342 ~ 22.81%

%56.43
%20.76
%22.81

CMYK RENK MODELİ

#C1474E rengi CMYK tonu (0,63,60,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.21%
  • sarı tonu 59.59%
  • ana renk tonu 24.31%
CMYK:
(0,63,60,24)
C0M63Y60K24 
(0%,63%,60%,24%)
(0.00/0.63/0.60/0.24)	

CMYK yüzdeleri

%0
%63.21
%59.59
%24.31

Codes

Color #C1474E in popluar color models

C1474E
RGB1937178
HSL357°49.59%51.76%
HSB/HSV357°63.21%75.69%
CMYK0.00%63.21%59.59%
24.31%

Color #C1474E in popluar number systems.

HEXC1474E
Decimal1937178
Binary1100000110001111001110
Octal301107116

Shades and tints

Shades of #C1474E

#C1474E
(193,71,78)
#B04147
(176,65,71)
#9F3B40
(159,59,64)
#8E3539
(142,53,57)
#7D2F32
(125,47,50)
#6C292B
(108,41,43)
#5B2324
(91,35,36)
#4A1D1D
(74,29,29)
#391716
(57,23,22)
#28110F
(40,17,15)
#170B08
(23,11,8)
#000000
(0,0,0)

Tints of #C1474E

#C1474E
(193,71,78)
#C6575E
(198,87,94)
#CB676E
(203,103,110)
#D0777E
(208,119,126)
#D5878E
(213,135,142)
#DA979E
(218,151,158)
#DFA7AE
(223,167,174)
#E4B7BE
(228,183,190)
#E9C7CE
(233,199,206)
#EED7DE
(238,215,222)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1474E color. Also use rgb(193,71,78) instead hex code.

Text Font Color

.myTextColor { color: #C1474E; }

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

This text font color is #C1474E.


Background Color

.myBgColor { background-color: #C1474E; }

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

This div background color is #C1474E.


Border color

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

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

This div border color is #C1474E.


Opacity

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

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

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

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

This text has shadow with #C1474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1474E on black background.


Color preview on white background

This text has color #C1474E on white background.



Black color preview on #C1474E background

This text has black color on #C1474E background.


White color preview on #C1474E background

This text has white color on #C1474E background.