COLOR #C390C6

HEX: #C390C6
RGB: (195,144,198)

Renk bilgisi

#C390C6 contains red, green and blue colors in about the same proportion. #C390C6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C390C6 color RGB value is (195,144,198).

  • kırmız ton 195;
  • yeşil ton 144;
  • mavi ton 198.
RGB:
(195,144,198)
(76%,56%,78%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 144 of 255 = 56%
B 198 of 255 = 78%

195
144
198

R + G + B ~ 70%. #C390C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 144 + 198 = 537 (100%)
R 195 of 537 ~ 36.31%
G 144 of 537 ~ 26.82%
B 198 of 537 ~ 36.87%

%36.31
%26.82
%36.87

CMYK RENK MODELİ

#C390C6 rengi CMYK tonu (2,27,0,22).

  • camgöbeği tonu 1.52%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(2,27,0,22)
C2M27Y0K22 
(2%,27%,0%,22%)
(0.02/0.27/0.00/0.22)	

CMYK yüzdeleri

%1.52
%27.27
%0
%22.35

Codes

Color #C390C6 in popluar color models

C390C6
RGB195144198
HSL297°32.14%67.06%
HSB/HSV297°27.27%77.65%
CMYK1.52%27.27%0.00%
22.35%

Color #C390C6 in popluar number systems.

HEXC390C6
Decimal195144198
Binary110000111001000011000110
Octal303220306

Shades and tints

Shades of #C390C6

#C390C6
(195,144,198)
#B283B4
(178,131,180)
#A176A2
(161,118,162)
#906990
(144,105,144)
#7F5C7E
(127,92,126)
#6E4F6C
(110,79,108)
#5D425A
(93,66,90)
#4C3548
(76,53,72)
#3B2836
(59,40,54)
#2A1B24
(42,27,36)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #C390C6

#C390C6
(195,144,198)
#C89ACB
(200,154,203)
#CDA4D0
(205,164,208)
#D2AED5
(210,174,213)
#D7B8DA
(215,184,218)
#DCC2DF
(220,194,223)
#E1CCE4
(225,204,228)
#E6D6E9
(230,214,233)
#EBE0EE
(235,224,238)
#F0EAF3
(240,234,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C390C6 color. Also use rgb(195,144,198) instead hex code.

Text Font Color

.myTextColor { color: #C390C6; }

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

This text font color is #C390C6.


Background Color

.myBgColor { background-color: #C390C6; }

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

This div background color is #C390C6.


Border color

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

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

This div border color is #C390C6.


Opacity

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

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

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

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

This text has shadow with #C390C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C390C6 on black background.


Color preview on white background

This text has color #C390C6 on white background.



Black color preview on #C390C6 background

This text has black color on #C390C6 background.


White color preview on #C390C6 background

This text has white color on #C390C6 background.