COLOR #C463A3

HEX: #C463A3
RGB: (196,99,163)

Renk bilgisi

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

RGB renk modeli

#C463A3 color RGB value is (196,99,163).

  • kırmız ton 196;
  • yeşil ton 99;
  • mavi ton 163.
RGB:
(196,99,163)
(77%,39%,64%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 99 of 255 = 39%
B 163 of 255 = 64%

196
99
163

R + G + B ~ 60%. #C463A3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 99 + 163 = 458 (100%)
R 196 of 458 ~ 42.79%
G 99 of 458 ~ 21.62%
B 163 of 458 ~ 35.59%

%42.79
%21.62
%35.59

CMYK RENK MODELİ

#C463A3 rengi CMYK tonu (0,49,17,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.49%
  • sarı tonu 16.84%
  • ana renk tonu 23.14%
CMYK:
(0,49,17,23)
C0M49Y17K23 
(0%,49%,17%,23%)
(0.00/0.49/0.17/0.23)	

CMYK yüzdeleri

%0
%49.49
%16.84
%23.14

Codes

Color #C463A3 in popluar color models

C463A3
RGB19699163
HSL320°45.12%57.84%
HSB/HSV320°49.49%76.86%
CMYK0.00%49.49%16.84%
23.14%

Color #C463A3 in popluar number systems.

HEXC463A3
Decimal19699163
Binary11000100110001110100011
Octal304143243

Shades and tints

Shades of #C463A3

#C463A3
(196,99,163)
#B35A95
(179,90,149)
#A25187
(162,81,135)
#914879
(145,72,121)
#803F6B
(128,63,107)
#6F365D
(111,54,93)
#5E2D4F
(94,45,79)
#4D2441
(77,36,65)
#3C1B33
(60,27,51)
#2B1225
(43,18,37)
#1A0917
(26,9,23)
#000000
(0,0,0)

Tints of #C463A3

#C463A3
(196,99,163)
#C971AB
(201,113,171)
#CE7FB3
(206,127,179)
#D38DBB
(211,141,187)
#D89BC3
(216,155,195)
#DDA9CB
(221,169,203)
#E2B7D3
(226,183,211)
#E7C5DB
(231,197,219)
#ECD3E3
(236,211,227)
#F1E1EB
(241,225,235)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C463A3 color. Also use rgb(196,99,163) instead hex code.

Text Font Color

.myTextColor { color: #C463A3; }

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

This text font color is #C463A3.


Background Color

.myBgColor { background-color: #C463A3; }

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

This div background color is #C463A3.


Border color

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

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

This div border color is #C463A3.


Opacity

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

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

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

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

This text has shadow with #C463A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C463A3 on black background.


Color preview on white background

This text has color #C463A3 on white background.



Black color preview on #C463A3 background

This text has black color on #C463A3 background.


White color preview on #C463A3 background

This text has white color on #C463A3 background.