COLOR #C669C6

HEX: #C669C6
RGB: (198,105,198)

Color info

#C669C6 contains mainly red and blue colors. Web safe color of #C669C6 is #CC66CC (or #C6C).

RGB color model

#C669C6 color RGB value is (198,105,198).

  • red value is 198;
  • green value is 105;
  • blue value is 198.
RGB:
(198,105,198)
(78%,41%,78%)

RGB channels and saturation

R 198 of 255 = 78%
G 105 of 255 = 41%
B 198 of 255 = 78%

198
105
198

R + G + B ~ 66%. #C669C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 105 + 198 = 501 (100%)
R 198 of 501 ~ 39.52%
G 105 of 501 ~ 20.96%
B 198 of 501 ~ 39.52%

%39.52
%20.96
%39.52

CMYK color model

#C669C6 color CMYK value is (0,47,0,22).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(0,47,0,22)
C0M47Y0K22 
(0%,47%,0%,22%)
(0.00/0.47/0.00/0.22)	

CMYK percentages

%0
%46.97
%0
%22.35

Codes

Color #C669C6 in popluar color models

C669C6
RGB198105198
HSL300°44.93%59.41%
HSB/HSV300°46.97%77.65%
CMYK0.00%46.97%0.00%
22.35%

Color #C669C6 in popluar number systems.

HEXC669C6
Decimal198105198
Binary11000110110100111000110
Octal306151306

Shades and tints

Shades of #C669C6

#C669C6
(198,105,198)
#B460B4
(180,96,180)
#A257A2
(162,87,162)
#904E90
(144,78,144)
#7E457E
(126,69,126)
#6C3C6C
(108,60,108)
#5A335A
(90,51,90)
#482A48
(72,42,72)
#362136
(54,33,54)
#241824
(36,24,36)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #C669C6

#C669C6
(198,105,198)
#CB76CB
(203,118,203)
#D083D0
(208,131,208)
#D590D5
(213,144,213)
#DA9DDA
(218,157,218)
#DFAADF
(223,170,223)
#E4B7E4
(228,183,228)
#E9C4E9
(233,196,233)
#EED1EE
(238,209,238)
#F3DEF3
(243,222,243)
#F8EBF8
(248,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C669C6; }

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

This text font color is #C669C6.


Background Color

.myBgColor { background-color: #C669C6; }

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

This div background color is #C669C6.


Border color

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

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

This div border color is #C669C6.


Opacity

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

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

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

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

This text has shadow with #C669C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C669C6 on black background.


Color preview on white background

This text has color #C669C6 on white background.



Black color preview on #C669C6 background

This text has black color on #C669C6 background.


White color preview on #C669C6 background

This text has white color on #C669C6 background.