COLOR #C75D4F

HEX: #C75D4F
RGB: (199,93,79)

Renk bilgisi

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

RGB renk modeli

#C75D4F color RGB value is (199,93,79).

  • kırmız ton 199;
  • yeşil ton 93;
  • mavi ton 79.
RGB:
(199,93,79)
(78%,36%,31%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 93 of 255 = 36%
B 79 of 255 = 31%

199
93
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 93 + 79 = 371 (100%)
R 199 of 371 ~ 53.64%
G 93 of 371 ~ 25.07%
B 79 of 371 ~ 21.29%

%53.64
%25.07
%21.29

CMYK RENK MODELİ

#C75D4F rengi CMYK tonu (0,53,60,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.27%
  • sarı tonu 60.30%
  • ana renk tonu 21.96%
CMYK:
(0,53,60,22)
C0M53Y60K22 
(0%,53%,60%,22%)
(0.00/0.53/0.60/0.22)	

CMYK yüzdeleri

%0
%53.27
%60.3
%21.96

Codes

Color #C75D4F in popluar color models

C75D4F
RGB1999379
HSL51.72%54.51%
HSB/HSV60.30%78.04%
CMYK0.00%53.27%60.30%
21.96%

Color #C75D4F in popluar number systems.

HEXC75D4F
Decimal1999379
Binary1100011110111011001111
Octal307135117

Shades and tints

Shades of #C75D4F

#C75D4F
(199,93,79)
#B55548
(181,85,72)
#A34D41
(163,77,65)
#91453A
(145,69,58)
#7F3D33
(127,61,51)
#6D352C
(109,53,44)
#5B2D25
(91,45,37)
#49251E
(73,37,30)
#371D17
(55,29,23)
#251510
(37,21,16)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #C75D4F

#C75D4F
(199,93,79)
#CC6B5F
(204,107,95)
#D1796F
(209,121,111)
#D6877F
(214,135,127)
#DB958F
(219,149,143)
#E0A39F
(224,163,159)
#E5B1AF
(229,177,175)
#EABFBF
(234,191,191)
#EFCDCF
(239,205,207)
#F4DBDF
(244,219,223)
#F9E9EF
(249,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75D4F color. Also use rgb(199,93,79) instead hex code.

Text Font Color

.myTextColor { color: #C75D4F; }

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

This text font color is #C75D4F.


Background Color

.myBgColor { background-color: #C75D4F; }

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

This div background color is #C75D4F.


Border color

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

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

This div border color is #C75D4F.


Opacity

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

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

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

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

This text has shadow with #C75D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75D4F on black background.


Color preview on white background

This text has color #C75D4F on white background.



Black color preview on #C75D4F background

This text has black color on #C75D4F background.


White color preview on #C75D4F background

This text has white color on #C75D4F background.