COLOR #C376B7

HEX: #C376B7
RGB: (195,118,183)

Renk bilgisi

#C376B7 contains mainly red and blue colors. #C376B7 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C376B7 color RGB value is (195,118,183).

  • kırmız ton 195;
  • yeşil ton 118;
  • mavi ton 183.
RGB:
(195,118,183)
(76%,46%,72%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 118 of 255 = 46%
B 183 of 255 = 72%

195
118
183

R + G + B ~ 65%. #C376B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 118 + 183 = 496 (100%)
R 195 of 496 ~ 39.31%
G 118 of 496 ~ 23.79%
B 183 of 496 ~ 36.9%

%39.31
%23.79
%36.9

CMYK RENK MODELİ

#C376B7 rengi CMYK tonu (0,39,6,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.49%
  • sarı tonu 6.15%
  • ana renk tonu 23.53%
CMYK:
(0,39,6,24)
C0M39Y6K24 
(0%,39%,6%,24%)
(0.00/0.39/0.06/0.24)	

CMYK yüzdeleri

%0
%39.49
%6.15
%23.53

Codes

Color #C376B7 in popluar color models

C376B7
RGB195118183
HSL309°39.09%61.37%
HSB/HSV309°39.49%76.47%
CMYK0.00%39.49%6.15%
23.53%

Color #C376B7 in popluar number systems.

HEXC376B7
Decimal195118183
Binary11000011111011010110111
Octal303166267

Shades and tints

Shades of #C376B7

#C376B7
(195,118,183)
#B26CA7
(178,108,167)
#A16297
(161,98,151)
#905887
(144,88,135)
#7F4E77
(127,78,119)
#6E4467
(110,68,103)
#5D3A57
(93,58,87)
#4C3047
(76,48,71)
#3B2637
(59,38,55)
#2A1C27
(42,28,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #C376B7

#C376B7
(195,118,183)
#C882BD
(200,130,189)
#CD8EC3
(205,142,195)
#D29AC9
(210,154,201)
#D7A6CF
(215,166,207)
#DCB2D5
(220,178,213)
#E1BEDB
(225,190,219)
#E6CAE1
(230,202,225)
#EBD6E7
(235,214,231)
#F0E2ED
(240,226,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C376B7 color. Also use rgb(195,118,183) instead hex code.

Text Font Color

.myTextColor { color: #C376B7; }

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

This text font color is #C376B7.


Background Color

.myBgColor { background-color: #C376B7; }

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

This div background color is #C376B7.


Border color

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

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

This div border color is #C376B7.


Opacity

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

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

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

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

This text has shadow with #C376B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C376B7 on black background.


Color preview on white background

This text has color #C376B7 on white background.



Black color preview on #C376B7 background

This text has black color on #C376B7 background.


White color preview on #C376B7 background

This text has white color on #C376B7 background.