COLOR #C5656C

HEX: #C5656C RGB: (197,101,108)

Color info

#C5656C contains mainly red color. Web safe color of #C5656C is #CC6666 (or #C66).

RGB color model

#C5656C color RGB value is (197,101,108).

RGB: (197,101,108) (77%, 40%, 42%)

RGB channels and saturation

R 197 of 255 = 77%
G 101 of 255 = 40%
B 108 of 255 = 42%

197
101
108

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

Portions of RGB colors in percentages

R + G + B = 197 + 101 + 108 = 406 (100%)
R 197 of 406 ~ 48.52%
G 101 of 406 ~ 24.88%
B 108 of 406 ~ 26.6'%

%48.52
%24.88
%26.6

CMYK color model

#C5656C color CMYK value is (0,49,45,23).

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

CMYK: (0,49,45,23)
C0M49Y45K23 (0%, 49%, 45%, 23%)
(0.00 / 0.49 / 0.45 / 0.23)

CMYK percentages

%0
%48.73
%45.18
%22.75

Codes

Color #C5656C in popluar color models

C5 65 6C
RGB 197 101 108
HSL 356° 45.28% 58.43%
HSB/HSV 356° 48.73% 77.25%
CMYK 0.00% 48.73% 45.18%
22.75%

Color #C5656C in popluar number systems.

HEX C5 65 6C
Decimal 197 101 108
Binary 11000101 1100101 1101100
Octal 305 145 154

Shades and tints

Shades of #C5656C

#C5656C
(197,101,108)
#B45C63
(180,92,99)
#A3535A
(163,83,90)
#924A51
(146,74,81)
#814148
(129,65,72)
#70383F
(112,56,63)
#5F2F36
(95,47,54)
#4E262D
(78,38,45)
#3D1D24
(61,29,36)
#2C141B
(44,20,27)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #C5656C

#C5656C
(197,101,108)
#CA7379
(202,115,121)
#CF8186
(207,129,134)
#D48F93
(212,143,147)
#D99DA0
(217,157,160)
#DEABAD
(222,171,173)
#E3B9BA
(227,185,186)
#E8C7C7
(232,199,199)
#EDD5D4
(237,213,212)
#F2E3E1
(242,227,225)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5656C; }

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

This text font color is #C5656C.

Background Color

.myBgColor { background-color: #C5656C; }

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

This div background color is #C5656C.

Border color

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

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

This div border color is #C5656C.

Opacity

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

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

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

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

This text has shadow with #C5656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5656C.

Preview

Color preview on black background

This text has color #C5656C on black background.


Color preview on white background

This text has color #C5656C on white background.


Black color preview on #C5656C background

This text has black color on #C5656C background.


White color preview on #C5656C background

This text has white color on #C5656C background.


Related colors

Complementary color

Complementary color for #hex is #3A9A93.


I love getcolorcode.com

Triadic colors

1 #6CC565 and #656CC5 with #C5656C are triadic colors.

2 #6C65C5 and #65C56C with #C5656C are triadic colors.