COLOR #C190AD

HEX: #C190AD
RGB: (193,144,173)

Color info

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

RGB color model

#C190AD color RGB value is (193,144,173).

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

RGB channels and saturation

R 193 of 255 = 76%
G 144 of 255 = 56%
B 173 of 255 = 68%

193
144
173

R + G + B ~ 67%. #C190AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 144 + 173 = 510 (100%)
R 193 of 510 ~ 37.84%
G 144 of 510 ~ 28.24%
B 173 of 510 ~ 33.92%

%37.84
%28.24
%33.92

CMYK color model

#C190AD color CMYK value is (0,25,10,24).

  • cyan value is 0.00%
  • magenta value is 25.39%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(0,25,10,24)
C0M25Y10K24 
(0%,25%,10%,24%)
(0.00/0.25/0.10/0.24)	

CMYK percentages

%0
%25.39
%10.36
%24.31

Codes

Color #C190AD in popluar color models

C190AD
RGB193144173
HSL324°28.32%66.08%
HSB/HSV324°25.39%75.69%
CMYK0.00%25.39%10.36%
24.31%

Color #C190AD in popluar number systems.

HEXC190AD
Decimal193144173
Binary110000011001000010101101
Octal301220255

Shades and tints

Shades of #C190AD

#C190AD
(193,144,173)
#B0839E
(176,131,158)
#9F768F
(159,118,143)
#8E6980
(142,105,128)
#7D5C71
(125,92,113)
#6C4F62
(108,79,98)
#5B4253
(91,66,83)
#4A3544
(74,53,68)
#392835
(57,40,53)
#281B26
(40,27,38)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #C190AD

#C190AD
(193,144,173)
#C69AB4
(198,154,180)
#CBA4BB
(203,164,187)
#D0AEC2
(208,174,194)
#D5B8C9
(213,184,201)
#DAC2D0
(218,194,208)
#DFCCD7
(223,204,215)
#E4D6DE
(228,214,222)
#E9E0E5
(233,224,229)
#EEEAEC
(238,234,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C190AD; }

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

This text font color is #C190AD.


Background Color

.myBgColor { background-color: #C190AD; }

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

This div background color is #C190AD.


Border color

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

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

This div border color is #C190AD.


Opacity

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

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

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

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

This text has shadow with #C190AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C190AD on black background.


Color preview on white background

This text has color #C190AD on white background.



Black color preview on #C190AD background

This text has black color on #C190AD background.


White color preview on #C190AD background

This text has white color on #C190AD background.