COLOR #C76780

HEX: #C76780
RGB: (199,103,128)

Renk bilgisi

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

RGB renk modeli

#C76780 color RGB value is (199,103,128).

  • kırmız ton 199;
  • yeşil ton 103;
  • mavi ton 128.
RGB:
(199,103,128)
(78%,40%,50%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 103 of 255 = 40%
B 128 of 255 = 50%

199
103
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 103 + 128 = 430 (100%)
R 199 of 430 ~ 46.28%
G 103 of 430 ~ 23.95%
B 128 of 430 ~ 29.77%

%46.28
%23.95
%29.77

CMYK RENK MODELİ

#C76780 rengi CMYK tonu (0,48,36,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.24%
  • sarı tonu 35.68%
  • ana renk tonu 21.96%
CMYK:
(0,48,36,22)
C0M48Y36K22 
(0%,48%,36%,22%)
(0.00/0.48/0.36/0.22)	

CMYK yüzdeleri

%0
%48.24
%35.68
%21.96

Codes

Color #C76780 in popluar color models

C76780
RGB199103128
HSL344°46.15%59.22%
HSB/HSV344°48.24%78.04%
CMYK0.00%48.24%35.68%
21.96%

Color #C76780 in popluar number systems.

HEXC76780
Decimal199103128
Binary11000111110011110000000
Octal307147200

Shades and tints

Shades of #C76780

#C76780
(199,103,128)
#B55E75
(181,94,117)
#A3556A
(163,85,106)
#914C5F
(145,76,95)
#7F4354
(127,67,84)
#6D3A49
(109,58,73)
#5B313E
(91,49,62)
#492833
(73,40,51)
#371F28
(55,31,40)
#25161D
(37,22,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #C76780

#C76780
(199,103,128)
#CC748B
(204,116,139)
#D18196
(209,129,150)
#D68EA1
(214,142,161)
#DB9BAC
(219,155,172)
#E0A8B7
(224,168,183)
#E5B5C2
(229,181,194)
#EAC2CD
(234,194,205)
#EFCFD8
(239,207,216)
#F4DCE3
(244,220,227)
#F9E9EE
(249,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76780 color. Also use rgb(199,103,128) instead hex code.

Text Font Color

.myTextColor { color: #C76780; }

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

This text font color is #C76780.


Background Color

.myBgColor { background-color: #C76780; }

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

This div background color is #C76780.


Border color

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

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

This div border color is #C76780.


Opacity

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

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

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

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

This text has shadow with #C76780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76780 on black background.


Color preview on white background

This text has color #C76780 on white background.



Black color preview on #C76780 background

This text has black color on #C76780 background.


White color preview on #C76780 background

This text has white color on #C76780 background.