COLOR #C395B6

HEX: #C395B6
RGB: (195,149,182)

Renk bilgisi

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

RGB renk modeli

#C395B6 color RGB value is (195,149,182).

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

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 149 of 255 = 58%
B 182 of 255 = 71%

195
149
182

R + G + B ~ 68%. #C395B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 149 + 182 = 526 (100%)
R 195 of 526 ~ 37.07%
G 149 of 526 ~ 28.33%
B 182 of 526 ~ 34.6%

%37.07
%28.33
%34.6

CMYK RENK MODELİ

#C395B6 rengi CMYK tonu (0,24,7,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.59%
  • sarı tonu 6.67%
  • ana renk tonu 23.53%
CMYK:
(0,24,7,24)
C0M24Y7K24 
(0%,24%,7%,24%)
(0.00/0.24/0.07/0.24)	

CMYK yüzdeleri

%0
%23.59
%6.67
%23.53

Codes

Color #C395B6 in popluar color models

C395B6
RGB195149182
HSL317°27.71%67.45%
HSB/HSV317°23.59%76.47%
CMYK0.00%23.59%6.67%
23.53%

Color #C395B6 in popluar number systems.

HEXC395B6
Decimal195149182
Binary110000111001010110110110
Octal303225266

Shades and tints

Shades of #C395B6

#C395B6
(195,149,182)
#B288A6
(178,136,166)
#A17B96
(161,123,150)
#906E86
(144,110,134)
#7F6176
(127,97,118)
#6E5466
(110,84,102)
#5D4756
(93,71,86)
#4C3A46
(76,58,70)
#3B2D36
(59,45,54)
#2A2026
(42,32,38)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C395B6

#C395B6
(195,149,182)
#C89EBC
(200,158,188)
#CDA7C2
(205,167,194)
#D2B0C8
(210,176,200)
#D7B9CE
(215,185,206)
#DCC2D4
(220,194,212)
#E1CBDA
(225,203,218)
#E6D4E0
(230,212,224)
#EBDDE6
(235,221,230)
#F0E6EC
(240,230,236)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C395B6; }

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

This text font color is #C395B6.


Background Color

.myBgColor { background-color: #C395B6; }

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

This div background color is #C395B6.


Border color

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

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

This div border color is #C395B6.


Opacity

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

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

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

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

This text has shadow with #C395B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C395B6 on black background.


Color preview on white background

This text has color #C395B6 on white background.



Black color preview on #C395B6 background

This text has black color on #C395B6 background.


White color preview on #C395B6 background

This text has white color on #C395B6 background.