COLOR #C665A0

HEX: #C665A0
RGB: (198,101,160)

Color info

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

RGB color model

#C665A0 color RGB value is (198,101,160).

  • red value is 198;
  • green value is 101;
  • blue value is 160.
RGB:
(198,101,160)
(78%,40%,63%)

RGB channels and saturation

R 198 of 255 = 78%
G 101 of 255 = 40%
B 160 of 255 = 63%

198
101
160

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

Portions of RGB colors in percentages

R + G + B =
198 + 101 + 160 = 459 (100%)
R 198 of 459 ~ 43.14%
G 101 of 459 ~ 22%
B 160 of 459 ~ 34.86%

%43.14
%22
%34.86

CMYK color model

#C665A0 color CMYK value is (0,49,19,22).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 19.19%
  • key color value is 22.35%
CMYK:
(0,49,19,22)
C0M49Y19K22 
(0%,49%,19%,22%)
(0.00/0.49/0.19/0.22)	

CMYK percentages

%0
%48.99
%19.19
%22.35

Codes

Color #C665A0 in popluar color models

C665A0
RGB198101160
HSL324°45.97%58.63%
HSB/HSV324°48.99%77.65%
CMYK0.00%48.99%19.19%
22.35%

Color #C665A0 in popluar number systems.

HEXC665A0
Decimal198101160
Binary11000110110010110100000
Octal306145240

Shades and tints

Shades of #C665A0

#C665A0
(198,101,160)
#B45C92
(180,92,146)
#A25384
(162,83,132)
#904A76
(144,74,118)
#7E4168
(126,65,104)
#6C385A
(108,56,90)
#5A2F4C
(90,47,76)
#48263E
(72,38,62)
#361D30
(54,29,48)
#241422
(36,20,34)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #C665A0

#C665A0
(198,101,160)
#CB73A8
(203,115,168)
#D081B0
(208,129,176)
#D58FB8
(213,143,184)
#DA9DC0
(218,157,192)
#DFABC8
(223,171,200)
#E4B9D0
(228,185,208)
#E9C7D8
(233,199,216)
#EED5E0
(238,213,224)
#F3E3E8
(243,227,232)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C665A0 color. Also use rgb(198,101,160) instead hex code.

Text Font Color

.myTextColor { color: #C665A0; }

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

This text font color is #C665A0.


Background Color

.myBgColor { background-color: #C665A0; }

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

This div background color is #C665A0.


Border color

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

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

This div border color is #C665A0.


Opacity

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

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

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

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

This text has shadow with #C665A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C665A0 on black background.


Color preview on white background

This text has color #C665A0 on white background.



Black color preview on #C665A0 background

This text has black color on #C665A0 background.


White color preview on #C665A0 background

This text has white color on #C665A0 background.