COLOR #C76383

HEX: #C76383
RGB: (199,99,131)

Renk bilgisi

#C76383 contains mainly red color. #C76383 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C76383 color RGB value is (199,99,131).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 99 of 255 = 39%
B 131 of 255 = 51%

199
99
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 99 + 131 = 429 (100%)
R 199 of 429 ~ 46.39%
G 99 of 429 ~ 23.08%
B 131 of 429 ~ 30.54%

%46.39
%23.08
%30.54

CMYK RENK MODELİ

#C76383 rengi CMYK tonu (0,50,34,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.25%
  • sarı tonu 34.17%
  • ana renk tonu 21.96%
CMYK:
(0,50,34,22)
C0M50Y34K22 
(0%,50%,34%,22%)
(0.00/0.50/0.34/0.22)	

CMYK yüzdeleri

%0
%50.25
%34.17
%21.96

Codes

Color #C76383 in popluar color models

C76383
RGB19999131
HSL341°47.17%58.43%
HSB/HSV341°50.25%78.04%
CMYK0.00%50.25%34.17%
21.96%

Color #C76383 in popluar number systems.

HEXC76383
Decimal19999131
Binary11000111110001110000011
Octal307143203

Shades and tints

Shades of #C76383

#C76383
(199,99,131)
#B55A78
(181,90,120)
#A3516D
(163,81,109)
#914862
(145,72,98)
#7F3F57
(127,63,87)
#6D364C
(109,54,76)
#5B2D41
(91,45,65)
#492436
(73,36,54)
#371B2B
(55,27,43)
#251220
(37,18,32)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #C76383

#C76383
(199,99,131)
#CC718E
(204,113,142)
#D17F99
(209,127,153)
#D68DA4
(214,141,164)
#DB9BAF
(219,155,175)
#E0A9BA
(224,169,186)
#E5B7C5
(229,183,197)
#EAC5D0
(234,197,208)
#EFD3DB
(239,211,219)
#F4E1E6
(244,225,230)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C76383; }

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

This text font color is #C76383.


Background Color

.myBgColor { background-color: #C76383; }

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

This div background color is #C76383.


Border color

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

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

This div border color is #C76383.


Opacity

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

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

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

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

This text has shadow with #C76383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76383 on black background.


Color preview on white background

This text has color #C76383 on white background.



Black color preview on #C76383 background

This text has black color on #C76383 background.


White color preview on #C76383 background

This text has white color on #C76383 background.