COLOR #C180AD

HEX: #C180AD RGB: (193,128,173)

Color info

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

RGB color model

#C180AD color RGB value is (193,128,173).

RGB: (193,128,173) (76%, 50%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 173 of 255 = 68%

193
128
173

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

Portions of RGB colors in percentages

R + G + B = 193 + 128 + 173 = 494 (100%)
R 193 of 494 ~ 39.07%
G 128 of 494 ~ 25.91%
B 173 of 494 ~ 35.02'%

%39.07
%25.91
%35.02

CMYK color model

#C180AD color CMYK value is (0,34,10,24).

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

CMYK: (0,34,10,24)
C0M34Y10K24 (0%, 34%, 10%, 24%)
(0.00 / 0.34 / 0.10 / 0.24)

CMYK percentages

%0
%33.68
%10.36
%24.31

Codes

Color #C180AD in popluar color models

C1 80 AD
RGB 193 128 173
HSL 318° 34.39% 62.94%
HSB/HSV 318° 33.68% 75.69%
CMYK 0.00% 33.68% 10.36%
24.31%

Color #C180AD in popluar number systems.

HEX C1 80 AD
Decimal 193 128 173
Binary 11000001 10000000 10101101
Octal 301 200 255

Shades and tints

Shades of #C180AD

#C180AD
(193,128,173)
#B0759E
(176,117,158)
#9F6A8F
(159,106,143)
#8E5F80
(142,95,128)
#7D5471
(125,84,113)
#6C4962
(108,73,98)
#5B3E53
(91,62,83)
#4A3344
(74,51,68)
#392835
(57,40,53)
#281D26
(40,29,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #C180AD

#C180AD
(193,128,173)
#C68BB4
(198,139,180)
#CB96BB
(203,150,187)
#D0A1C2
(208,161,194)
#D5ACC9
(213,172,201)
#DAB7D0
(218,183,208)
#DFC2D7
(223,194,215)
#E4CDDE
(228,205,222)
#E9D8E5
(233,216,229)
#EEE3EC
(238,227,236)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C180AD; }

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

This text font color is #C180AD.

Background Color

.myBgColor { background-color: #C180AD; }

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

This div background color is #C180AD.

Border color

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

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

This div border color is #C180AD.

Opacity

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

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

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

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

This text has shadow with #C180AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C180AD.

Preview

Color preview on black background

This text has color #C180AD on black background.


Color preview on white background

This text has color #C180AD on white background.


Black color preview on #C180AD background

This text has black color on #C180AD background.


White color preview on #C180AD background

This text has white color on #C180AD background.


Related colors

Complementary color

Complementary color for #hex is #3E7F52.


I love getcolorcode.com

Triadic colors

1 #ADC180 and #80ADC1 with #C180AD are triadic colors.

2 #AD80C1 and #80C1AD with #C180AD are triadic colors.