COLOR #C1788B

HEX: #C1788B
RGB: (193,120,139)

Color info

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

RGB color model

#C1788B color RGB value is (193,120,139).

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

RGB channels and saturation

R 193 of 255 = 76%
G 120 of 255 = 47%
B 139 of 255 = 55%

193
120
139

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

Portions of RGB colors in percentages

R + G + B =
193 + 120 + 139 = 452 (100%)
R 193 of 452 ~ 42.7%
G 120 of 452 ~ 26.55%
B 139 of 452 ~ 30.75%

%42.7
%26.55
%30.75

CMYK color model

#C1788B color CMYK value is (0,38,28,24).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(0,38,28,24)
C0M38Y28K24 
(0%,38%,28%,24%)
(0.00/0.38/0.28/0.24)	

CMYK percentages

%0
%37.82
%27.98
%24.31

Codes

Color #C1788B in popluar color models

C1788B
RGB193120139
HSL344°37.06%61.37%
HSB/HSV344°37.82%75.69%
CMYK0.00%37.82%27.98%
24.31%

Color #C1788B in popluar number systems.

HEXC1788B
Decimal193120139
Binary11000001111100010001011
Octal301170213

Shades and tints

Shades of #C1788B

#C1788B
(193,120,139)
#B06E7F
(176,110,127)
#9F6473
(159,100,115)
#8E5A67
(142,90,103)
#7D505B
(125,80,91)
#6C464F
(108,70,79)
#5B3C43
(91,60,67)
#4A3237
(74,50,55)
#39282B
(57,40,43)
#281E1F
(40,30,31)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #C1788B

#C1788B
(193,120,139)
#C68495
(198,132,149)
#CB909F
(203,144,159)
#D09CA9
(208,156,169)
#D5A8B3
(213,168,179)
#DAB4BD
(218,180,189)
#DFC0C7
(223,192,199)
#E4CCD1
(228,204,209)
#E9D8DB
(233,216,219)
#EEE4E5
(238,228,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1788B; }

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

This text font color is #C1788B.


Background Color

.myBgColor { background-color: #C1788B; }

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

This div background color is #C1788B.


Border color

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

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

This div border color is #C1788B.


Opacity

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

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

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

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

This text has shadow with #C1788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1788B on black background.


Color preview on white background

This text has color #C1788B on white background.



Black color preview on #C1788B background

This text has black color on #C1788B background.


White color preview on #C1788B background

This text has white color on #C1788B background.