COLOR #C46EAA

HEX: #C46EAA
RGB: (196,110,170)

Renk bilgisi

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

RGB renk modeli

#C46EAA color RGB value is (196,110,170).

  • kırmız ton 196;
  • yeşil ton 110;
  • mavi ton 170.
RGB:
(196,110,170)
(77%,43%,67%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 110 of 255 = 43%
B 170 of 255 = 67%

196
110
170

R + G + B ~ 62%. #C46EAA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 110 + 170 = 476 (100%)
R 196 of 476 ~ 41.18%
G 110 of 476 ~ 23.11%
B 170 of 476 ~ 35.71%

%41.18
%23.11
%35.71

CMYK RENK MODELİ

#C46EAA rengi CMYK tonu (0,44,13,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.88%
  • sarı tonu 13.27%
  • ana renk tonu 23.14%
CMYK:
(0,44,13,23)
C0M44Y13K23 
(0%,44%,13%,23%)
(0.00/0.44/0.13/0.23)	

CMYK yüzdeleri

%0
%43.88
%13.27
%23.14

Codes

Color #C46EAA in popluar color models

C46EAA
RGB196110170
HSL318°42.16%60.00%
HSB/HSV318°43.88%76.86%
CMYK0.00%43.88%13.27%
23.14%

Color #C46EAA in popluar number systems.

HEXC46EAA
Decimal196110170
Binary11000100110111010101010
Octal304156252

Shades and tints

Shades of #C46EAA

#C46EAA
(196,110,170)
#B3649B
(179,100,155)
#A25A8C
(162,90,140)
#91507D
(145,80,125)
#80466E
(128,70,110)
#6F3C5F
(111,60,95)
#5E3250
(94,50,80)
#4D2841
(77,40,65)
#3C1E32
(60,30,50)
#2B1423
(43,20,35)
#1A0A14
(26,10,20)
#000000
(0,0,0)

Tints of #C46EAA

#C46EAA
(196,110,170)
#C97BB1
(201,123,177)
#CE88B8
(206,136,184)
#D395BF
(211,149,191)
#D8A2C6
(216,162,198)
#DDAFCD
(221,175,205)
#E2BCD4
(226,188,212)
#E7C9DB
(231,201,219)
#ECD6E2
(236,214,226)
#F1E3E9
(241,227,233)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46EAA color. Also use rgb(196,110,170) instead hex code.

Text Font Color

.myTextColor { color: #C46EAA; }

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

This text font color is #C46EAA.


Background Color

.myBgColor { background-color: #C46EAA; }

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

This div background color is #C46EAA.


Border color

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

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

This div border color is #C46EAA.


Opacity

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

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

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

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

This text has shadow with #C46EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46EAA on black background.


Color preview on white background

This text has color #C46EAA on white background.



Black color preview on #C46EAA background

This text has black color on #C46EAA background.


White color preview on #C46EAA background

This text has white color on #C46EAA background.