COLOR #C65080

HEX: #C65080
RGB: (198,80,128)

Color info

#C65080 contains mainly red color. Web safe color of #C65080 is #CC6666 (or #C66).

RGB color model

#C65080 color RGB value is (198,80,128).

  • red value is 198;
  • green value is 80;
  • blue value is 128.
RGB:
(198,80,128)
(78%,31%,50%)

RGB channels and saturation

R 198 of 255 = 78%
G 80 of 255 = 31%
B 128 of 255 = 50%

198
80
128

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

Portions of RGB colors in percentages

R + G + B =
198 + 80 + 128 = 406 (100%)
R 198 of 406 ~ 48.77%
G 80 of 406 ~ 19.7%
B 128 of 406 ~ 31.53%

%48.77
%19.7
%31.53

CMYK color model

#C65080 color CMYK value is (0,60,35,22).

  • cyan value is 0.00%
  • magenta value is 59.60%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK:
(0,60,35,22)
C0M60Y35K22 
(0%,60%,35%,22%)
(0.00/0.60/0.35/0.22)	

CMYK percentages

%0
%59.6
%35.35
%22.35

Codes

Color #C65080 in popluar color models

C65080
RGB19880128
HSL336°50.86%54.51%
HSB/HSV336°59.60%77.65%
CMYK0.00%59.60%35.35%
22.35%

Color #C65080 in popluar number systems.

HEXC65080
Decimal19880128
Binary11000110101000010000000
Octal306120200

Shades and tints

Shades of #C65080

#C65080
(198,80,128)
#B44975
(180,73,117)
#A2426A
(162,66,106)
#903B5F
(144,59,95)
#7E3454
(126,52,84)
#6C2D49
(108,45,73)
#5A263E
(90,38,62)
#481F33
(72,31,51)
#361828
(54,24,40)
#24111D
(36,17,29)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #C65080

#C65080
(198,80,128)
#CB5F8B
(203,95,139)
#D06E96
(208,110,150)
#D57DA1
(213,125,161)
#DA8CAC
(218,140,172)
#DF9BB7
(223,155,183)
#E4AAC2
(228,170,194)
#E9B9CD
(233,185,205)
#EEC8D8
(238,200,216)
#F3D7E3
(243,215,227)
#F8E6EE
(248,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65080 color. Also use rgb(198,80,128) instead hex code.

Text Font Color

.myTextColor { color: #C65080; }

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

This text font color is #C65080.


Background Color

.myBgColor { background-color: #C65080; }

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

This div background color is #C65080.


Border color

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

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

This div border color is #C65080.


Opacity

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

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

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

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

This text has shadow with #C65080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C65080 on black background.


Color preview on white background

This text has color #C65080 on white background.



Black color preview on #C65080 background

This text has black color on #C65080 background.


White color preview on #C65080 background

This text has white color on #C65080 background.