COLOR #C05F99

HEX: #C05F99
RGB: (192,95,153)

Color info

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

RGB color model

#C05F99 color RGB value is (192,95,153).

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

RGB channels and saturation

R 192 of 255 = 75%
G 95 of 255 = 37%
B 153 of 255 = 60%

192
95
153

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

Portions of RGB colors in percentages

R + G + B =
192 + 95 + 153 = 440 (100%)
R 192 of 440 ~ 43.64%
G 95 of 440 ~ 21.59%
B 153 of 440 ~ 34.77%

%43.64
%21.59
%34.77

CMYK color model

#C05F99 color CMYK value is (0,51,20,25).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK:
(0,51,20,25)
C0M51Y20K25 
(0%,51%,20%,25%)
(0.00/0.51/0.20/0.25)	

CMYK percentages

%0
%50.52
%20.31
%24.71

Codes

Color #C05F99 in popluar color models

C05F99
RGB19295153
HSL324°43.50%56.27%
HSB/HSV324°50.52%75.29%
CMYK0.00%50.52%20.31%
24.71%

Color #C05F99 in popluar number systems.

HEXC05F99
Decimal19295153
Binary11000000101111110011001
Octal300137231

Shades and tints

Shades of #C05F99

#C05F99
(192,95,153)
#AF578C
(175,87,140)
#9E4F7F
(158,79,127)
#8D4772
(141,71,114)
#7C3F65
(124,63,101)
#6B3758
(107,55,88)
#5A2F4B
(90,47,75)
#49273E
(73,39,62)
#381F31
(56,31,49)
#271724
(39,23,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #C05F99

#C05F99
(192,95,153)
#C56DA2
(197,109,162)
#CA7BAB
(202,123,171)
#CF89B4
(207,137,180)
#D497BD
(212,151,189)
#D9A5C6
(217,165,198)
#DEB3CF
(222,179,207)
#E3C1D8
(227,193,216)
#E8CFE1
(232,207,225)
#EDDDEA
(237,221,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05F99; }

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

This text font color is #C05F99.


Background Color

.myBgColor { background-color: #C05F99; }

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

This div background color is #C05F99.


Border color

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

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

This div border color is #C05F99.


Opacity

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

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

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

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

This text has shadow with #C05F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05F99 on black background.


Color preview on white background

This text has color #C05F99 on white background.



Black color preview on #C05F99 background

This text has black color on #C05F99 background.


White color preview on #C05F99 background

This text has white color on #C05F99 background.