COLOR #C4555B

HEX: #C4555B RGB: (196,85,91)

Color info

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

RGB color model

#C4555B color RGB value is (196,85,91).

RGB: (196,85,91) (77%, 33%, 36%)

RGB channels and saturation

R 196 of 255 = 77%
G 85 of 255 = 33%
B 91 of 255 = 36%

196
85
91

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

Portions of RGB colors in percentages

R + G + B = 196 + 85 + 91 = 372 (100%)
R 196 of 372 ~ 52.69%
G 85 of 372 ~ 22.85%
B 91 of 372 ~ 24.46'%

%52.69
%22.85
%24.46

CMYK color model

#C4555B color CMYK value is (0,57,54,23).

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

CMYK: (0,57,54,23)
C0M57Y54K23 (0%, 57%, 54%, 23%)
(0.00 / 0.57 / 0.54 / 0.23)

CMYK percentages

%0
%56.63
%53.57
%23.14

Codes

Color #C4555B in popluar color models

C4 55 5B
RGB 196 85 91
HSL 357° 48.47% 55.10%
HSB/HSV 357° 56.63% 76.86%
CMYK 0.00% 56.63% 53.57%
23.14%

Color #C4555B in popluar number systems.

HEX C4 55 5B
Decimal 196 85 91
Binary 11000100 1010101 1011011
Octal 304 125 133

Shades and tints

Shades of #C4555B

#C4555B
(196,85,91)
#B34E53
(179,78,83)
#A2474B
(162,71,75)
#914043
(145,64,67)
#80393B
(128,57,59)
#6F3233
(111,50,51)
#5E2B2B
(94,43,43)
#4D2423
(77,36,35)
#3C1D1B
(60,29,27)
#2B1613
(43,22,19)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #C4555B

#C4555B
(196,85,91)
#C96469
(201,100,105)
#CE7377
(206,115,119)
#D38285
(211,130,133)
#D89193
(216,145,147)
#DDA0A1
(221,160,161)
#E2AFAF
(226,175,175)
#E7BEBD
(231,190,189)
#ECCDCB
(236,205,203)
#F1DCD9
(241,220,217)
#F6EBE7
(246,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4555B; }

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

This text font color is #C4555B.

Background Color

.myBgColor { background-color: #C4555B; }

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

This div background color is #C4555B.

Border color

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

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

This div border color is #C4555B.

Opacity

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

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

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

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

This text has shadow with #C4555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4555B.

Preview

Color preview on black background

This text has color #C4555B on black background.


Color preview on white background

This text has color #C4555B on white background.


Black color preview on #C4555B background

This text has black color on #C4555B background.


White color preview on #C4555B background

This text has white color on #C4555B background.


Related colors

Complementary color

Complementary color for #hex is #3BAAA4.


I love getcolorcode.com

Triadic colors

1 #5BC455 and #555BC4 with #C4555B are triadic colors.

2 #5B55C4 and #55C45B with #C4555B are triadic colors.