COLOR #C890A6

HEX: #C890A6
RGB: (200,144,166)

Color info

#C890A6 contains red, green and blue colors in about the same proportion. Web safe color of #C890A6 is #CC9999 (or #C99).

RGB color model

#C890A6 color RGB value is (200,144,166).

  • red value is 200;
  • green value is 144;
  • blue value is 166.
RGB:
(200,144,166)
(78%,56%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 166 of 255 = 65%

200
144
166

R + G + B ~ 66%. #C890A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 144 + 166 = 510 (100%)
R 200 of 510 ~ 39.22%
G 144 of 510 ~ 28.24%
B 166 of 510 ~ 32.55%

%39.22
%28.24
%32.55

CMYK color model

#C890A6 color CMYK value is (0,28,17,22).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 17.00%
  • key color value is 21.57%
CMYK:
(0,28,17,22)
C0M28Y17K22 
(0%,28%,17%,22%)
(0.00/0.28/0.17/0.22)	

CMYK percentages

%0
%28
%17
%21.57

Codes

Color #C890A6 in popluar color models

C890A6
RGB200144166
HSL336°33.73%67.45%
HSB/HSV336°28.00%78.43%
CMYK0.00%28.00%17.00%
21.57%

Color #C890A6 in popluar number systems.

HEXC890A6
Decimal200144166
Binary110010001001000010100110
Octal310220246

Shades and tints

Shades of #C890A6

#C890A6
(200,144,166)
#B68397
(182,131,151)
#A47688
(164,118,136)
#926979
(146,105,121)
#805C6A
(128,92,106)
#6E4F5B
(110,79,91)
#5C424C
(92,66,76)
#4A353D
(74,53,61)
#38282E
(56,40,46)
#261B1F
(38,27,31)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #C890A6

#C890A6
(200,144,166)
#CD9AAE
(205,154,174)
#D2A4B6
(210,164,182)
#D7AEBE
(215,174,190)
#DCB8C6
(220,184,198)
#E1C2CE
(225,194,206)
#E6CCD6
(230,204,214)
#EBD6DE
(235,214,222)
#F0E0E6
(240,224,230)
#F5EAEE
(245,234,238)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C890A6 color. Also use rgb(200,144,166) instead hex code.

Text Font Color

.myTextColor { color: #C890A6; }

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

This text font color is #C890A6.


Background Color

.myBgColor { background-color: #C890A6; }

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

This div background color is #C890A6.


Border color

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

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

This div border color is #C890A6.


Opacity

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

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

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

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

This text has shadow with #C890A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C890A6 on black background.


Color preview on white background

This text has color #C890A6 on white background.



Black color preview on #C890A6 background

This text has black color on #C890A6 background.


White color preview on #C890A6 background

This text has white color on #C890A6 background.