COLOR #C377C0

HEX: #C377C0
RGB: (195,119,192)

Renk bilgisi

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

RGB renk modeli

#C377C0 color RGB value is (195,119,192).

  • kırmız ton 195;
  • yeşil ton 119;
  • mavi ton 192.
RGB:
(195,119,192)
(76%,47%,75%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 119 of 255 = 47%
B 192 of 255 = 75%

195
119
192

R + G + B ~ 66%. #C377C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 119 + 192 = 506 (100%)
R 195 of 506 ~ 38.54%
G 119 of 506 ~ 23.52%
B 192 of 506 ~ 37.94%

%38.54
%23.52
%37.94

CMYK RENK MODELİ

#C377C0 rengi CMYK tonu (0,39,2,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.97%
  • sarı tonu 1.54%
  • ana renk tonu 23.53%
CMYK:
(0,39,2,24)
C0M39Y2K24 
(0%,39%,2%,24%)
(0.00/0.39/0.02/0.24)	

CMYK yüzdeleri

%0
%38.97
%1.54
%23.53

Codes

Color #C377C0 in popluar color models

C377C0
RGB195119192
HSL302°38.78%61.57%
HSB/HSV302°38.97%76.47%
CMYK0.00%38.97%1.54%
23.53%

Color #C377C0 in popluar number systems.

HEXC377C0
Decimal195119192
Binary11000011111011111000000
Octal303167300

Shades and tints

Shades of #C377C0

#C377C0
(195,119,192)
#B26DAF
(178,109,175)
#A1639E
(161,99,158)
#90598D
(144,89,141)
#7F4F7C
(127,79,124)
#6E456B
(110,69,107)
#5D3B5A
(93,59,90)
#4C3149
(76,49,73)
#3B2738
(59,39,56)
#2A1D27
(42,29,39)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C377C0

#C377C0
(195,119,192)
#C883C5
(200,131,197)
#CD8FCA
(205,143,202)
#D29BCF
(210,155,207)
#D7A7D4
(215,167,212)
#DCB3D9
(220,179,217)
#E1BFDE
(225,191,222)
#E6CBE3
(230,203,227)
#EBD7E8
(235,215,232)
#F0E3ED
(240,227,237)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C377C0 color. Also use rgb(195,119,192) instead hex code.

Text Font Color

.myTextColor { color: #C377C0; }

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

This text font color is #C377C0.


Background Color

.myBgColor { background-color: #C377C0; }

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

This div background color is #C377C0.


Border color

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

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

This div border color is #C377C0.


Opacity

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

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

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

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

This text has shadow with #C377C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C377C0 on black background.


Color preview on white background

This text has color #C377C0 on white background.



Black color preview on #C377C0 background

This text has black color on #C377C0 background.


White color preview on #C377C0 background

This text has white color on #C377C0 background.