COLOR #C19AC5

HEX: #C19AC5 RGB: (193,154,197)

Color info

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

RGB color model

#C19AC5 color RGB value is (193,154,197).

RGB: (193,154,197) (76%, 60%, 77%)

RGB channels and saturation

R 193 of 255 = 76%
G 154 of 255 = 60%
B 197 of 255 = 77%

193
154
197

R + G + B ~ 71%. #C19AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 154 + 197 = 544 (100%)
R 193 of 544 ~ 35.48%
G 154 of 544 ~ 28.31%
B 197 of 544 ~ 36.21'%

%35.48
%28.31
%36.21

CMYK color model

#C19AC5 color CMYK value is (2,22,0,23).

  • cyan value is 2.03%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (2,22,0,23)
C2M22Y0K23 (2%, 22%, 0%, 23%)
(0.02 / 0.22 / 0.00 / 0.23)

CMYK percentages

%2.03
%21.83
%0
%22.75

Codes

Color #C19AC5 in popluar color models

C1 9A C5
RGB 193 154 197
HSL 294° 27.04% 68.82%
HSB/HSV 294° 21.83% 77.25%
CMYK 2.03% 21.83% 0.00%
22.75%

Color #C19AC5 in popluar number systems.

HEX C1 9A C5
Decimal 193 154 197
Binary 11000001 10011010 11000101
Octal 301 232 305

Shades and tints

Shades of #C19AC5

#C19AC5
(193,154,197)
#B08CB4
(176,140,180)
#9F7EA3
(159,126,163)
#8E7092
(142,112,146)
#7D6281
(125,98,129)
#6C5470
(108,84,112)
#5B465F
(91,70,95)
#4A384E
(74,56,78)
#392A3D
(57,42,61)
#281C2C
(40,28,44)
#170E1B
(23,14,27)
#000000
(0,0,0)

Tints of #C19AC5

#C19AC5
(193,154,197)
#C6A3CA
(198,163,202)
#CBACCF
(203,172,207)
#D0B5D4
(208,181,212)
#D5BED9
(213,190,217)
#DAC7DE
(218,199,222)
#DFD0E3
(223,208,227)
#E4D9E8
(228,217,232)
#E9E2ED
(233,226,237)
#EEEBF2
(238,235,242)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19AC5 color. Also use rgb(193,154,197) instead hex code.

Text Font Color

.myTextColor { color: #C19AC5; }

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

This text font color is #C19AC5.

Background Color

.myBgColor { background-color: #C19AC5; }

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

This div background color is #C19AC5.

Border color

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

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

This div border color is #C19AC5.

Opacity

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

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

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

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

This text has shadow with #C19AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19AC5.

Preview

Color preview on black background

This text has color #C19AC5 on black background.


Color preview on white background

This text has color #C19AC5 on white background.


Black color preview on #C19AC5 background

This text has black color on #C19AC5 background.


White color preview on #C19AC5 background

This text has white color on #C19AC5 background.


Related colors

Complementary color

Complementary color for #hex is #3E653A.


I love getcolorcode.com

Triadic colors

1 #C5C19A and #9AC5C1 with #C19AC5 are triadic colors.

2 #C59AC1 and #9AC1C5 with #C19AC5 are triadic colors.