COLOR #C76899

HEX: #C76899
RGB: (199,104,153)

Renk bilgisi

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

RGB renk modeli

#C76899 color RGB value is (199,104,153).

  • kırmız ton 199;
  • yeşil ton 104;
  • mavi ton 153.
RGB:
(199,104,153)
(78%,41%,60%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 104 of 255 = 41%
B 153 of 255 = 60%

199
104
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 104 + 153 = 456 (100%)
R 199 of 456 ~ 43.64%
G 104 of 456 ~ 22.81%
B 153 of 456 ~ 33.55%

%43.64
%22.81
%33.55

CMYK RENK MODELİ

#C76899 rengi CMYK tonu (0,48,23,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.74%
  • sarı tonu 23.12%
  • ana renk tonu 21.96%
CMYK:
(0,48,23,22)
C0M48Y23K22 
(0%,48%,23%,22%)
(0.00/0.48/0.23/0.22)	

CMYK yüzdeleri

%0
%47.74
%23.12
%21.96

Codes

Color #C76899 in popluar color models

C76899
RGB199104153
HSL329°45.89%59.41%
HSB/HSV329°47.74%78.04%
CMYK0.00%47.74%23.12%
21.96%

Color #C76899 in popluar number systems.

HEXC76899
Decimal199104153
Binary11000111110100010011001
Octal307150231

Shades and tints

Shades of #C76899

#C76899
(199,104,153)
#B55F8C
(181,95,140)
#A3567F
(163,86,127)
#914D72
(145,77,114)
#7F4465
(127,68,101)
#6D3B58
(109,59,88)
#5B324B
(91,50,75)
#49293E
(73,41,62)
#372031
(55,32,49)
#251724
(37,23,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #C76899

#C76899
(199,104,153)
#CC75A2
(204,117,162)
#D182AB
(209,130,171)
#D68FB4
(214,143,180)
#DB9CBD
(219,156,189)
#E0A9C6
(224,169,198)
#E5B6CF
(229,182,207)
#EAC3D8
(234,195,216)
#EFD0E1
(239,208,225)
#F4DDEA
(244,221,234)
#F9EAF3
(249,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76899 color. Also use rgb(199,104,153) instead hex code.

Text Font Color

.myTextColor { color: #C76899; }

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

This text font color is #C76899.


Background Color

.myBgColor { background-color: #C76899; }

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

This div background color is #C76899.


Border color

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

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

This div border color is #C76899.


Opacity

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

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

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

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

This text has shadow with #C76899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76899 on black background.


Color preview on white background

This text has color #C76899 on white background.



Black color preview on #C76899 background

This text has black color on #C76899 background.


White color preview on #C76899 background

This text has white color on #C76899 background.