COLOR #C05984

HEX: #C05984
RGB: (192,89,132)

Color info

#C05984 contains mainly red color. Web safe color of #C05984 is #CC6699 (or #C69).

RGB color model

#C05984 color RGB value is (192,89,132).

  • red value is 192;
  • green value is 89;
  • blue value is 132.
RGB:
(192,89,132)
(75%,35%,52%)

RGB channels and saturation

R 192 of 255 = 75%
G 89 of 255 = 35%
B 132 of 255 = 52%

192
89
132

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

Portions of RGB colors in percentages

R + G + B =
192 + 89 + 132 = 413 (100%)
R 192 of 413 ~ 46.49%
G 89 of 413 ~ 21.55%
B 132 of 413 ~ 31.96%

%46.49
%21.55
%31.96

CMYK color model

#C05984 color CMYK value is (0,54,31,25).

  • cyan value is 0.00%
  • magenta value is 53.65%
  • yellow value is 31.25%
  • key color value is 24.71%
CMYK:
(0,54,31,25)
C0M54Y31K25 
(0%,54%,31%,25%)
(0.00/0.54/0.31/0.25)	

CMYK percentages

%0
%53.65
%31.25
%24.71

Codes

Color #C05984 in popluar color models

C05984
RGB19289132
HSL335°44.98%55.10%
HSB/HSV335°53.65%75.29%
CMYK0.00%53.65%31.25%
24.71%

Color #C05984 in popluar number systems.

HEXC05984
Decimal19289132
Binary11000000101100110000100
Octal300131204

Shades and tints

Shades of #C05984

#C05984
(192,89,132)
#AF5178
(175,81,120)
#9E496C
(158,73,108)
#8D4160
(141,65,96)
#7C3954
(124,57,84)
#6B3148
(107,49,72)
#5A293C
(90,41,60)
#492130
(73,33,48)
#381924
(56,25,36)
#271118
(39,17,24)
#16090C
(22,9,12)
#000000
(0,0,0)

Tints of #C05984

#C05984
(192,89,132)
#C5688F
(197,104,143)
#CA779A
(202,119,154)
#CF86A5
(207,134,165)
#D495B0
(212,149,176)
#D9A4BB
(217,164,187)
#DEB3C6
(222,179,198)
#E3C2D1
(227,194,209)
#E8D1DC
(232,209,220)
#EDE0E7
(237,224,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05984 color. Also use rgb(192,89,132) instead hex code.

Text Font Color

.myTextColor { color: #C05984; }

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

This text font color is #C05984.


Background Color

.myBgColor { background-color: #C05984; }

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

This div background color is #C05984.


Border color

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

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

This div border color is #C05984.


Opacity

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

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

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

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

This text has shadow with #C05984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05984 on black background.


Color preview on white background

This text has color #C05984 on white background.



Black color preview on #C05984 background

This text has black color on #C05984 background.


White color preview on #C05984 background

This text has white color on #C05984 background.