COLOR #C66699

HEX: #C66699
RGB: (198,102,153)

Color info

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

RGB color model

#C66699 color RGB value is (198,102,153).

  • red value is 198;
  • green value is 102;
  • blue value is 153.
RGB:
(198,102,153)
(78%,40%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 102 of 255 = 40%
B 153 of 255 = 60%

198
102
153

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

Portions of RGB colors in percentages

R + G + B =
198 + 102 + 153 = 453 (100%)
R 198 of 453 ~ 43.71%
G 102 of 453 ~ 22.52%
B 153 of 453 ~ 33.77%

%43.71
%22.52
%33.77

CMYK color model

#C66699 color CMYK value is (0,48,23,22).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK:
(0,48,23,22)
C0M48Y23K22 
(0%,48%,23%,22%)
(0.00/0.48/0.23/0.22)	

CMYK percentages

%0
%48.48
%22.73
%22.35

Codes

Color #C66699 in popluar color models

C66699
RGB198102153
HSL328°45.71%58.82%
HSB/HSV328°48.48%77.65%
CMYK0.00%48.48%22.73%
22.35%

Color #C66699 in popluar number systems.

HEXC66699
Decimal198102153
Binary11000110110011010011001
Octal306146231

Shades and tints

Shades of #C66699

#C66699
(198,102,153)
#B45D8C
(180,93,140)
#A2547F
(162,84,127)
#904B72
(144,75,114)
#7E4265
(126,66,101)
#6C3958
(108,57,88)
#5A304B
(90,48,75)
#48273E
(72,39,62)
#361E31
(54,30,49)
#241524
(36,21,36)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #C66699

#C66699
(198,102,153)
#CB73A2
(203,115,162)
#D080AB
(208,128,171)
#D58DB4
(213,141,180)
#DA9ABD
(218,154,189)
#DFA7C6
(223,167,198)
#E4B4CF
(228,180,207)
#E9C1D8
(233,193,216)
#EECEE1
(238,206,225)
#F3DBEA
(243,219,234)
#F8E8F3
(248,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66699 color. Also use rgb(198,102,153) instead hex code.

Text Font Color

.myTextColor { color: #C66699; }

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

This text font color is #C66699.


Background Color

.myBgColor { background-color: #C66699; }

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

This div background color is #C66699.


Border color

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

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

This div border color is #C66699.


Opacity

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

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

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

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

This text has shadow with #C66699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66699 on black background.


Color preview on white background

This text has color #C66699 on white background.



Black color preview on #C66699 background

This text has black color on #C66699 background.


White color preview on #C66699 background

This text has white color on #C66699 background.