COLOR #C395C9

HEX: #C395C9
RGB: (195,149,201)

Renk bilgisi

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

RGB renk modeli

#C395C9 color RGB value is (195,149,201).

  • kırmız ton 195;
  • yeşil ton 149;
  • mavi ton 201.
RGB:
(195,149,201)
(76%,58%,79%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 149 of 255 = 58%
B 201 of 255 = 79%

195
149
201

R + G + B ~ 71%. #C395C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 149 + 201 = 545 (100%)
R 195 of 545 ~ 35.78%
G 149 of 545 ~ 27.34%
B 201 of 545 ~ 36.88%

%35.78
%27.34
%36.88

CMYK RENK MODELİ

#C395C9 rengi CMYK tonu (3,26,0,21).

  • camgöbeği tonu 2.99%
  • eflatun tonu 25.87%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(3,26,0,21)
C3M26Y0K21 
(3%,26%,0%,21%)
(0.03/0.26/0.00/0.21)	

CMYK yüzdeleri

%2.99
%25.87
%0
%21.18

Codes

Color #C395C9 in popluar color models

C395C9
RGB195149201
HSL293°32.50%68.63%
HSB/HSV293°25.87%78.82%
CMYK2.99%25.87%0.00%
21.18%

Color #C395C9 in popluar number systems.

HEXC395C9
Decimal195149201
Binary110000111001010111001001
Octal303225311

Shades and tints

Shades of #C395C9

#C395C9
(195,149,201)
#B288B7
(178,136,183)
#A17BA5
(161,123,165)
#906E93
(144,110,147)
#7F6181
(127,97,129)
#6E546F
(110,84,111)
#5D475D
(93,71,93)
#4C3A4B
(76,58,75)
#3B2D39
(59,45,57)
#2A2027
(42,32,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #C395C9

#C395C9
(195,149,201)
#C89ECD
(200,158,205)
#CDA7D1
(205,167,209)
#D2B0D5
(210,176,213)
#D7B9D9
(215,185,217)
#DCC2DD
(220,194,221)
#E1CBE1
(225,203,225)
#E6D4E5
(230,212,229)
#EBDDE9
(235,221,233)
#F0E6ED
(240,230,237)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C395C9 color. Also use rgb(195,149,201) instead hex code.

Text Font Color

.myTextColor { color: #C395C9; }

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

This text font color is #C395C9.


Background Color

.myBgColor { background-color: #C395C9; }

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

This div background color is #C395C9.


Border color

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

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

This div border color is #C395C9.


Opacity

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

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

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

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

This text has shadow with #C395C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C395C9 on black background.


Color preview on white background

This text has color #C395C9 on white background.



Black color preview on #C395C9 background

This text has black color on #C395C9 background.


White color preview on #C395C9 background

This text has white color on #C395C9 background.