COLOR #C45B77

HEX: #C45B77 RGB: (196,91,119)

Color info

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

RGB color model

#C45B77 color RGB value is (196,91,119).

RGB: (196,91,119) (77%, 36%, 47%)

RGB channels and saturation

R 196 of 255 = 77%
G 91 of 255 = 36%
B 119 of 255 = 47%

196
91
119

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

Portions of RGB colors in percentages

R + G + B = 196 + 91 + 119 = 406 (100%)
R 196 of 406 ~ 48.28%
G 91 of 406 ~ 22.41%
B 119 of 406 ~ 29.31'%

%48.28
%22.41
%29.31

CMYK color model

#C45B77 color CMYK value is (0,54,39,23).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 39.29%
  • key color value is 23.14%

CMYK: (0,54,39,23)
C0M54Y39K23 (0%, 54%, 39%, 23%)
(0.00 / 0.54 / 0.39 / 0.23)

CMYK percentages

%0
%53.57
%39.29
%23.14

Codes

Color #C45B77 in popluar color models

C4 5B 77
RGB 196 91 119
HSL 344° 47.09% 56.27%
HSB/HSV 344° 53.57% 76.86%
CMYK 0.00% 53.57% 39.29%
23.14%

Color #C45B77 in popluar number systems.

HEX C4 5B 77
Decimal 196 91 119
Binary 11000100 1011011 1110111
Octal 304 133 167

Shades and tints

Shades of #C45B77

#C45B77
(196,91,119)
#B3536D
(179,83,109)
#A24B63
(162,75,99)
#914359
(145,67,89)
#803B4F
(128,59,79)
#6F3345
(111,51,69)
#5E2B3B
(94,43,59)
#4D2331
(77,35,49)
#3C1B27
(60,27,39)
#2B131D
(43,19,29)
#1A0B13
(26,11,19)
#000000
(0,0,0)

Tints of #C45B77

#C45B77
(196,91,119)
#C96983
(201,105,131)
#CE778F
(206,119,143)
#D3859B
(211,133,155)
#D893A7
(216,147,167)
#DDA1B3
(221,161,179)
#E2AFBF
(226,175,191)
#E7BDCB
(231,189,203)
#ECCBD7
(236,203,215)
#F1D9E3
(241,217,227)
#F6E7EF
(246,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45B77 color. Also use rgb(196,91,119) instead hex code.

Text Font Color

.myTextColor { color: #C45B77; }

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

This text font color is #C45B77.

Background Color

.myBgColor { background-color: #C45B77; }

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

This div background color is #C45B77.

Border color

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

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

This div border color is #C45B77.

Opacity

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

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

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

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

This text has shadow with #C45B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45B77.

Preview

Color preview on black background

This text has color #C45B77 on black background.


Color preview on white background

This text has color #C45B77 on white background.


Black color preview on #C45B77 background

This text has black color on #C45B77 background.


White color preview on #C45B77 background

This text has white color on #C45B77 background.


Related colors

Complementary color

Complementary color for #hex is #3BA488.


I love getcolorcode.com

Triadic colors

1 #77C45B and #5B77C4 with #C45B77 are triadic colors.

2 #775BC4 and #5BC477 with #C45B77 are triadic colors.