COLOR #C85169

HEX: #C85169 RGB: (200,81,105)

Color info

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

RGB color model

#C85169 color RGB value is (200,81,105).

RGB: (200,81,105) (78%, 32%, 41%)

RGB channels and saturation

R 200 of 255 = 78%
G 81 of 255 = 32%
B 105 of 255 = 41%

200
81
105

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

Portions of RGB colors in percentages

R + G + B = 200 + 81 + 105 = 386 (100%)
R 200 of 386 ~ 51.81%
G 81 of 386 ~ 20.98%
B 105 of 386 ~ 27.2'%

%51.81
%20.98
%27.2

CMYK color model

#C85169 color CMYK value is (0,60,48,22).

  • cyan value is 0.00%
  • magenta value is 59.50%
  • yellow value is 47.50%
  • key color value is 21.57%

CMYK: (0,60,48,22)
C0M60Y48K22 (0%, 60%, 48%, 22%)
(0.00 / 0.60 / 0.48 / 0.22)

CMYK percentages

%0
%59.5
%47.5
%21.57

Codes

Color #C85169 in popluar color models

C8 51 69
RGB 200 81 105
HSL 348° 51.97% 55.10%
HSB/HSV 348° 59.50% 78.43%
CMYK 0.00% 59.50% 47.50%
21.57%

Color #C85169 in popluar number systems.

HEX C8 51 69
Decimal 200 81 105
Binary 11001000 1010001 1101001
Octal 310 121 151

Shades and tints

Shades of #C85169

#C85169
(200,81,105)
#B64A60
(182,74,96)
#A44357
(164,67,87)
#923C4E
(146,60,78)
#803545
(128,53,69)
#6E2E3C
(110,46,60)
#5C2733
(92,39,51)
#4A202A
(74,32,42)
#381921
(56,25,33)
#261218
(38,18,24)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #C85169

#C85169
(200,81,105)
#CD6076
(205,96,118)
#D26F83
(210,111,131)
#D77E90
(215,126,144)
#DC8D9D
(220,141,157)
#E19CAA
(225,156,170)
#E6ABB7
(230,171,183)
#EBBAC4
(235,186,196)
#F0C9D1
(240,201,209)
#F5D8DE
(245,216,222)
#FAE7EB
(250,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85169 color. Also use rgb(200,81,105) instead hex code.

Text Font Color

.myTextColor { color: #C85169; }

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

This text font color is #C85169.

Background Color

.myBgColor { background-color: #C85169; }

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

This div background color is #C85169.

Border color

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

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

This div border color is #C85169.

Opacity

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

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

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

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

This text has shadow with #C85169 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C85169.

Preview

Color preview on black background

This text has color #C85169 on black background.


Color preview on white background

This text has color #C85169 on white background.


Black color preview on #C85169 background

This text has black color on #C85169 background.


White color preview on #C85169 background

This text has white color on #C85169 background.


Related colors

Complementary color

Complementary color for #hex is #37AE96.


I love getcolorcode.com

Triadic colors

1 #69C851 and #5169C8 with #C85169 are triadic colors.

2 #6951C8 and #51C869 with #C85169 are triadic colors.