COLOR #C074B5

HEX: #C074B5
RGB: (192,116,181)

Color info

#C074B5 contains mainly red and blue colors. Web safe color of #C074B5 is #CC66CC (or #C6C).

RGB color model

#C074B5 color RGB value is (192,116,181).

  • red value is 192;
  • green value is 116;
  • blue value is 181.
RGB:
(192,116,181)
(75%,45%,71%)

RGB channels and saturation

R 192 of 255 = 75%
G 116 of 255 = 45%
B 181 of 255 = 71%

192
116
181

R + G + B ~ 64%. #C074B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 116 + 181 = 489 (100%)
R 192 of 489 ~ 39.26%
G 116 of 489 ~ 23.72%
B 181 of 489 ~ 37.01%

%39.26
%23.72
%37.01

CMYK color model

#C074B5 color CMYK value is (0,40,6,25).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(0,40,6,25)
C0M40Y6K25 
(0%,40%,6%,25%)
(0.00/0.40/0.06/0.25)	

CMYK percentages

%0
%39.58
%5.73
%24.71

Codes

Color #C074B5 in popluar color models

C074B5
RGB192116181
HSL309°37.62%60.39%
HSB/HSV309°39.58%75.29%
CMYK0.00%39.58%5.73%
24.71%

Color #C074B5 in popluar number systems.

HEXC074B5
Decimal192116181
Binary11000000111010010110101
Octal300164265

Shades and tints

Shades of #C074B5

#C074B5
(192,116,181)
#AF6AA5
(175,106,165)
#9E6095
(158,96,149)
#8D5685
(141,86,133)
#7C4C75
(124,76,117)
#6B4265
(107,66,101)
#5A3855
(90,56,85)
#492E45
(73,46,69)
#382435
(56,36,53)
#271A25
(39,26,37)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #C074B5

#C074B5
(192,116,181)
#C580BB
(197,128,187)
#CA8CC1
(202,140,193)
#CF98C7
(207,152,199)
#D4A4CD
(212,164,205)
#D9B0D3
(217,176,211)
#DEBCD9
(222,188,217)
#E3C8DF
(227,200,223)
#E8D4E5
(232,212,229)
#EDE0EB
(237,224,235)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C074B5 color. Also use rgb(192,116,181) instead hex code.

Text Font Color

.myTextColor { color: #C074B5; }

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

This text font color is #C074B5.


Background Color

.myBgColor { background-color: #C074B5; }

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

This div background color is #C074B5.


Border color

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

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

This div border color is #C074B5.


Opacity

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

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

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

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

This text has shadow with #C074B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C074B5 on black background.


Color preview on white background

This text has color #C074B5 on white background.



Black color preview on #C074B5 background

This text has black color on #C074B5 background.


White color preview on #C074B5 background

This text has white color on #C074B5 background.