COLOR #C75870

HEX: #C75870 RGB: (199,88,112)

Color info

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

RGB color model

#C75870 color RGB value is (199,88,112).

RGB: (199,88,112) (78%, 35%, 44%)

RGB channels and saturation

R 199 of 255 = 78%
G 88 of 255 = 35%
B 112 of 255 = 44%

199
88
112

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

Portions of RGB colors in percentages

R + G + B = 199 + 88 + 112 = 399 (100%)
R 199 of 399 ~ 49.87%
G 88 of 399 ~ 22.06%
B 112 of 399 ~ 28.07'%

%49.87
%22.06
%28.07

CMYK color model

#C75870 color CMYK value is (0,56,44,22).

  • cyan value is 0.00%
  • magenta value is 55.78%
  • yellow value is 43.72%
  • key color value is 21.96%

CMYK: (0,56,44,22)
C0M56Y44K22 (0%, 56%, 44%, 22%)
(0.00 / 0.56 / 0.44 / 0.22)

CMYK percentages

%0
%55.78
%43.72
%21.96

Codes

Color #C75870 in popluar color models

C7 58 70
RGB 199 88 112
HSL 347° 49.78% 56.27%
HSB/HSV 347° 55.78% 78.04%
CMYK 0.00% 55.78% 43.72%
21.96%

Color #C75870 in popluar number systems.

HEX C7 58 70
Decimal 199 88 112
Binary 11000111 1011000 1110000
Octal 307 130 160

Shades and tints

Shades of #C75870

#C75870
(199,88,112)
#B55066
(181,80,102)
#A3485C
(163,72,92)
#914052
(145,64,82)
#7F3848
(127,56,72)
#6D303E
(109,48,62)
#5B2834
(91,40,52)
#49202A
(73,32,42)
#371820
(55,24,32)
#251016
(37,16,22)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #C75870

#C75870
(199,88,112)
#CC677D
(204,103,125)
#D1768A
(209,118,138)
#D68597
(214,133,151)
#DB94A4
(219,148,164)
#E0A3B1
(224,163,177)
#E5B2BE
(229,178,190)
#EAC1CB
(234,193,203)
#EFD0D8
(239,208,216)
#F4DFE5
(244,223,229)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75870 color. Also use rgb(199,88,112) instead hex code.

Text Font Color

.myTextColor { color: #C75870; }

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

This text font color is #C75870.

Background Color

.myBgColor { background-color: #C75870; }

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

This div background color is #C75870.

Border color

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

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

This div border color is #C75870.

Opacity

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

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

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

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

This text has shadow with #C75870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C75870.

Preview

Color preview on black background

This text has color #C75870 on black background.


Color preview on white background

This text has color #C75870 on white background.


Black color preview on #C75870 background

This text has black color on #C75870 background.


White color preview on #C75870 background

This text has white color on #C75870 background.


Related colors

Complementary color

Complementary color for #hex is #38A78F.


I love getcolorcode.com

Triadic colors

1 #70C758 and #5870C7 with #C75870 are triadic colors.

2 #7058C7 and #58C770 with #C75870 are triadic colors.