COLOR #C189C4

HEX: #C189C4 RGB: (193,137,196)

Color info

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

RGB color model

#C189C4 color RGB value is (193,137,196).

RGB: (193,137,196) (76%, 54%, 77%)

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 196 of 255 = 77%

193
137
196

R + G + B ~ 69%. #C189C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 137 + 196 = 526 (100%)
R 193 of 526 ~ 36.69%
G 137 of 526 ~ 26.05%
B 196 of 526 ~ 37.26'%

%36.69
%26.05
%37.26

CMYK color model

#C189C4 color CMYK value is (2,30,0,23).

  • cyan value is 1.53%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (2,30,0,23)
C2M30Y0K23 (2%, 30%, 0%, 23%)
(0.02 / 0.30 / 0.00 / 0.23)

CMYK percentages

%1.53
%30.1
%0
%23.14

Codes

Color #C189C4 in popluar color models

C1 89 C4
RGB 193 137 196
HSL 297° 33.33% 65.29%
HSB/HSV 297° 30.10% 76.86%
CMYK 1.53% 30.10% 0.00%
23.14%

Color #C189C4 in popluar number systems.

HEX C1 89 C4
Decimal 193 137 196
Binary 11000001 10001001 11000100
Octal 301 211 304

Shades and tints

Shades of #C189C4

#C189C4
(193,137,196)
#B07DB3
(176,125,179)
#9F71A2
(159,113,162)
#8E6591
(142,101,145)
#7D5980
(125,89,128)
#6C4D6F
(108,77,111)
#5B415E
(91,65,94)
#4A354D
(74,53,77)
#39293C
(57,41,60)
#281D2B
(40,29,43)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #C189C4

#C189C4
(193,137,196)
#C693C9
(198,147,201)
#CB9DCE
(203,157,206)
#D0A7D3
(208,167,211)
#D5B1D8
(213,177,216)
#DABBDD
(218,187,221)
#DFC5E2
(223,197,226)
#E4CFE7
(228,207,231)
#E9D9EC
(233,217,236)
#EEE3F1
(238,227,241)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C189C4; }

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

This text font color is #C189C4.

Background Color

.myBgColor { background-color: #C189C4; }

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

This div background color is #C189C4.

Border color

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

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

This div border color is #C189C4.

Opacity

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

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

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

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

This text has shadow with #C189C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C189C4.

Preview

Color preview on black background

This text has color #C189C4 on black background.


Color preview on white background

This text has color #C189C4 on white background.


Black color preview on #C189C4 background

This text has black color on #C189C4 background.


White color preview on #C189C4 background

This text has white color on #C189C4 background.


Related colors

Complementary color

Complementary color for #hex is #3E763B.


I love getcolorcode.com

Triadic colors

1 #C4C189 and #89C4C1 with #C189C4 are triadic colors.

2 #C489C1 and #89C1C4 with #C189C4 are triadic colors.