COLOR #C5658A

HEX: #C5658A RGB: (197,101,138)

Color info

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

RGB color model

#C5658A color RGB value is (197,101,138).

RGB: (197,101,138) (77%, 40%, 54%)

RGB channels and saturation

R 197 of 255 = 77%
G 101 of 255 = 40%
B 138 of 255 = 54%

197
101
138

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

Portions of RGB colors in percentages

R + G + B = 197 + 101 + 138 = 436 (100%)
R 197 of 436 ~ 45.18%
G 101 of 436 ~ 23.17%
B 138 of 436 ~ 31.65'%

%45.18
%23.17
%31.65

CMYK color model

#C5658A color CMYK value is (0,49,30,23).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 29.95%
  • key color value is 22.75%

CMYK: (0,49,30,23)
C0M49Y30K23 (0%, 49%, 30%, 23%)
(0.00 / 0.49 / 0.30 / 0.23)

CMYK percentages

%0
%48.73
%29.95
%22.75

Codes

Color #C5658A in popluar color models

C5 65 8A
RGB 197 101 138
HSL 337° 45.28% 58.43%
HSB/HSV 337° 48.73% 77.25%
CMYK 0.00% 48.73% 29.95%
22.75%

Color #C5658A in popluar number systems.

HEX C5 65 8A
Decimal 197 101 138
Binary 11000101 1100101 10001010
Octal 305 145 212

Shades and tints

Shades of #C5658A

#C5658A
(197,101,138)
#B45C7E
(180,92,126)
#A35372
(163,83,114)
#924A66
(146,74,102)
#81415A
(129,65,90)
#70384E
(112,56,78)
#5F2F42
(95,47,66)
#4E2636
(78,38,54)
#3D1D2A
(61,29,42)
#2C141E
(44,20,30)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #C5658A

#C5658A
(197,101,138)
#CA7394
(202,115,148)
#CF819E
(207,129,158)
#D48FA8
(212,143,168)
#D99DB2
(217,157,178)
#DEABBC
(222,171,188)
#E3B9C6
(227,185,198)
#E8C7D0
(232,199,208)
#EDD5DA
(237,213,218)
#F2E3E4
(242,227,228)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5658A color. Also use rgb(197,101,138) instead hex code.

Text Font Color

.myTextColor { color: #C5658A; }

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

This text font color is #C5658A.

Background Color

.myBgColor { background-color: #C5658A; }

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

This div background color is #C5658A.

Border color

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

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

This div border color is #C5658A.

Opacity

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

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

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

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

This text has shadow with #C5658A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5658A.

Preview

Color preview on black background

This text has color #C5658A on black background.


Color preview on white background

This text has color #C5658A on white background.


Black color preview on #C5658A background

This text has black color on #C5658A background.


White color preview on #C5658A background

This text has white color on #C5658A background.


Related colors

Complementary color

Complementary color for #hex is #3A9A75.


I love getcolorcode.com

Triadic colors

1 #8AC565 and #658AC5 with #C5658A are triadic colors.

2 #8A65C5 and #65C58A with #C5658A are triadic colors.