COLOR #C05F85

HEX: #C05F85
RGB: (192,95,133)

Color info

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

RGB color model

#C05F85 color RGB value is (192,95,133).

  • red value is 192;
  • green value is 95;
  • blue value is 133.
RGB:
(192,95,133)
(75%,37%,52%)

RGB channels and saturation

R 192 of 255 = 75%
G 95 of 255 = 37%
B 133 of 255 = 52%

192
95
133

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

Portions of RGB colors in percentages

R + G + B =
192 + 95 + 133 = 420 (100%)
R 192 of 420 ~ 45.71%
G 95 of 420 ~ 22.62%
B 133 of 420 ~ 31.67%

%45.71
%22.62
%31.67

CMYK color model

#C05F85 color CMYK value is (0,51,31,25).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 30.73%
  • key color value is 24.71%
CMYK:
(0,51,31,25)
C0M51Y31K25 
(0%,51%,31%,25%)
(0.00/0.51/0.31/0.25)	

CMYK percentages

%0
%50.52
%30.73
%24.71

Codes

Color #C05F85 in popluar color models

C05F85
RGB19295133
HSL336°43.50%56.27%
HSB/HSV336°50.52%75.29%
CMYK0.00%50.52%30.73%
24.71%

Color #C05F85 in popluar number systems.

HEXC05F85
Decimal19295133
Binary11000000101111110000101
Octal300137205

Shades and tints

Shades of #C05F85

#C05F85
(192,95,133)
#AF5779
(175,87,121)
#9E4F6D
(158,79,109)
#8D4761
(141,71,97)
#7C3F55
(124,63,85)
#6B3749
(107,55,73)
#5A2F3D
(90,47,61)
#492731
(73,39,49)
#381F25
(56,31,37)
#271719
(39,23,25)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #C05F85

#C05F85
(192,95,133)
#C56D90
(197,109,144)
#CA7B9B
(202,123,155)
#CF89A6
(207,137,166)
#D497B1
(212,151,177)
#D9A5BC
(217,165,188)
#DEB3C7
(222,179,199)
#E3C1D2
(227,193,210)
#E8CFDD
(232,207,221)
#EDDDE8
(237,221,232)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05F85 color. Also use rgb(192,95,133) instead hex code.

Text Font Color

.myTextColor { color: #C05F85; }

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

This text font color is #C05F85.


Background Color

.myBgColor { background-color: #C05F85; }

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

This div background color is #C05F85.


Border color

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

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

This div border color is #C05F85.


Opacity

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

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

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

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

This text has shadow with #C05F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05F85 on black background.


Color preview on white background

This text has color #C05F85 on white background.



Black color preview on #C05F85 background

This text has black color on #C05F85 background.


White color preview on #C05F85 background

This text has white color on #C05F85 background.