COLOR #C75550

HEX: #C75550
RGB: (199,85,80)

Renk bilgisi

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

RGB renk modeli

#C75550 color RGB value is (199,85,80).

  • kırmız ton 199;
  • yeşil ton 85;
  • mavi ton 80.
RGB:
(199,85,80)
(78%,33%,31%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 85 of 255 = 33%
B 80 of 255 = 31%

199
85
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 85 + 80 = 364 (100%)
R 199 of 364 ~ 54.67%
G 85 of 364 ~ 23.35%
B 80 of 364 ~ 21.98%

%54.67
%23.35
%21.98

CMYK RENK MODELİ

#C75550 rengi CMYK tonu (0,57,60,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.29%
  • sarı tonu 59.80%
  • ana renk tonu 21.96%
CMYK:
(0,57,60,22)
C0M57Y60K22 
(0%,57%,60%,22%)
(0.00/0.57/0.60/0.22)	

CMYK yüzdeleri

%0
%57.29
%59.8
%21.96

Codes

Color #C75550 in popluar color models

C75550
RGB1998580
HSL51.52%54.71%
HSB/HSV59.80%78.04%
CMYK0.00%57.29%59.80%
21.96%

Color #C75550 in popluar number systems.

HEXC75550
Decimal1998580
Binary1100011110101011010000
Octal307125120

Shades and tints

Shades of #C75550

#C75550
(199,85,80)
#B54E49
(181,78,73)
#A34742
(163,71,66)
#91403B
(145,64,59)
#7F3934
(127,57,52)
#6D322D
(109,50,45)
#5B2B26
(91,43,38)
#49241F
(73,36,31)
#371D18
(55,29,24)
#251611
(37,22,17)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #C75550

#C75550
(199,85,80)
#CC645F
(204,100,95)
#D1736E
(209,115,110)
#D6827D
(214,130,125)
#DB918C
(219,145,140)
#E0A09B
(224,160,155)
#E5AFAA
(229,175,170)
#EABEB9
(234,190,185)
#EFCDC8
(239,205,200)
#F4DCD7
(244,220,215)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75550 color. Also use rgb(199,85,80) instead hex code.

Text Font Color

.myTextColor { color: #C75550; }

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

This text font color is #C75550.


Background Color

.myBgColor { background-color: #C75550; }

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

This div background color is #C75550.


Border color

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

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

This div border color is #C75550.


Opacity

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

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

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

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

This text has shadow with #C75550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75550 on black background.


Color preview on white background

This text has color #C75550 on white background.



Black color preview on #C75550 background

This text has black color on #C75550 background.


White color preview on #C75550 background

This text has white color on #C75550 background.