COLOR #C1628C

HEX: #C1628C RGB: (193,98,140)

Color info

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

RGB color model

#C1628C color RGB value is (193,98,140).

RGB: (193,98,140) (76%, 38%, 55%)

RGB channels and saturation

R 193 of 255 = 76%
G 98 of 255 = 38%
B 140 of 255 = 55%

193
98
140

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

Portions of RGB colors in percentages

R + G + B = 193 + 98 + 140 = 431 (100%)
R 193 of 431 ~ 44.78%
G 98 of 431 ~ 22.74%
B 140 of 431 ~ 32.48'%

%44.78
%22.74
%32.48

CMYK color model

#C1628C color CMYK value is (0,49,27,24).

  • cyan value is 0.00%
  • magenta value is 49.22%
  • yellow value is 27.46%
  • key color value is 24.31%
CMYK: (0,49,27,24) C0M49Y27K24 (0%,49%,27%,24%) (0.00/0.49/0.27/0.24) 

CMYK percentages

%0
%49.22
%27.46
%24.31

Codes

Color #C1628C in popluar color models

C1 62 8C
RGB 193 98 140
HSL 333° 43.38% 57.06%
HSB/HSV 333° 49.22% 75.69%
CMYK 0.00% 49.22% 27.46%
24.31%

Color #C1628C in popluar number systems.

HEX C1 62 8C
Decimal 193 98 140
Binary 11000001 1100010 10001100
Octal 301 142 214

Shades and tints

Shades of #C1628C

#C1628C
(193,98,140)
#B05A80
(176,90,128)
#9F5274
(159,82,116)
#8E4A68
(142,74,104)
#7D425C
(125,66,92)
#6C3A50
(108,58,80)
#5B3244
(91,50,68)
#4A2A38
(74,42,56)
#39222C
(57,34,44)
#281A20
(40,26,32)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #C1628C

#C1628C
(193,98,140)
#C67096
(198,112,150)
#CB7EA0
(203,126,160)
#D08CAA
(208,140,170)
#D59AB4
(213,154,180)
#DAA8BE
(218,168,190)
#DFB6C8
(223,182,200)
#E4C4D2
(228,196,210)
#E9D2DC
(233,210,220)
#EEE0E6
(238,224,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1628C; }

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

This text font color is #C1628C.

Background Color

.myBgColor { background-color: #C1628C; }

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

This div background color is #C1628C.

Border color

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

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

This div border color is #C1628C.

Opacity

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

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

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

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

This text has shadow with #C1628C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1628C.

Preview

Color preview on black background

This text has color #C1628C on black background.


Color preview on white background

This text has color #C1628C on white background.


Black color preview on #C1628C background

This text has black color on #C1628C background.


White color preview on #C1628C background

This text has white color on #C1628C background.


Related colors

Complementary color

Complementary color for #hex is #3E9D73.


I love getcolorcode.com

Triadic colors

1 #8CC162 and #628CC1 with #C1628C are triadic colors.

2 #8C62C1 and #62C18C with #C1628C are triadic colors.