COLOR #C480B0

HEX: #C480B0
RGB: (196,128,176)

Color info

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

RGB color model

#C480B0 color RGB value is (196,128,176).

  • red value is 196;
  • green value is 128;
  • blue value is 176.
RGB:
(196,128,176)
(77%,50%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 128 of 255 = 50%
B 176 of 255 = 69%

196
128
176

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

Portions of RGB colors in percentages

R + G + B =
196 + 128 + 176 = 500 (100%)
R 196 of 500 ~ 39.2%
G 128 of 500 ~ 25.6%
B 176 of 500 ~ 35.2%

%39.2
%25.6
%35.2

CMYK color model

#C480B0 color CMYK value is (0,35,10,23).

  • cyan value is 0.00%
  • magenta value is 34.69%
  • yellow value is 10.20%
  • key color value is 23.14%
CMYK:
(0,35,10,23)
C0M35Y10K23 
(0%,35%,10%,23%)
(0.00/0.35/0.10/0.23)	

CMYK percentages

%0
%34.69
%10.2
%23.14

Codes

Color #C480B0 in popluar color models

C480B0
RGB196128176
HSL318°36.56%63.53%
HSB/HSV318°34.69%76.86%
CMYK0.00%34.69%10.20%
23.14%

Color #C480B0 in popluar number systems.

HEXC480B0
Decimal196128176
Binary110001001000000010110000
Octal304200260

Shades and tints

Shades of #C480B0

#C480B0
(196,128,176)
#B375A0
(179,117,160)
#A26A90
(162,106,144)
#915F80
(145,95,128)
#805470
(128,84,112)
#6F4960
(111,73,96)
#5E3E50
(94,62,80)
#4D3340
(77,51,64)
#3C2830
(60,40,48)
#2B1D20
(43,29,32)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #C480B0

#C480B0
(196,128,176)
#C98BB7
(201,139,183)
#CE96BE
(206,150,190)
#D3A1C5
(211,161,197)
#D8ACCC
(216,172,204)
#DDB7D3
(221,183,211)
#E2C2DA
(226,194,218)
#E7CDE1
(231,205,225)
#ECD8E8
(236,216,232)
#F1E3EF
(241,227,239)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C480B0; }

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

This text font color is #C480B0.


Background Color

.myBgColor { background-color: #C480B0; }

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

This div background color is #C480B0.


Border color

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

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

This div border color is #C480B0.


Opacity

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

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

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

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

This text has shadow with #C480B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C480B0 on black background.


Color preview on white background

This text has color #C480B0 on white background.



Black color preview on #C480B0 background

This text has black color on #C480B0 background.


White color preview on #C480B0 background

This text has white color on #C480B0 background.