COLOR #C058A5

HEX: #C058A5
RGB: (192,88,165)

Color info

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

RGB color model

#C058A5 color RGB value is (192,88,165).

  • red value is 192;
  • green value is 88;
  • blue value is 165.
RGB:
(192,88,165)
(75%,35%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 88 of 255 = 35%
B 165 of 255 = 65%

192
88
165

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

Portions of RGB colors in percentages

R + G + B =
192 + 88 + 165 = 445 (100%)
R 192 of 445 ~ 43.15%
G 88 of 445 ~ 19.78%
B 165 of 445 ~ 37.08%

%43.15
%19.78
%37.08

CMYK color model

#C058A5 color CMYK value is (0,54,14,25).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(0,54,14,25)
C0M54Y14K25 
(0%,54%,14%,25%)
(0.00/0.54/0.14/0.25)	

CMYK percentages

%0
%54.17
%14.06
%24.71

Codes

Color #C058A5 in popluar color models

C058A5
RGB19288165
HSL316°45.22%54.90%
HSB/HSV316°54.17%75.29%
CMYK0.00%54.17%14.06%
24.71%

Color #C058A5 in popluar number systems.

HEXC058A5
Decimal19288165
Binary11000000101100010100101
Octal300130245

Shades and tints

Shades of #C058A5

#C058A5
(192,88,165)
#AF5096
(175,80,150)
#9E4887
(158,72,135)
#8D4078
(141,64,120)
#7C3869
(124,56,105)
#6B305A
(107,48,90)
#5A284B
(90,40,75)
#49203C
(73,32,60)
#38182D
(56,24,45)
#27101E
(39,16,30)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #C058A5

#C058A5
(192,88,165)
#C567AD
(197,103,173)
#CA76B5
(202,118,181)
#CF85BD
(207,133,189)
#D494C5
(212,148,197)
#D9A3CD
(217,163,205)
#DEB2D5
(222,178,213)
#E3C1DD
(227,193,221)
#E8D0E5
(232,208,229)
#EDDFED
(237,223,237)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C058A5 color. Also use rgb(192,88,165) instead hex code.

Text Font Color

.myTextColor { color: #C058A5; }

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

This text font color is #C058A5.


Background Color

.myBgColor { background-color: #C058A5; }

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

This div background color is #C058A5.


Border color

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

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

This div border color is #C058A5.


Opacity

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

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

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

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

This text has shadow with #C058A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C058A5 on black background.


Color preview on white background

This text has color #C058A5 on white background.



Black color preview on #C058A5 background

This text has black color on #C058A5 background.


White color preview on #C058A5 background

This text has white color on #C058A5 background.