COLOR #C4656B

HEX: #C4656B RGB: (196,101,107)

Color info

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

RGB color model

#C4656B color RGB value is (196,101,107).

RGB: (196,101,107) (77%, 40%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 101 of 255 = 40%
B 107 of 255 = 42%

196
101
107

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

Portions of RGB colors in percentages

R + G + B = 196 + 101 + 107 = 404 (100%)
R 196 of 404 ~ 48.51%
G 101 of 404 ~ 25%
B 107 of 404 ~ 26.49'%

%48.51
%25
%26.49

CMYK color model

#C4656B color CMYK value is (0,48,45,23).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK: (0,48,45,23) C0M48Y45K23 (0%,48%,45%,23%) (0.00/0.48/0.45/0.23) 

CMYK percentages

%0
%48.47
%45.41
%23.14

Codes

Color #C4656B in popluar color models

C4 65 6B
RGB 196 101 107
HSL 356° 44.60% 58.24%
HSB/HSV 356° 48.47% 76.86%
CMYK 0.00% 48.47% 45.41%
23.14%

Color #C4656B in popluar number systems.

HEX C4 65 6B
Decimal 196 101 107
Binary 11000100 1100101 1101011
Octal 304 145 153

Shades and tints

Shades of #C4656B

#C4656B
(196,101,107)
#B35C62
(179,92,98)
#A25359
(162,83,89)
#914A50
(145,74,80)
#804147
(128,65,71)
#6F383E
(111,56,62)
#5E2F35
(94,47,53)
#4D262C
(77,38,44)
#3C1D23
(60,29,35)
#2B141A
(43,20,26)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #C4656B

#C4656B
(196,101,107)
#C97378
(201,115,120)
#CE8185
(206,129,133)
#D38F92
(211,143,146)
#D89D9F
(216,157,159)
#DDABAC
(221,171,172)
#E2B9B9
(226,185,185)
#E7C7C6
(231,199,198)
#ECD5D3
(236,213,211)
#F1E3E0
(241,227,224)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4656B color. Also use rgb(196,101,107) instead hex code.

Text Font Color

.myTextColor { color: #C4656B; }

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

This text font color is #C4656B.

Background Color

.myBgColor { background-color: #C4656B; }

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

This div background color is #C4656B.

Border color

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

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

This div border color is #C4656B.

Opacity

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

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

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

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

This text has shadow with #C4656B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4656B.

Preview

Color preview on black background

This text has color #C4656B on black background.


Color preview on white background

This text has color #C4656B on white background.


Black color preview on #C4656B background

This text has black color on #C4656B background.


White color preview on #C4656B background

This text has white color on #C4656B background.


Related colors

Complementary color

Complementary color for #hex is #3B9A94.


I love getcolorcode.com

Triadic colors

1 #6BC465 and #656BC4 with #C4656B are triadic colors.

2 #6B65C4 and #65C46B with #C4656B are triadic colors.