COLOR #C1788E

HEX: #C1788E
RGB: (193,120,142)

Color info

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

RGB color model

#C1788E color RGB value is (193,120,142).

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

RGB channels and saturation

R 193 of 255 = 76%
G 120 of 255 = 47%
B 142 of 255 = 56%

193
120
142

R + G + B ~ 60%. #C1788E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 120 + 142 = 455 (100%)
R 193 of 455 ~ 42.42%
G 120 of 455 ~ 26.37%
B 142 of 455 ~ 31.21%

%42.42
%26.37
%31.21

CMYK color model

#C1788E color CMYK value is (0,38,26,24).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(0,38,26,24)
C0M38Y26K24 
(0%,38%,26%,24%)
(0.00/0.38/0.26/0.24)	

CMYK percentages

%0
%37.82
%26.42
%24.31

Codes

Color #C1788E in popluar color models

C1788E
RGB193120142
HSL342°37.06%61.37%
HSB/HSV342°37.82%75.69%
CMYK0.00%37.82%26.42%
24.31%

Color #C1788E in popluar number systems.

HEXC1788E
Decimal193120142
Binary11000001111100010001110
Octal301170216

Shades and tints

Shades of #C1788E

#C1788E
(193,120,142)
#B06E82
(176,110,130)
#9F6476
(159,100,118)
#8E5A6A
(142,90,106)
#7D505E
(125,80,94)
#6C4652
(108,70,82)
#5B3C46
(91,60,70)
#4A323A
(74,50,58)
#39282E
(57,40,46)
#281E22
(40,30,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #C1788E

#C1788E
(193,120,142)
#C68498
(198,132,152)
#CB90A2
(203,144,162)
#D09CAC
(208,156,172)
#D5A8B6
(213,168,182)
#DAB4C0
(218,180,192)
#DFC0CA
(223,192,202)
#E4CCD4
(228,204,212)
#E9D8DE
(233,216,222)
#EEE4E8
(238,228,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1788E; }

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

This text font color is #C1788E.


Background Color

.myBgColor { background-color: #C1788E; }

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

This div background color is #C1788E.


Border color

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

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

This div border color is #C1788E.


Opacity

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

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

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

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

This text has shadow with #C1788E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1788E on black background.


Color preview on white background

This text has color #C1788E on white background.



Black color preview on #C1788E background

This text has black color on #C1788E background.


White color preview on #C1788E background

This text has white color on #C1788E background.