COLOR #C76F9B

HEX: #C76F9B
RGB: (199,111,155)

Renk bilgisi

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

RGB renk modeli

#C76F9B color RGB value is (199,111,155).

  • kırmız ton 199;
  • yeşil ton 111;
  • mavi ton 155.
RGB:
(199,111,155)
(78%,44%,61%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 111 of 255 = 44%
B 155 of 255 = 61%

199
111
155

R + G + B ~ 61%. #C76F9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 111 + 155 = 465 (100%)
R 199 of 465 ~ 42.8%
G 111 of 465 ~ 23.87%
B 155 of 465 ~ 33.33%

%42.8
%23.87
%33.33

CMYK RENK MODELİ

#C76F9B rengi CMYK tonu (0,44,22,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.22%
  • sarı tonu 22.11%
  • ana renk tonu 21.96%
CMYK:
(0,44,22,22)
C0M44Y22K22 
(0%,44%,22%,22%)
(0.00/0.44/0.22/0.22)	

CMYK yüzdeleri

%0
%44.22
%22.11
%21.96

Codes

Color #C76F9B in popluar color models

C76F9B
RGB199111155
HSL330°44.00%60.78%
HSB/HSV330°44.22%78.04%
CMYK0.00%44.22%22.11%
21.96%

Color #C76F9B in popluar number systems.

HEXC76F9B
Decimal199111155
Binary11000111110111110011011
Octal307157233

Shades and tints

Shades of #C76F9B

#C76F9B
(199,111,155)
#B5658D
(181,101,141)
#A35B7F
(163,91,127)
#915171
(145,81,113)
#7F4763
(127,71,99)
#6D3D55
(109,61,85)
#5B3347
(91,51,71)
#492939
(73,41,57)
#371F2B
(55,31,43)
#25151D
(37,21,29)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #C76F9B

#C76F9B
(199,111,155)
#CC7CA4
(204,124,164)
#D189AD
(209,137,173)
#D696B6
(214,150,182)
#DBA3BF
(219,163,191)
#E0B0C8
(224,176,200)
#E5BDD1
(229,189,209)
#EACADA
(234,202,218)
#EFD7E3
(239,215,227)
#F4E4EC
(244,228,236)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76F9B color. Also use rgb(199,111,155) instead hex code.

Text Font Color

.myTextColor { color: #C76F9B; }

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

This text font color is #C76F9B.


Background Color

.myBgColor { background-color: #C76F9B; }

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

This div background color is #C76F9B.


Border color

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

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

This div border color is #C76F9B.


Opacity

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

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

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

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

This text has shadow with #C76F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76F9B on black background.


Color preview on white background

This text has color #C76F9B on white background.



Black color preview on #C76F9B background

This text has black color on #C76F9B background.


White color preview on #C76F9B background

This text has white color on #C76F9B background.