COLOR #C990C1

HEX: #C990C1 RGB: (201,144,193)

Color info

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

RGB color model

#C990C1 color RGB value is (201,144,193).

RGB: (201,144,193) (79%, 56%, 76%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 193 of 255 = 76%

201
144
193

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

Portions of RGB colors in percentages

R + G + B = 201 + 144 + 193 = 538 (100%)
R 201 of 538 ~ 37.36%
G 144 of 538 ~ 26.77%
B 193 of 538 ~ 35.87'%

%37.36
%26.77
%35.87

CMYK color model

#C990C1 color CMYK value is (0,28,4,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 3.98%
  • key color value is 21.18%

CMYK: (0,28,4,21)
C0M28Y4K21 (0%, 28%, 4%, 21%)
(0.00 / 0.28 / 0.04 / 0.21)

CMYK percentages

%0
%28.36
%3.98
%21.18

Codes

Color #C990C1 in popluar color models

C9 90 C1
RGB 201 144 193
HSL 308° 34.55% 67.65%
HSB/HSV 308° 28.36% 78.82%
CMYK 0.00% 28.36% 3.98%
21.18%

Color #C990C1 in popluar number systems.

HEX C9 90 C1
Decimal 201 144 193
Binary 11001001 10010000 11000001
Octal 311 220 301

Shades and tints

Shades of #C990C1

#C990C1
(201,144,193)
#B783B0
(183,131,176)
#A5769F
(165,118,159)
#93698E
(147,105,142)
#815C7D
(129,92,125)
#6F4F6C
(111,79,108)
#5D425B
(93,66,91)
#4B354A
(75,53,74)
#392839
(57,40,57)
#271B28
(39,27,40)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #C990C1

#C990C1
(201,144,193)
#CD9AC6
(205,154,198)
#D1A4CB
(209,164,203)
#D5AED0
(213,174,208)
#D9B8D5
(217,184,213)
#DDC2DA
(221,194,218)
#E1CCDF
(225,204,223)
#E5D6E4
(229,214,228)
#E9E0E9
(233,224,233)
#EDEAEE
(237,234,238)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C990C1; }

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

This text font color is #C990C1.

Background Color

.myBgColor { background-color: #C990C1; }

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

This div background color is #C990C1.

Border color

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

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

This div border color is #C990C1.

Opacity

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

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

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

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

This text has shadow with #C990C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C990C1.

Preview

Color preview on black background

This text has color #C990C1 on black background.


Color preview on white background

This text has color #C990C1 on white background.


Black color preview on #C990C1 background

This text has black color on #C990C1 background.


White color preview on #C990C1 background

This text has white color on #C990C1 background.


Related colors

Complementary color

Complementary color for #hex is #366F3E.


I love getcolorcode.com

Triadic colors

1 #C1C990 and #90C1C9 with #C990C1 are triadic colors.

2 #C190C9 and #90C9C1 with #C990C1 are triadic colors.