COLOR #C2699C

HEX: #C2699C
RGB: (194,105,156)

Color info

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

RGB color model

#C2699C color RGB value is (194,105,156).

  • red value is 194;
  • green value is 105;
  • blue value is 156.
RGB:
(194,105,156)
(76%,41%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 105 of 255 = 41%
B 156 of 255 = 61%

194
105
156

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

Portions of RGB colors in percentages

R + G + B =
194 + 105 + 156 = 455 (100%)
R 194 of 455 ~ 42.64%
G 105 of 455 ~ 23.08%
B 156 of 455 ~ 34.29%

%42.64
%23.08
%34.29

CMYK color model

#C2699C color CMYK value is (0,46,20,24).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(0,46,20,24)
C0M46Y20K24 
(0%,46%,20%,24%)
(0.00/0.46/0.20/0.24)	

CMYK percentages

%0
%45.88
%19.59
%23.92

Codes

Color #C2699C in popluar color models

C2699C
RGB194105156
HSL326°42.18%58.63%
HSB/HSV326°45.88%76.08%
CMYK0.00%45.88%19.59%
23.92%

Color #C2699C in popluar number systems.

HEXC2699C
Decimal194105156
Binary11000010110100110011100
Octal302151234

Shades and tints

Shades of #C2699C

#C2699C
(194,105,156)
#B1608E
(177,96,142)
#A05780
(160,87,128)
#8F4E72
(143,78,114)
#7E4564
(126,69,100)
#6D3C56
(109,60,86)
#5C3348
(92,51,72)
#4B2A3A
(75,42,58)
#3A212C
(58,33,44)
#29181E
(41,24,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #C2699C

#C2699C
(194,105,156)
#C776A5
(199,118,165)
#CC83AE
(204,131,174)
#D190B7
(209,144,183)
#D69DC0
(214,157,192)
#DBAAC9
(219,170,201)
#E0B7D2
(224,183,210)
#E5C4DB
(229,196,219)
#EAD1E4
(234,209,228)
#EFDEED
(239,222,237)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2699C; }

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

This text font color is #C2699C.


Background Color

.myBgColor { background-color: #C2699C; }

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

This div background color is #C2699C.


Border color

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

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

This div border color is #C2699C.


Opacity

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

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

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

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

This text has shadow with #C2699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2699C on black background.


Color preview on white background

This text has color #C2699C on white background.



Black color preview on #C2699C background

This text has black color on #C2699C background.


White color preview on #C2699C background

This text has white color on #C2699C background.