COLOR #C480BA

HEX: #C480BA RGB: (196,128,186)

Color info

#C480BA contains mainly red and blue colors. Web safe color of #C480BA is #CC66CC (or #C6C).

RGB color model

#C480BA color RGB value is (196,128,186).

RGB: (196,128,186) (77%, 50%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 128 of 255 = 50%
B 186 of 255 = 73%

196
128
186

R + G + B ~ 67%. #C480BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 128 + 186 = 510 (100%)
R 196 of 510 ~ 38.43%
G 128 of 510 ~ 25.1%
B 186 of 510 ~ 36.47'%

%38.43
%25.1
%36.47

CMYK color model

#C480BA color CMYK value is (0,35,5,23).

  • cyan value is 0.00%
  • magenta value is 34.69%
  • yellow value is 5.10%
  • key color value is 23.14%

CMYK: (0,35,5,23)
C0M35Y5K23 (0%, 35%, 5%, 23%)
(0.00 / 0.35 / 0.05 / 0.23)

CMYK percentages

%0
%34.69
%5.1
%23.14

Codes

Color #C480BA in popluar color models

C4 80 BA
RGB 196 128 186
HSL 309° 36.56% 63.53%
HSB/HSV 309° 34.69% 76.86%
CMYK 0.00% 34.69% 5.10%
23.14%

Color #C480BA in popluar number systems.

HEX C4 80 BA
Decimal 196 128 186
Binary 11000100 10000000 10111010
Octal 304 200 272

Shades and tints

Shades of #C480BA

#C480BA
(196,128,186)
#B375AA
(179,117,170)
#A26A9A
(162,106,154)
#915F8A
(145,95,138)
#80547A
(128,84,122)
#6F496A
(111,73,106)
#5E3E5A
(94,62,90)
#4D334A
(77,51,74)
#3C283A
(60,40,58)
#2B1D2A
(43,29,42)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C480BA

#C480BA
(196,128,186)
#C98BC0
(201,139,192)
#CE96C6
(206,150,198)
#D3A1CC
(211,161,204)
#D8ACD2
(216,172,210)
#DDB7D8
(221,183,216)
#E2C2DE
(226,194,222)
#E7CDE4
(231,205,228)
#ECD8EA
(236,216,234)
#F1E3F0
(241,227,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C480BA color. Also use rgb(196,128,186) instead hex code.

Text Font Color

.myTextColor { color: #C480BA; }

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

This text font color is #C480BA.

Background Color

.myBgColor { background-color: #C480BA; }

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

This div background color is #C480BA.

Border color

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

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

This div border color is #C480BA.

Opacity

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

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

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

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

This text has shadow with #C480BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C480BA.

Preview

Color preview on black background

This text has color #C480BA on black background.


Color preview on white background

This text has color #C480BA on white background.


Black color preview on #C480BA background

This text has black color on #C480BA background.


White color preview on #C480BA background

This text has white color on #C480BA background.


Related colors

Complementary color

Complementary color for #hex is #3B7F45.


I love getcolorcode.com

Triadic colors

1 #BAC480 and #80BAC4 with #C480BA are triadic colors.

2 #BA80C4 and #80C4BA with #C480BA are triadic colors.