COLOR #C592D2

HEX: #C592D2
RGB: (197,146,210)

Renk bilgisi

#C592D2 contains mainly red and blue colors. #C592D2 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C592D2 color RGB value is (197,146,210).

  • kırmız ton 197;
  • yeşil ton 146;
  • mavi ton 210.
RGB:
(197,146,210)
(77%,57%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 146 of 255 = 57%
B 210 of 255 = 82%

197
146
210

R + G + B ~ 72%. #C592D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 146 + 210 = 553 (100%)
R 197 of 553 ~ 35.62%
G 146 of 553 ~ 26.4%
B 210 of 553 ~ 37.97%

%35.62
%26.4
%37.97

CMYK RENK MODELİ

#C592D2 rengi CMYK tonu (6,30,0,18).

  • camgöbeği tonu 6.19%
  • eflatun tonu 30.48%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(6,30,0,18)
C6M30Y0K18 
(6%,30%,0%,18%)
(0.06/0.30/0.00/0.18)	

CMYK yüzdeleri

%6.19
%30.48
%0
%17.65

Codes

Color #C592D2 in popluar color models

C592D2
RGB197146210
HSL288°41.56%69.80%
HSB/HSV288°30.48%82.35%
CMYK6.19%30.48%0.00%
17.65%

Color #C592D2 in popluar number systems.

HEXC592D2
Decimal197146210
Binary110001011001001011010010
Octal305222322

Shades and tints

Shades of #C592D2

#C592D2
(197,146,210)
#B485BF
(180,133,191)
#A378AC
(163,120,172)
#926B99
(146,107,153)
#815E86
(129,94,134)
#705173
(112,81,115)
#5F4460
(95,68,96)
#4E374D
(78,55,77)
#3D2A3A
(61,42,58)
#2C1D27
(44,29,39)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C592D2

#C592D2
(197,146,210)
#CA9BD6
(202,155,214)
#CFA4DA
(207,164,218)
#D4ADDE
(212,173,222)
#D9B6E2
(217,182,226)
#DEBFE6
(222,191,230)
#E3C8EA
(227,200,234)
#E8D1EE
(232,209,238)
#EDDAF2
(237,218,242)
#F2E3F6
(242,227,246)
#F7ECFA
(247,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C592D2 color. Also use rgb(197,146,210) instead hex code.

Text Font Color

.myTextColor { color: #C592D2; }

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

This text font color is #C592D2.


Background Color

.myBgColor { background-color: #C592D2; }

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

This div background color is #C592D2.


Border color

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

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

This div border color is #C592D2.


Opacity

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

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

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

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

This text has shadow with #C592D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592D2 on black background.


Color preview on white background

This text has color #C592D2 on white background.



Black color preview on #C592D2 background

This text has black color on #C592D2 background.


White color preview on #C592D2 background

This text has white color on #C592D2 background.