COLOR #C4727F

HEX: #C4727F
RGB: (196,114,127)

Renk bilgisi

#C4727F contains mainly red color. #C4727F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C4727F color RGB value is (196,114,127).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 114 of 255 = 45%
B 127 of 255 = 50%

196
114
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 114 + 127 = 437 (100%)
R 196 of 437 ~ 44.85%
G 114 of 437 ~ 26.09%
B 127 of 437 ~ 29.06%

%44.85
%26.09
%29.06

CMYK RENK MODELİ

#C4727F rengi CMYK tonu (0,42,35,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.84%
  • sarı tonu 35.20%
  • ana renk tonu 23.14%
CMYK:
(0,42,35,23)
C0M42Y35K23 
(0%,42%,35%,23%)
(0.00/0.42/0.35/0.23)	

CMYK yüzdeleri

%0
%41.84
%35.2
%23.14

Codes

Color #C4727F in popluar color models

C4727F
RGB196114127
HSL350°41.00%60.78%
HSB/HSV350°41.84%76.86%
CMYK0.00%41.84%35.20%
23.14%

Color #C4727F in popluar number systems.

HEXC4727F
Decimal196114127
Binary1100010011100101111111
Octal304162177

Shades and tints

Shades of #C4727F

#C4727F
(196,114,127)
#B36874
(179,104,116)
#A25E69
(162,94,105)
#91545E
(145,84,94)
#804A53
(128,74,83)
#6F4048
(111,64,72)
#5E363D
(94,54,61)
#4D2C32
(77,44,50)
#3C2227
(60,34,39)
#2B181C
(43,24,28)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C4727F

#C4727F
(196,114,127)
#C97E8A
(201,126,138)
#CE8A95
(206,138,149)
#D396A0
(211,150,160)
#D8A2AB
(216,162,171)
#DDAEB6
(221,174,182)
#E2BAC1
(226,186,193)
#E7C6CC
(231,198,204)
#ECD2D7
(236,210,215)
#F1DEE2
(241,222,226)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4727F; }

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

This text font color is #C4727F.


Background Color

.myBgColor { background-color: #C4727F; }

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

This div background color is #C4727F.


Border color

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

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

This div border color is #C4727F.


Opacity

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

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

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

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

This text has shadow with #C4727F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4727F on black background.


Color preview on white background

This text has color #C4727F on white background.



Black color preview on #C4727F background

This text has black color on #C4727F background.


White color preview on #C4727F background

This text has white color on #C4727F background.