COLOR #C6639A

HEX: #C6639A
RGB: (198,99,154)

Renk bilgisi

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

RGB renk modeli

#C6639A color RGB value is (198,99,154).

  • kırmız ton 198;
  • yeşil ton 99;
  • mavi ton 154.
RGB:
(198,99,154)
(78%,39%,60%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 99 of 255 = 39%
B 154 of 255 = 60%

198
99
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 99 + 154 = 451 (100%)
R 198 of 451 ~ 43.9%
G 99 of 451 ~ 21.95%
B 154 of 451 ~ 34.15%

%43.9
%21.95
%34.15

CMYK RENK MODELİ

#C6639A rengi CMYK tonu (0,50,22,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 22.22%
  • ana renk tonu 22.35%
CMYK:
(0,50,22,22)
C0M50Y22K22 
(0%,50%,22%,22%)
(0.00/0.50/0.22/0.22)	

CMYK yüzdeleri

%0
%50
%22.22
%22.35

Codes

Color #C6639A in popluar color models

C6639A
RGB19899154
HSL327°46.48%58.24%
HSB/HSV327°50.00%77.65%
CMYK0.00%50.00%22.22%
22.35%

Color #C6639A in popluar number systems.

HEXC6639A
Decimal19899154
Binary11000110110001110011010
Octal306143232

Shades and tints

Shades of #C6639A

#C6639A
(198,99,154)
#B45A8C
(180,90,140)
#A2517E
(162,81,126)
#904870
(144,72,112)
#7E3F62
(126,63,98)
#6C3654
(108,54,84)
#5A2D46
(90,45,70)
#482438
(72,36,56)
#361B2A
(54,27,42)
#24121C
(36,18,28)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #C6639A

#C6639A
(198,99,154)
#CB71A3
(203,113,163)
#D07FAC
(208,127,172)
#D58DB5
(213,141,181)
#DA9BBE
(218,155,190)
#DFA9C7
(223,169,199)
#E4B7D0
(228,183,208)
#E9C5D9
(233,197,217)
#EED3E2
(238,211,226)
#F3E1EB
(243,225,235)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6639A color. Also use rgb(198,99,154) instead hex code.

Text Font Color

.myTextColor { color: #C6639A; }

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

This text font color is #C6639A.


Background Color

.myBgColor { background-color: #C6639A; }

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

This div background color is #C6639A.


Border color

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

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

This div border color is #C6639A.


Opacity

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

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

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

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

This text has shadow with #C6639A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6639A on black background.


Color preview on white background

This text has color #C6639A on white background.



Black color preview on #C6639A background

This text has black color on #C6639A background.


White color preview on #C6639A background

This text has white color on #C6639A background.