COLOR #C55872

HEX: #C55872 RGB: (197,88,114)

Color info

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

RGB color model

#C55872 color RGB value is (197,88,114).

RGB: (197,88,114) (77%, 35%, 45%)

RGB channels and saturation

R 197 of 255 = 77%
G 88 of 255 = 35%
B 114 of 255 = 45%

197
88
114

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

Portions of RGB colors in percentages

R + G + B = 197 + 88 + 114 = 399 (100%)
R 197 of 399 ~ 49.37%
G 88 of 399 ~ 22.06%
B 114 of 399 ~ 28.57'%

%49.37
%22.06
%28.57

CMYK color model

#C55872 color CMYK value is (0,55,42,23).

  • cyan value is 0.00%
  • magenta value is 55.33%
  • yellow value is 42.13%
  • key color value is 22.75%

CMYK: (0,55,42,23)
C0M55Y42K23 (0%, 55%, 42%, 23%)
(0.00 / 0.55 / 0.42 / 0.23)

CMYK percentages

%0
%55.33
%42.13
%22.75

Codes

Color #C55872 in popluar color models

C5 58 72
RGB 197 88 114
HSL 346° 48.44% 55.88%
HSB/HSV 346° 55.33% 77.25%
CMYK 0.00% 55.33% 42.13%
22.75%

Color #C55872 in popluar number systems.

HEX C5 58 72
Decimal 197 88 114
Binary 11000101 1011000 1110010
Octal 305 130 162

Shades and tints

Shades of #C55872

#C55872
(197,88,114)
#B45068
(180,80,104)
#A3485E
(163,72,94)
#924054
(146,64,84)
#81384A
(129,56,74)
#703040
(112,48,64)
#5F2836
(95,40,54)
#4E202C
(78,32,44)
#3D1822
(61,24,34)
#2C1018
(44,16,24)
#1B080E
(27,8,14)
#000000
(0,0,0)

Tints of #C55872

#C55872
(197,88,114)
#CA677E
(202,103,126)
#CF768A
(207,118,138)
#D48596
(212,133,150)
#D994A2
(217,148,162)
#DEA3AE
(222,163,174)
#E3B2BA
(227,178,186)
#E8C1C6
(232,193,198)
#EDD0D2
(237,208,210)
#F2DFDE
(242,223,222)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55872 color. Also use rgb(197,88,114) instead hex code.

Text Font Color

.myTextColor { color: #C55872; }

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

This text font color is #C55872.

Background Color

.myBgColor { background-color: #C55872; }

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

This div background color is #C55872.

Border color

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

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

This div border color is #C55872.

Opacity

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

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

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

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

This text has shadow with #C55872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C55872.

Preview

Color preview on black background

This text has color #C55872 on black background.


Color preview on white background

This text has color #C55872 on white background.


Black color preview on #C55872 background

This text has black color on #C55872 background.


White color preview on #C55872 background

This text has white color on #C55872 background.


Related colors

Complementary color

Complementary color for #hex is #3AA78D.


I love getcolorcode.com

Triadic colors

1 #72C558 and #5872C5 with #C55872 are triadic colors.

2 #7258C5 and #58C572 with #C55872 are triadic colors.