COLOR #C06594

HEX: #C06594
RGB: (192,101,148)

Renk bilgisi

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

RGB renk modeli

#C06594 color RGB value is (192,101,148).

  • kırmız ton 192;
  • yeşil ton 101;
  • mavi ton 148.
RGB:
(192,101,148)
(75%,40%,58%)

RGB bağlantıları ve doygunluk

R 192 of 255 = 75%
G 101 of 255 = 40%
B 148 of 255 = 58%

192
101
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
192 + 101 + 148 = 441 (100%)
R 192 of 441 ~ 43.54%
G 101 of 441 ~ 22.9%
B 148 of 441 ~ 33.56%

%43.54
%22.9
%33.56

CMYK RENK MODELİ

#C06594 rengi CMYK tonu (0,47,23,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.40%
  • sarı tonu 22.92%
  • ana renk tonu 24.71%
CMYK:
(0,47,23,25)
C0M47Y23K25 
(0%,47%,23%,25%)
(0.00/0.47/0.23/0.25)	

CMYK yüzdeleri

%0
%47.4
%22.92
%24.71

Codes

Color #C06594 in popluar color models

C06594
RGB192101148
HSL329°41.94%57.45%
HSB/HSV329°47.40%75.29%
CMYK0.00%47.40%22.92%
24.71%

Color #C06594 in popluar number systems.

HEXC06594
Decimal192101148
Binary11000000110010110010100
Octal300145224

Shades and tints

Shades of #C06594

#C06594
(192,101,148)
#AF5C87
(175,92,135)
#9E537A
(158,83,122)
#8D4A6D
(141,74,109)
#7C4160
(124,65,96)
#6B3853
(107,56,83)
#5A2F46
(90,47,70)
#492639
(73,38,57)
#381D2C
(56,29,44)
#27141F
(39,20,31)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #C06594

#C06594
(192,101,148)
#C5739D
(197,115,157)
#CA81A6
(202,129,166)
#CF8FAF
(207,143,175)
#D49DB8
(212,157,184)
#D9ABC1
(217,171,193)
#DEB9CA
(222,185,202)
#E3C7D3
(227,199,211)
#E8D5DC
(232,213,220)
#EDE3E5
(237,227,229)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06594 color. Also use rgb(192,101,148) instead hex code.

Text Font Color

.myTextColor { color: #C06594; }

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

This text font color is #C06594.


Background Color

.myBgColor { background-color: #C06594; }

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

This div background color is #C06594.


Border color

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

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

This div border color is #C06594.


Opacity

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

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

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

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

This text has shadow with #C06594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06594 on black background.


Color preview on white background

This text has color #C06594 on white background.



Black color preview on #C06594 background

This text has black color on #C06594 background.


White color preview on #C06594 background

This text has white color on #C06594 background.