COLOR #C85B99

HEX: #C85B99
RGB: (200,91,153)

Color info

#C85B99 contains mainly red and blue colors. Web safe color of #C85B99 is #CC6699 (or #C69).

RGB color model

#C85B99 color RGB value is (200,91,153).

  • red value is 200;
  • green value is 91;
  • blue value is 153.
RGB:
(200,91,153)
(78%,36%,60%)

RGB channels and saturation

R 200 of 255 = 78%
G 91 of 255 = 36%
B 153 of 255 = 60%

200
91
153

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

Portions of RGB colors in percentages

R + G + B =
200 + 91 + 153 = 444 (100%)
R 200 of 444 ~ 45.05%
G 91 of 444 ~ 20.5%
B 153 of 444 ~ 34.46%

%45.05
%20.5
%34.46

CMYK color model

#C85B99 color CMYK value is (0,55,24,22).

  • cyan value is 0.00%
  • magenta value is 54.50%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,55,24,22)
C0M55Y24K22 
(0%,55%,24%,22%)
(0.00/0.55/0.24/0.22)	

CMYK percentages

%0
%54.5
%23.5
%21.57

Codes

Color #C85B99 in popluar color models

C85B99
RGB20091153
HSL326°49.77%57.06%
HSB/HSV326°54.50%78.43%
CMYK0.00%54.50%23.50%
21.57%

Color #C85B99 in popluar number systems.

HEXC85B99
Decimal20091153
Binary11001000101101110011001
Octal310133231

Shades and tints

Shades of #C85B99

#C85B99
(200,91,153)
#B6538C
(182,83,140)
#A44B7F
(164,75,127)
#924372
(146,67,114)
#803B65
(128,59,101)
#6E3358
(110,51,88)
#5C2B4B
(92,43,75)
#4A233E
(74,35,62)
#381B31
(56,27,49)
#261324
(38,19,36)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #C85B99

#C85B99
(200,91,153)
#CD69A2
(205,105,162)
#D277AB
(210,119,171)
#D785B4
(215,133,180)
#DC93BD
(220,147,189)
#E1A1C6
(225,161,198)
#E6AFCF
(230,175,207)
#EBBDD8
(235,189,216)
#F0CBE1
(240,203,225)
#F5D9EA
(245,217,234)
#FAE7F3
(250,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85B99 color. Also use rgb(200,91,153) instead hex code.

Text Font Color

.myTextColor { color: #C85B99; }

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

This text font color is #C85B99.


Background Color

.myBgColor { background-color: #C85B99; }

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

This div background color is #C85B99.


Border color

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

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

This div border color is #C85B99.


Opacity

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

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

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

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

This text has shadow with #C85B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85B99 on black background.


Color preview on white background

This text has color #C85B99 on white background.



Black color preview on #C85B99 background

This text has black color on #C85B99 background.


White color preview on #C85B99 background

This text has white color on #C85B99 background.