COLOR #C1627B

HEX: #C1627B
RGB: (193,98,123)

Color info

#C1627B contains mainly red color. Web safe color of #C1627B is #CC6666 (or #C66).

RGB color model

#C1627B color RGB value is (193,98,123).

  • red value is 193;
  • green value is 98;
  • blue value is 123.
RGB:
(193,98,123)
(76%,38%,48%)

RGB channels and saturation

R 193 of 255 = 76%
G 98 of 255 = 38%
B 123 of 255 = 48%

193
98
123

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

Portions of RGB colors in percentages

R + G + B =
193 + 98 + 123 = 414 (100%)
R 193 of 414 ~ 46.62%
G 98 of 414 ~ 23.67%
B 123 of 414 ~ 29.71%

%46.62
%23.67
%29.71

CMYK color model

#C1627B color CMYK value is (0,49,36,24).

  • cyan value is 0.00%
  • magenta value is 49.22%
  • yellow value is 36.27%
  • key color value is 24.31%
CMYK:
(0,49,36,24)
C0M49Y36K24 
(0%,49%,36%,24%)
(0.00/0.49/0.36/0.24)	

CMYK percentages

%0
%49.22
%36.27
%24.31

Codes

Color #C1627B in popluar color models

C1627B
RGB19398123
HSL344°43.38%57.06%
HSB/HSV344°49.22%75.69%
CMYK0.00%49.22%36.27%
24.31%

Color #C1627B in popluar number systems.

HEXC1627B
Decimal19398123
Binary1100000111000101111011
Octal301142173

Shades and tints

Shades of #C1627B

#C1627B
(193,98,123)
#B05A70
(176,90,112)
#9F5265
(159,82,101)
#8E4A5A
(142,74,90)
#7D424F
(125,66,79)
#6C3A44
(108,58,68)
#5B3239
(91,50,57)
#4A2A2E
(74,42,46)
#392223
(57,34,35)
#281A18
(40,26,24)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #C1627B

#C1627B
(193,98,123)
#C67087
(198,112,135)
#CB7E93
(203,126,147)
#D08C9F
(208,140,159)
#D59AAB
(213,154,171)
#DAA8B7
(218,168,183)
#DFB6C3
(223,182,195)
#E4C4CF
(228,196,207)
#E9D2DB
(233,210,219)
#EEE0E7
(238,224,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1627B color. Also use rgb(193,98,123) instead hex code.

Text Font Color

.myTextColor { color: #C1627B; }

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

This text font color is #C1627B.


Background Color

.myBgColor { background-color: #C1627B; }

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

This div background color is #C1627B.


Border color

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

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

This div border color is #C1627B.


Opacity

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

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

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

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

This text has shadow with #C1627B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1627B on black background.


Color preview on white background

This text has color #C1627B on white background.



Black color preview on #C1627B background

This text has black color on #C1627B background.


White color preview on #C1627B background

This text has white color on #C1627B background.