COLOR #C64A90

HEX: #C64A90
RGB: (198,74,144)

Color info

#C64A90 contains mainly red and blue colors. Web safe color of #C64A90 is #CC3399 (or #C39).

RGB color model

#C64A90 color RGB value is (198,74,144).

  • red value is 198;
  • green value is 74;
  • blue value is 144.
RGB:
(198,74,144)
(78%,29%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 74 of 255 = 29%
B 144 of 255 = 56%

198
74
144

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

Portions of RGB colors in percentages

R + G + B =
198 + 74 + 144 = 416 (100%)
R 198 of 416 ~ 47.6%
G 74 of 416 ~ 17.79%
B 144 of 416 ~ 34.62%

%47.6
%17.79
%34.62

CMYK color model

#C64A90 color CMYK value is (0,63,27,22).

  • cyan value is 0.00%
  • magenta value is 62.63%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,63,27,22)
C0M63Y27K22 
(0%,63%,27%,22%)
(0.00/0.63/0.27/0.22)	

CMYK percentages

%0
%62.63
%27.27
%22.35

Codes

Color #C64A90 in popluar color models

C64A90
RGB19874144
HSL326°52.10%53.33%
HSB/HSV326°62.63%77.65%
CMYK0.00%62.63%27.27%
22.35%

Color #C64A90 in popluar number systems.

HEXC64A90
Decimal19874144
Binary11000110100101010010000
Octal306112220

Shades and tints

Shades of #C64A90

#C64A90
(198,74,144)
#B44483
(180,68,131)
#A23E76
(162,62,118)
#903869
(144,56,105)
#7E325C
(126,50,92)
#6C2C4F
(108,44,79)
#5A2642
(90,38,66)
#482035
(72,32,53)
#361A28
(54,26,40)
#24141B
(36,20,27)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #C64A90

#C64A90
(198,74,144)
#CB5A9A
(203,90,154)
#D06AA4
(208,106,164)
#D57AAE
(213,122,174)
#DA8AB8
(218,138,184)
#DF9AC2
(223,154,194)
#E4AACC
(228,170,204)
#E9BAD6
(233,186,214)
#EECAE0
(238,202,224)
#F3DAEA
(243,218,234)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C64A90 color. Also use rgb(198,74,144) instead hex code.

Text Font Color

.myTextColor { color: #C64A90; }

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

This text font color is #C64A90.


Background Color

.myBgColor { background-color: #C64A90; }

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

This div background color is #C64A90.


Border color

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

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

This div border color is #C64A90.


Opacity

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

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

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

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

This text has shadow with #C64A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C64A90 on black background.


Color preview on white background

This text has color #C64A90 on white background.



Black color preview on #C64A90 background

This text has black color on #C64A90 background.


White color preview on #C64A90 background

This text has white color on #C64A90 background.