COLOR #C7576D

HEX: #C7576D
RGB: (199,87,109)

Renk bilgisi

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

RGB renk modeli

#C7576D color RGB value is (199,87,109).

  • kırmız ton 199;
  • yeşil ton 87;
  • mavi ton 109.
RGB:
(199,87,109)
(78%,34%,43%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 87 of 255 = 34%
B 109 of 255 = 43%

199
87
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 87 + 109 = 395 (100%)
R 199 of 395 ~ 50.38%
G 87 of 395 ~ 22.03%
B 109 of 395 ~ 27.59%

%50.38
%22.03
%27.59

CMYK RENK MODELİ

#C7576D rengi CMYK tonu (0,56,45,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.28%
  • sarı tonu 45.23%
  • ana renk tonu 21.96%
CMYK:
(0,56,45,22)
C0M56Y45K22 
(0%,56%,45%,22%)
(0.00/0.56/0.45/0.22)	

CMYK yüzdeleri

%0
%56.28
%45.23
%21.96

Codes

Color #C7576D in popluar color models

C7576D
RGB19987109
HSL348°50.00%56.08%
HSB/HSV348°56.28%78.04%
CMYK0.00%56.28%45.23%
21.96%

Color #C7576D in popluar number systems.

HEXC7576D
Decimal19987109
Binary1100011110101111101101
Octal307127155

Shades and tints

Shades of #C7576D

#C7576D
(199,87,109)
#B55064
(181,80,100)
#A3495B
(163,73,91)
#914252
(145,66,82)
#7F3B49
(127,59,73)
#6D3440
(109,52,64)
#5B2D37
(91,45,55)
#49262E
(73,38,46)
#371F25
(55,31,37)
#25181C
(37,24,28)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C7576D

#C7576D
(199,87,109)
#CC667A
(204,102,122)
#D17587
(209,117,135)
#D68494
(214,132,148)
#DB93A1
(219,147,161)
#E0A2AE
(224,162,174)
#E5B1BB
(229,177,187)
#EAC0C8
(234,192,200)
#EFCFD5
(239,207,213)
#F4DEE2
(244,222,226)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7576D color. Also use rgb(199,87,109) instead hex code.

Text Font Color

.myTextColor { color: #C7576D; }

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

This text font color is #C7576D.


Background Color

.myBgColor { background-color: #C7576D; }

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

This div background color is #C7576D.


Border color

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

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

This div border color is #C7576D.


Opacity

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

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

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

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

This text has shadow with #C7576D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7576D on black background.


Color preview on white background

This text has color #C7576D on white background.



Black color preview on #C7576D background

This text has black color on #C7576D background.


White color preview on #C7576D background

This text has white color on #C7576D background.