COLOR #C5669E

HEX: #C5669E
RGB: (197,102,158)

Color info

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

RGB color model

#C5669E color RGB value is (197,102,158).

  • red value is 197;
  • green value is 102;
  • blue value is 158.
RGB:
(197,102,158)
(77%,40%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 102 of 255 = 40%
B 158 of 255 = 62%

197
102
158

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

Portions of RGB colors in percentages

R + G + B =
197 + 102 + 158 = 457 (100%)
R 197 of 457 ~ 43.11%
G 102 of 457 ~ 22.32%
B 158 of 457 ~ 34.57%

%43.11
%22.32
%34.57

CMYK color model

#C5669E color CMYK value is (0,48,20,23).

  • cyan value is 0.00%
  • magenta value is 48.22%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(0,48,20,23)
C0M48Y20K23 
(0%,48%,20%,23%)
(0.00/0.48/0.20/0.23)	

CMYK percentages

%0
%48.22
%19.8
%22.75

Codes

Color #C5669E in popluar color models

C5669E
RGB197102158
HSL325°45.02%58.63%
HSB/HSV325°48.22%77.25%
CMYK0.00%48.22%19.80%
22.75%

Color #C5669E in popluar number systems.

HEXC5669E
Decimal197102158
Binary11000101110011010011110
Octal305146236

Shades and tints

Shades of #C5669E

#C5669E
(197,102,158)
#B45D90
(180,93,144)
#A35482
(163,84,130)
#924B74
(146,75,116)
#814266
(129,66,102)
#703958
(112,57,88)
#5F304A
(95,48,74)
#4E273C
(78,39,60)
#3D1E2E
(61,30,46)
#2C1520
(44,21,32)
#1B0C12
(27,12,18)
#000000
(0,0,0)

Tints of #C5669E

#C5669E
(197,102,158)
#CA73A6
(202,115,166)
#CF80AE
(207,128,174)
#D48DB6
(212,141,182)
#D99ABE
(217,154,190)
#DEA7C6
(222,167,198)
#E3B4CE
(227,180,206)
#E8C1D6
(232,193,214)
#EDCEDE
(237,206,222)
#F2DBE6
(242,219,230)
#F7E8EE
(247,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5669E color. Also use rgb(197,102,158) instead hex code.

Text Font Color

.myTextColor { color: #C5669E; }

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

This text font color is #C5669E.


Background Color

.myBgColor { background-color: #C5669E; }

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

This div background color is #C5669E.


Border color

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

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

This div border color is #C5669E.


Opacity

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

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

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

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

This text has shadow with #C5669E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5669E on black background.


Color preview on white background

This text has color #C5669E on white background.



Black color preview on #C5669E background

This text has black color on #C5669E background.


White color preview on #C5669E background

This text has white color on #C5669E background.