COLOR #C478B1

HEX: #C478B1
RGB: (196,120,177)

Renk bilgisi

#C478B1 contains mainly red and blue colors. #C478B1 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C478B1 color RGB value is (196,120,177).

  • kırmız ton 196;
  • yeşil ton 120;
  • mavi ton 177.
RGB:
(196,120,177)
(77%,47%,69%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 120 of 255 = 47%
B 177 of 255 = 69%

196
120
177

R + G + B ~ 64%. #C478B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 120 + 177 = 493 (100%)
R 196 of 493 ~ 39.76%
G 120 of 493 ~ 24.34%
B 177 of 493 ~ 35.9%

%39.76
%24.34
%35.9

CMYK RENK MODELİ

#C478B1 rengi CMYK tonu (0,39,10,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.78%
  • sarı tonu 9.69%
  • ana renk tonu 23.14%
CMYK:
(0,39,10,23)
C0M39Y10K23 
(0%,39%,10%,23%)
(0.00/0.39/0.10/0.23)	

CMYK yüzdeleri

%0
%38.78
%9.69
%23.14

Codes

Color #C478B1 in popluar color models

C478B1
RGB196120177
HSL315°39.18%61.96%
HSB/HSV315°38.78%76.86%
CMYK0.00%38.78%9.69%
23.14%

Color #C478B1 in popluar number systems.

HEXC478B1
Decimal196120177
Binary11000100111100010110001
Octal304170261

Shades and tints

Shades of #C478B1

#C478B1
(196,120,177)
#B36EA1
(179,110,161)
#A26491
(162,100,145)
#915A81
(145,90,129)
#805071
(128,80,113)
#6F4661
(111,70,97)
#5E3C51
(94,60,81)
#4D3241
(77,50,65)
#3C2831
(60,40,49)
#2B1E21
(43,30,33)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C478B1

#C478B1
(196,120,177)
#C984B8
(201,132,184)
#CE90BF
(206,144,191)
#D39CC6
(211,156,198)
#D8A8CD
(216,168,205)
#DDB4D4
(221,180,212)
#E2C0DB
(226,192,219)
#E7CCE2
(231,204,226)
#ECD8E9
(236,216,233)
#F1E4F0
(241,228,240)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C478B1 color. Also use rgb(196,120,177) instead hex code.

Text Font Color

.myTextColor { color: #C478B1; }

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

This text font color is #C478B1.


Background Color

.myBgColor { background-color: #C478B1; }

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

This div background color is #C478B1.


Border color

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

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

This div border color is #C478B1.


Opacity

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

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

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

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

This text has shadow with #C478B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C478B1 on black background.


Color preview on white background

This text has color #C478B1 on white background.



Black color preview on #C478B1 background

This text has black color on #C478B1 background.


White color preview on #C478B1 background

This text has white color on #C478B1 background.