COLOR #C19FB8

HEX: #C19FB8 RGB: (193,159,184)

Color info

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

RGB color model

#C19FB8 color RGB value is (193,159,184).

RGB: (193,159,184) (76%, 62%, 72%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 184 of 255 = 72%

193
159
184

R + G + B ~ 70%. #C19FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 159 + 184 = 536 (100%)
R 193 of 536 ~ 36.01%
G 159 of 536 ~ 29.66%
B 184 of 536 ~ 34.33'%

%36.01
%29.66
%34.33

CMYK color model

#C19FB8 color CMYK value is (0,18,5,24).

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

CMYK: (0,18,5,24)
C0M18Y5K24 (0%, 18%, 5%, 24%)
(0.00 / 0.18 / 0.05 / 0.24)

CMYK percentages

%0
%17.62
%4.66
%24.31

Codes

Color #C19FB8 in popluar color models

C1 9F B8
RGB 193 159 184
HSL 316° 21.52% 69.02%
HSB/HSV 316° 17.62% 75.69%
CMYK 0.00% 17.62% 4.66%
24.31%

Color #C19FB8 in popluar number systems.

HEX C1 9F B8
Decimal 193 159 184
Binary 11000001 10011111 10111000
Octal 301 237 270

Shades and tints

Shades of #C19FB8

#C19FB8
(193,159,184)
#B091A8
(176,145,168)
#9F8398
(159,131,152)
#8E7588
(142,117,136)
#7D6778
(125,103,120)
#6C5968
(108,89,104)
#5B4B58
(91,75,88)
#4A3D48
(74,61,72)
#392F38
(57,47,56)
#282128
(40,33,40)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #C19FB8

#C19FB8
(193,159,184)
#C6A7BE
(198,167,190)
#CBAFC4
(203,175,196)
#D0B7CA
(208,183,202)
#D5BFD0
(213,191,208)
#DAC7D6
(218,199,214)
#DFCFDC
(223,207,220)
#E4D7E2
(228,215,226)
#E9DFE8
(233,223,232)
#EEE7EE
(238,231,238)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19FB8; }

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

This text font color is #C19FB8.

Background Color

.myBgColor { background-color: #C19FB8; }

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

This div background color is #C19FB8.

Border color

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

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

This div border color is #C19FB8.

Opacity

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

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

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

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

This text has shadow with #C19FB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19FB8.

Preview

Color preview on black background

This text has color #C19FB8 on black background.


Color preview on white background

This text has color #C19FB8 on white background.


Black color preview on #C19FB8 background

This text has black color on #C19FB8 background.


White color preview on #C19FB8 background

This text has white color on #C19FB8 background.


Related colors

Complementary color

Complementary color for #hex is #3E6047.


I love getcolorcode.com

Triadic colors

1 #B8C19F and #9FB8C1 with #C19FB8 are triadic colors.

2 #B89FC1 and #9FC1B8 with #C19FB8 are triadic colors.