COLOR #C590CA

HEX: #C590CA
RGB: (197,144,202)

Renk bilgisi

#C590CA contains red, green and blue colors in about the same proportion. #C590CA ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C590CA color RGB value is (197,144,202).

  • kırmız ton 197;
  • yeşil ton 144;
  • mavi ton 202.
RGB:
(197,144,202)
(77%,56%,79%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 144 of 255 = 56%
B 202 of 255 = 79%

197
144
202

R + G + B ~ 71%. #C590CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 144 + 202 = 543 (100%)
R 197 of 543 ~ 36.28%
G 144 of 543 ~ 26.52%
B 202 of 543 ~ 37.2%

%36.28
%26.52
%37.2

CMYK RENK MODELİ

#C590CA rengi CMYK tonu (2,29,0,21).

  • camgöbeği tonu 2.48%
  • eflatun tonu 28.71%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(2,29,0,21)
C2M29Y0K21 
(2%,29%,0%,21%)
(0.02/0.29/0.00/0.21)	

CMYK yüzdeleri

%2.48
%28.71
%0
%20.78

Codes

Color #C590CA in popluar color models

C590CA
RGB197144202
HSL295°35.37%67.84%
HSB/HSV295°28.71%79.22%
CMYK2.48%28.71%0.00%
20.78%

Color #C590CA in popluar number systems.

HEXC590CA
Decimal197144202
Binary110001011001000011001010
Octal305220312

Shades and tints

Shades of #C590CA

#C590CA
(197,144,202)
#B483B8
(180,131,184)
#A376A6
(163,118,166)
#926994
(146,105,148)
#815C82
(129,92,130)
#704F70
(112,79,112)
#5F425E
(95,66,94)
#4E354C
(78,53,76)
#3D283A
(61,40,58)
#2C1B28
(44,27,40)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C590CA

#C590CA
(197,144,202)
#CA9ACE
(202,154,206)
#CFA4D2
(207,164,210)
#D4AED6
(212,174,214)
#D9B8DA
(217,184,218)
#DEC2DE
(222,194,222)
#E3CCE2
(227,204,226)
#E8D6E6
(232,214,230)
#EDE0EA
(237,224,234)
#F2EAEE
(242,234,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C590CA color. Also use rgb(197,144,202) instead hex code.

Text Font Color

.myTextColor { color: #C590CA; }

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

This text font color is #C590CA.


Background Color

.myBgColor { background-color: #C590CA; }

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

This div background color is #C590CA.


Border color

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

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

This div border color is #C590CA.


Opacity

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

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

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

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

This text has shadow with #C590CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C590CA on black background.


Color preview on white background

This text has color #C590CA on white background.



Black color preview on #C590CA background

This text has black color on #C590CA background.


White color preview on #C590CA background

This text has white color on #C590CA background.