COLOR #C592D5

HEX: #C592D5
RGB: (197,146,213)

Color info

#C592D5 contains mainly red and blue colors. Web safe color of #C592D5 is #CC99CC (or #C9C).

RGB color model

#C592D5 color RGB value is (197,146,213).

  • red value is 197;
  • green value is 146;
  • blue value is 213.
RGB:
(197,146,213)
(77%,57%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 213 of 255 = 84%

197
146
213

R + G + B ~ 73%. #C592D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 146 + 213 = 556 (100%)
R 197 of 556 ~ 35.43%
G 146 of 556 ~ 26.26%
B 213 of 556 ~ 38.31%

%35.43
%26.26
%38.31

CMYK color model

#C592D5 color CMYK value is (8,31,0,16).

  • cyan value is 7.51%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,31,0,16)
C8M31Y0K16 
(8%,31%,0%,16%)
(0.08/0.31/0.00/0.16)	

CMYK percentages

%7.51
%31.46
%0
%16.47

Codes

Color #C592D5 in popluar color models

C592D5
RGB197146213
HSL286°44.37%70.39%
HSB/HSV286°31.46%83.53%
CMYK7.51%31.46%0.00%
16.47%

Color #C592D5 in popluar number systems.

HEXC592D5
Decimal197146213
Binary110001011001001011010101
Octal305222325

Shades and tints

Shades of #C592D5

#C592D5
(197,146,213)
#B485C2
(180,133,194)
#A378AF
(163,120,175)
#926B9C
(146,107,156)
#815E89
(129,94,137)
#705176
(112,81,118)
#5F4463
(95,68,99)
#4E3750
(78,55,80)
#3D2A3D
(61,42,61)
#2C1D2A
(44,29,42)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C592D5

#C592D5
(197,146,213)
#CA9BD8
(202,155,216)
#CFA4DB
(207,164,219)
#D4ADDE
(212,173,222)
#D9B6E1
(217,182,225)
#DEBFE4
(222,191,228)
#E3C8E7
(227,200,231)
#E8D1EA
(232,209,234)
#EDDAED
(237,218,237)
#F2E3F0
(242,227,240)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C592D5; }

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

This text font color is #C592D5.


Background Color

.myBgColor { background-color: #C592D5; }

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

This div background color is #C592D5.


Border color

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

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

This div border color is #C592D5.


Opacity

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

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

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

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

This text has shadow with #C592D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592D5 on black background.


Color preview on white background

This text has color #C592D5 on white background.



Black color preview on #C592D5 background

This text has black color on #C592D5 background.


White color preview on #C592D5 background

This text has white color on #C592D5 background.