COLOR #C19BA8

HEX: #C19BA8 RGB: (193,155,168)

Color info

#C19BA8 contains red, green and blue colors in about the same proportion. Web safe color of #C19BA8 is #CC9999 (or #C99).

RGB color model

#C19BA8 color RGB value is (193,155,168).

RGB: (193,155,168) (76%, 61%, 66%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 168 of 255 = 66%

193
155
168

R + G + B ~ 68%. #C19BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 155 + 168 = 516 (100%)
R 193 of 516 ~ 37.4%
G 155 of 516 ~ 30.04%
B 168 of 516 ~ 32.56'%

%37.4
%30.04
%32.56

CMYK color model

#C19BA8 color CMYK value is (0,20,13,24).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 12.95%
  • key color value is 24.31%

CMYK: (0,20,13,24)
C0M20Y13K24 (0%, 20%, 13%, 24%)
(0.00 / 0.20 / 0.13 / 0.24)

CMYK percentages

%0
%19.69
%12.95
%24.31

Codes

Color #C19BA8 in popluar color models

C1 9B A8
RGB 193 155 168
HSL 339° 23.46% 68.24%
HSB/HSV 339° 19.69% 75.69%
CMYK 0.00% 19.69% 12.95%
24.31%

Color #C19BA8 in popluar number systems.

HEX C1 9B A8
Decimal 193 155 168
Binary 11000001 10011011 10101000
Octal 301 233 250

Shades and tints

Shades of #C19BA8

#C19BA8
(193,155,168)
#B08D99
(176,141,153)
#9F7F8A
(159,127,138)
#8E717B
(142,113,123)
#7D636C
(125,99,108)
#6C555D
(108,85,93)
#5B474E
(91,71,78)
#4A393F
(74,57,63)
#392B30
(57,43,48)
#281D21
(40,29,33)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #C19BA8

#C19BA8
(193,155,168)
#C6A4AF
(198,164,175)
#CBADB6
(203,173,182)
#D0B6BD
(208,182,189)
#D5BFC4
(213,191,196)
#DAC8CB
(218,200,203)
#DFD1D2
(223,209,210)
#E4DAD9
(228,218,217)
#E9E3E0
(233,227,224)
#EEECE7
(238,236,231)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19BA8; }

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

This text font color is #C19BA8.

Background Color

.myBgColor { background-color: #C19BA8; }

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

This div background color is #C19BA8.

Border color

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

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

This div border color is #C19BA8.

Opacity

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

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

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

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

This text has shadow with #C19BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19BA8.

Preview

Color preview on black background

This text has color #C19BA8 on black background.


Color preview on white background

This text has color #C19BA8 on white background.


Black color preview on #C19BA8 background

This text has black color on #C19BA8 background.


White color preview on #C19BA8 background

This text has white color on #C19BA8 background.


Related colors

Complementary color

Complementary color for #hex is #3E6457.


I love getcolorcode.com

Triadic colors

1 #A8C19B and #9BA8C1 with #C19BA8 are triadic colors.

2 #A89BC1 and #9BC1A8 with #C19BA8 are triadic colors.