COLOR #C180B2

HEX: #C180B2 RGB: (193,128,178)

Color info

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

RGB color model

#C180B2 color RGB value is (193,128,178).

RGB: (193,128,178) (76%, 50%, 70%)

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 178 of 255 = 70%

193
128
178

R + G + B ~ 65%. #C180B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 128 + 178 = 499 (100%)
R 193 of 499 ~ 38.68%
G 128 of 499 ~ 25.65%
B 178 of 499 ~ 35.67'%

%38.68
%25.65
%35.67

CMYK color model

#C180B2 color CMYK value is (0,34,8,24).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 7.77%
  • key color value is 24.31%

CMYK: (0,34,8,24)
C0M34Y8K24 (0%, 34%, 8%, 24%)
(0.00 / 0.34 / 0.08 / 0.24)

CMYK percentages

%0
%33.68
%7.77
%24.31

Codes

Color #C180B2 in popluar color models

C1 80 B2
RGB 193 128 178
HSL 314° 34.39% 62.94%
HSB/HSV 314° 33.68% 75.69%
CMYK 0.00% 33.68% 7.77%
24.31%

Color #C180B2 in popluar number systems.

HEX C1 80 B2
Decimal 193 128 178
Binary 11000001 10000000 10110010
Octal 301 200 262

Shades and tints

Shades of #C180B2

#C180B2
(193,128,178)
#B075A2
(176,117,162)
#9F6A92
(159,106,146)
#8E5F82
(142,95,130)
#7D5472
(125,84,114)
#6C4962
(108,73,98)
#5B3E52
(91,62,82)
#4A3342
(74,51,66)
#392832
(57,40,50)
#281D22
(40,29,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #C180B2

#C180B2
(193,128,178)
#C68BB9
(198,139,185)
#CB96C0
(203,150,192)
#D0A1C7
(208,161,199)
#D5ACCE
(213,172,206)
#DAB7D5
(218,183,213)
#DFC2DC
(223,194,220)
#E4CDE3
(228,205,227)
#E9D8EA
(233,216,234)
#EEE3F1
(238,227,241)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C180B2 color. Also use rgb(193,128,178) instead hex code.

Text Font Color

.myTextColor { color: #C180B2; }

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

This text font color is #C180B2.

Background Color

.myBgColor { background-color: #C180B2; }

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

This div background color is #C180B2.

Border color

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

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

This div border color is #C180B2.

Opacity

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

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

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

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

This text has shadow with #C180B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C180B2.

Preview

Color preview on black background

This text has color #C180B2 on black background.


Color preview on white background

This text has color #C180B2 on white background.


Black color preview on #C180B2 background

This text has black color on #C180B2 background.


White color preview on #C180B2 background

This text has white color on #C180B2 background.


Related colors

Complementary color

Complementary color for #hex is #3E7F4D.


I love getcolorcode.com

Triadic colors

1 #B2C180 and #80B2C1 with #C180B2 are triadic colors.

2 #B280C1 and #80C1B2 with #C180B2 are triadic colors.