COLOR #C195C4

HEX: #C195C4
RGB: (193,149,196)

Renk bilgisi

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

RGB renk modeli

#C195C4 color RGB value is (193,149,196).

  • kırmız ton 193;
  • yeşil ton 149;
  • mavi ton 196.
RGB:
(193,149,196)
(76%,58%,77%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 149 of 255 = 58%
B 196 of 255 = 77%

193
149
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 149 + 196 = 538 (100%)
R 193 of 538 ~ 35.87%
G 149 of 538 ~ 27.7%
B 196 of 538 ~ 36.43%

%35.87
%27.7
%36.43

CMYK RENK MODELİ

#C195C4 rengi CMYK tonu (2,24,0,23).

  • camgöbeği tonu 1.53%
  • eflatun tonu 23.98%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(2,24,0,23)
C2M24Y0K23 
(2%,24%,0%,23%)
(0.02/0.24/0.00/0.23)	

CMYK yüzdeleri

%1.53
%23.98
%0
%23.14

Codes

Color #C195C4 in popluar color models

C195C4
RGB193149196
HSL296°28.48%67.65%
HSB/HSV296°23.98%76.86%
CMYK1.53%23.98%0.00%
23.14%

Color #C195C4 in popluar number systems.

HEXC195C4
Decimal193149196
Binary110000011001010111000100
Octal301225304

Shades and tints

Shades of #C195C4

#C195C4
(193,149,196)
#B088B3
(176,136,179)
#9F7BA2
(159,123,162)
#8E6E91
(142,110,145)
#7D6180
(125,97,128)
#6C546F
(108,84,111)
#5B475E
(91,71,94)
#4A3A4D
(74,58,77)
#392D3C
(57,45,60)
#28202B
(40,32,43)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #C195C4

#C195C4
(193,149,196)
#C69EC9
(198,158,201)
#CBA7CE
(203,167,206)
#D0B0D3
(208,176,211)
#D5B9D8
(213,185,216)
#DAC2DD
(218,194,221)
#DFCBE2
(223,203,226)
#E4D4E7
(228,212,231)
#E9DDEC
(233,221,236)
#EEE6F1
(238,230,241)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C195C4 color. Also use rgb(193,149,196) instead hex code.

Text Font Color

.myTextColor { color: #C195C4; }

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

This text font color is #C195C4.


Background Color

.myBgColor { background-color: #C195C4; }

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

This div background color is #C195C4.


Border color

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

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

This div border color is #C195C4.


Opacity

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

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

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

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

This text has shadow with #C195C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C195C4 on black background.


Color preview on white background

This text has color #C195C4 on white background.



Black color preview on #C195C4 background

This text has black color on #C195C4 background.


White color preview on #C195C4 background

This text has white color on #C195C4 background.