COLOR #C490C1

HEX: #C490C1
RGB: (196,144,193)

Color info

#C490C1 contains red, green and blue colors in about the same proportion. Web safe color of #C490C1 is #CC99CC (or #C9C).

RGB color model

#C490C1 color RGB value is (196,144,193).

  • red value is 196;
  • green value is 144;
  • blue value is 193.
RGB:
(196,144,193)
(77%,56%,76%)

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 193 of 255 = 76%

196
144
193

R + G + B ~ 70%. #C490C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 193 = 533 (100%)
R 196 of 533 ~ 36.77%
G 144 of 533 ~ 27.02%
B 193 of 533 ~ 36.21%

%36.77
%27.02
%36.21

CMYK color model

#C490C1 color CMYK value is (0,27,2,23).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 1.53%
  • key color value is 23.14%
CMYK:
(0,27,2,23)
C0M27Y2K23 
(0%,27%,2%,23%)
(0.00/0.27/0.02/0.23)	

CMYK percentages

%0
%26.53
%1.53
%23.14

Codes

Color #C490C1 in popluar color models

C490C1
RGB196144193
HSL303°30.59%66.67%
HSB/HSV303°26.53%76.86%
CMYK0.00%26.53%1.53%
23.14%

Color #C490C1 in popluar number systems.

HEXC490C1
Decimal196144193
Binary110001001001000011000001
Octal304220301

Shades and tints

Shades of #C490C1

#C490C1
(196,144,193)
#B383B0
(179,131,176)
#A2769F
(162,118,159)
#91698E
(145,105,142)
#805C7D
(128,92,125)
#6F4F6C
(111,79,108)
#5E425B
(94,66,91)
#4D354A
(77,53,74)
#3C2839
(60,40,57)
#2B1B28
(43,27,40)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #C490C1

#C490C1
(196,144,193)
#C99AC6
(201,154,198)
#CEA4CB
(206,164,203)
#D3AED0
(211,174,208)
#D8B8D5
(216,184,213)
#DDC2DA
(221,194,218)
#E2CCDF
(226,204,223)
#E7D6E4
(231,214,228)
#ECE0E9
(236,224,233)
#F1EAEE
(241,234,238)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C490C1 color. Also use rgb(196,144,193) instead hex code.

Text Font Color

.myTextColor { color: #C490C1; }

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

This text font color is #C490C1.


Background Color

.myBgColor { background-color: #C490C1; }

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

This div background color is #C490C1.


Border color

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

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

This div border color is #C490C1.


Opacity

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

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

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

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

This text has shadow with #C490C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C490C1 on black background.


Color preview on white background

This text has color #C490C1 on white background.



Black color preview on #C490C1 background

This text has black color on #C490C1 background.


White color preview on #C490C1 background

This text has white color on #C490C1 background.