COLOR #C1789B

HEX: #C1789B
RGB: (193,120,155)

Color info

#C1789B contains mainly red and blue colors. Web safe color of #C1789B is #CC6699 (or #C69).

RGB color model

#C1789B color RGB value is (193,120,155).

  • red value is 193;
  • green value is 120;
  • blue value is 155.
RGB:
(193,120,155)
(76%,47%,61%)

RGB channels and saturation

R 193 of 255 = 76%
G 120 of 255 = 47%
B 155 of 255 = 61%

193
120
155

R + G + B ~ 61%. #C1789B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 120 + 155 = 468 (100%)
R 193 of 468 ~ 41.24%
G 120 of 468 ~ 25.64%
B 155 of 468 ~ 33.12%

%41.24
%25.64
%33.12

CMYK color model

#C1789B color CMYK value is (0,38,20,24).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(0,38,20,24)
C0M38Y20K24 
(0%,38%,20%,24%)
(0.00/0.38/0.20/0.24)	

CMYK percentages

%0
%37.82
%19.69
%24.31

Codes

Color #C1789B in popluar color models

C1789B
RGB193120155
HSL331°37.06%61.37%
HSB/HSV331°37.82%75.69%
CMYK0.00%37.82%19.69%
24.31%

Color #C1789B in popluar number systems.

HEXC1789B
Decimal193120155
Binary11000001111100010011011
Octal301170233

Shades and tints

Shades of #C1789B

#C1789B
(193,120,155)
#B06E8D
(176,110,141)
#9F647F
(159,100,127)
#8E5A71
(142,90,113)
#7D5063
(125,80,99)
#6C4655
(108,70,85)
#5B3C47
(91,60,71)
#4A3239
(74,50,57)
#39282B
(57,40,43)
#281E1D
(40,30,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #C1789B

#C1789B
(193,120,155)
#C684A4
(198,132,164)
#CB90AD
(203,144,173)
#D09CB6
(208,156,182)
#D5A8BF
(213,168,191)
#DAB4C8
(218,180,200)
#DFC0D1
(223,192,209)
#E4CCDA
(228,204,218)
#E9D8E3
(233,216,227)
#EEE4EC
(238,228,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1789B; }

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

This text font color is #C1789B.


Background Color

.myBgColor { background-color: #C1789B; }

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

This div background color is #C1789B.


Border color

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

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

This div border color is #C1789B.


Opacity

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

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

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

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

This text has shadow with #C1789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1789B on black background.


Color preview on white background

This text has color #C1789B on white background.



Black color preview on #C1789B background

This text has black color on #C1789B background.


White color preview on #C1789B background

This text has white color on #C1789B background.