COLOR #C19BC0

HEX: #C19BC0 RGB: (193,155,192)

Color info

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

RGB color model

#C19BC0 color RGB value is (193,155,192).

RGB: (193,155,192) (76%, 61%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 192 of 255 = 75%

193
155
192

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

Portions of RGB colors in percentages

R + G + B = 193 + 155 + 192 = 540 (100%)
R 193 of 540 ~ 35.74%
G 155 of 540 ~ 28.7%
B 192 of 540 ~ 35.56'%

%35.74
%28.7
%35.56

CMYK color model

#C19BC0 color CMYK value is (0,20,1,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 0.52%
  • key color value is 24.31%
CMYK: (0,20,1,24) C0M20Y1K24 (0%,20%,1%,24%) (0.00/0.20/0.01/0.24) 

CMYK percentages

%0
%19.69
%0.52
%24.31

Codes

Color #C19BC0 in popluar color models

C1 9B C0
RGB 193 155 192
HSL 302° 23.46% 68.24%
HSB/HSV 302° 19.69% 75.69%
CMYK 0.00% 19.69% 0.52%
24.31%

Color #C19BC0 in popluar number systems.

HEX C1 9B C0
Decimal 193 155 192
Binary 11000001 10011011 11000000
Octal 301 233 300

Shades and tints

Shades of #C19BC0

#C19BC0
(193,155,192)
#B08DAF
(176,141,175)
#9F7F9E
(159,127,158)
#8E718D
(142,113,141)
#7D637C
(125,99,124)
#6C556B
(108,85,107)
#5B475A
(91,71,90)
#4A3949
(74,57,73)
#392B38
(57,43,56)
#281D27
(40,29,39)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #C19BC0

#C19BC0
(193,155,192)
#C6A4C5
(198,164,197)
#CBADCA
(203,173,202)
#D0B6CF
(208,182,207)
#D5BFD4
(213,191,212)
#DAC8D9
(218,200,217)
#DFD1DE
(223,209,222)
#E4DAE3
(228,218,227)
#E9E3E8
(233,227,232)
#EEECED
(238,236,237)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19BC0 color. Also use rgb(193,155,192) instead hex code.

Text Font Color

.myTextColor { color: #C19BC0; }

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

This text font color is #C19BC0.

Background Color

.myBgColor { background-color: #C19BC0; }

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

This div background color is #C19BC0.

Border color

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

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

This div border color is #C19BC0.

Opacity

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

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

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

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

This text has shadow with #C19BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19BC0.

Preview

Color preview on black background

This text has color #C19BC0 on black background.


Color preview on white background

This text has color #C19BC0 on white background.


Black color preview on #C19BC0 background

This text has black color on #C19BC0 background.


White color preview on #C19BC0 background

This text has white color on #C19BC0 background.


Related colors

Complementary color

Complementary color for #hex is #3E643F.


I love getcolorcode.com

Triadic colors

1 #C0C19B and #9BC0C1 with #C19BC0 are triadic colors.

2 #C09BC1 and #9BC1C0 with #C19BC0 are triadic colors.