COLOR #C19FBC

HEX: #C19FBC RGB: (193,159,188)

Color info

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

RGB color model

#C19FBC color RGB value is (193,159,188).

RGB: (193,159,188) (76%, 62%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 188 of 255 = 74%

193
159
188

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

Portions of RGB colors in percentages

R + G + B = 193 + 159 + 188 = 540 (100%)
R 193 of 540 ~ 35.74%
G 159 of 540 ~ 29.44%
B 188 of 540 ~ 34.81'%

%35.74
%29.44
%34.81

CMYK color model

#C19FBC color CMYK value is (0,18,3,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 2.59%
  • key color value is 24.31%

CMYK: (0,18,3,24)
C0M18Y3K24 (0%, 18%, 3%, 24%)
(0.00 / 0.18 / 0.03 / 0.24)

CMYK percentages

%0
%17.62
%2.59
%24.31

Codes

Color #C19FBC in popluar color models

C1 9F BC
RGB 193 159 188
HSL 309° 21.52% 69.02%
HSB/HSV 309° 17.62% 75.69%
CMYK 0.00% 17.62% 2.59%
24.31%

Color #C19FBC in popluar number systems.

HEX C1 9F BC
Decimal 193 159 188
Binary 11000001 10011111 10111100
Octal 301 237 274

Shades and tints

Shades of #C19FBC

#C19FBC
(193,159,188)
#B091AB
(176,145,171)
#9F839A
(159,131,154)
#8E7589
(142,117,137)
#7D6778
(125,103,120)
#6C5967
(108,89,103)
#5B4B56
(91,75,86)
#4A3D45
(74,61,69)
#392F34
(57,47,52)
#282123
(40,33,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #C19FBC

#C19FBC
(193,159,188)
#C6A7C2
(198,167,194)
#CBAFC8
(203,175,200)
#D0B7CE
(208,183,206)
#D5BFD4
(213,191,212)
#DAC7DA
(218,199,218)
#DFCFE0
(223,207,224)
#E4D7E6
(228,215,230)
#E9DFEC
(233,223,236)
#EEE7F2
(238,231,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19FBC color. Also use rgb(193,159,188) instead hex code.

Text Font Color

.myTextColor { color: #C19FBC; }

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

This text font color is #C19FBC.

Background Color

.myBgColor { background-color: #C19FBC; }

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

This div background color is #C19FBC.

Border color

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

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

This div border color is #C19FBC.

Opacity

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

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

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

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

This text has shadow with #C19FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19FBC.

Preview

Color preview on black background

This text has color #C19FBC on black background.


Color preview on white background

This text has color #C19FBC on white background.


Black color preview on #C19FBC background

This text has black color on #C19FBC background.


White color preview on #C19FBC background

This text has white color on #C19FBC background.


Related colors

Complementary color

Complementary color for #hex is #3E6043.


I love getcolorcode.com

Triadic colors

1 #BCC19F and #9FBCC1 with #C19FBC are triadic colors.

2 #BC9FC1 and #9FC1BC with #C19FBC are triadic colors.