COLOR #C76393

HEX: #C76393
RGB: (199,99,147)

Renk bilgisi

#C76393 contains mainly red and blue colors. #C76393 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C76393 color RGB value is (199,99,147).

  • kırmız ton 199;
  • yeşil ton 99;
  • mavi ton 147.
RGB:
(199,99,147)
(78%,39%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 99 of 255 = 39%
B 147 of 255 = 58%

199
99
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 99 + 147 = 445 (100%)
R 199 of 445 ~ 44.72%
G 99 of 445 ~ 22.25%
B 147 of 445 ~ 33.03%

%44.72
%22.25
%33.03

CMYK RENK MODELİ

#C76393 rengi CMYK tonu (0,50,26,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.25%
  • sarı tonu 26.13%
  • ana renk tonu 21.96%
CMYK:
(0,50,26,22)
C0M50Y26K22 
(0%,50%,26%,22%)
(0.00/0.50/0.26/0.22)	

CMYK yüzdeleri

%0
%50.25
%26.13
%21.96

Codes

Color #C76393 in popluar color models

C76393
RGB19999147
HSL331°47.17%58.43%
HSB/HSV331°50.25%78.04%
CMYK0.00%50.25%26.13%
21.96%

Color #C76393 in popluar number systems.

HEXC76393
Decimal19999147
Binary11000111110001110010011
Octal307143223

Shades and tints

Shades of #C76393

#C76393
(199,99,147)
#B55A86
(181,90,134)
#A35179
(163,81,121)
#91486C
(145,72,108)
#7F3F5F
(127,63,95)
#6D3652
(109,54,82)
#5B2D45
(91,45,69)
#492438
(73,36,56)
#371B2B
(55,27,43)
#25121E
(37,18,30)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #C76393

#C76393
(199,99,147)
#CC719C
(204,113,156)
#D17FA5
(209,127,165)
#D68DAE
(214,141,174)
#DB9BB7
(219,155,183)
#E0A9C0
(224,169,192)
#E5B7C9
(229,183,201)
#EAC5D2
(234,197,210)
#EFD3DB
(239,211,219)
#F4E1E4
(244,225,228)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76393 color. Also use rgb(199,99,147) instead hex code.

Text Font Color

.myTextColor { color: #C76393; }

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

This text font color is #C76393.


Background Color

.myBgColor { background-color: #C76393; }

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

This div background color is #C76393.


Border color

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

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

This div border color is #C76393.


Opacity

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

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

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

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

This text has shadow with #C76393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76393 on black background.


Color preview on white background

This text has color #C76393 on white background.



Black color preview on #C76393 background

This text has black color on #C76393 background.


White color preview on #C76393 background

This text has white color on #C76393 background.