COLOR #C074A8

HEX: #C074A8 RGB: (192,116,168)

Color info

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

RGB color model

#C074A8 color RGB value is (192,116,168).

RGB: (192,116,168) (75%, 45%, 66%)

RGB channels and saturation

R 192 of 255 = 75%
G 116 of 255 = 45%
B 168 of 255 = 66%

192
116
168

R + G + B ~ 62%. #C074A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 116 + 168 = 476 (100%)
R 192 of 476 ~ 40.34%
G 116 of 476 ~ 24.37%
B 168 of 476 ~ 35.29'%

%40.34
%24.37
%35.29

CMYK color model

#C074A8 color CMYK value is (0,40,13,25).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 12.50%
  • key color value is 24.71%

CMYK: (0,40,13,25)
C0M40Y13K25 (0%, 40%, 13%, 25%)
(0.00 / 0.40 / 0.13 / 0.25)

CMYK percentages

%0
%39.58
%12.5
%24.71

Codes

Color #C074A8 in popluar color models

C0 74 A8
RGB 192 116 168
HSL 319° 37.62% 60.39%
HSB/HSV 319° 39.58% 75.29%
CMYK 0.00% 39.58% 12.50%
24.71%

Color #C074A8 in popluar number systems.

HEX C0 74 A8
Decimal 192 116 168
Binary 11000000 1110100 10101000
Octal 300 164 250

Shades and tints

Shades of #C074A8

#C074A8
(192,116,168)
#AF6A99
(175,106,153)
#9E608A
(158,96,138)
#8D567B
(141,86,123)
#7C4C6C
(124,76,108)
#6B425D
(107,66,93)
#5A384E
(90,56,78)
#492E3F
(73,46,63)
#382430
(56,36,48)
#271A21
(39,26,33)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C074A8

#C074A8
(192,116,168)
#C580AF
(197,128,175)
#CA8CB6
(202,140,182)
#CF98BD
(207,152,189)
#D4A4C4
(212,164,196)
#D9B0CB
(217,176,203)
#DEBCD2
(222,188,210)
#E3C8D9
(227,200,217)
#E8D4E0
(232,212,224)
#EDE0E7
(237,224,231)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C074A8; }

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

This text font color is #C074A8.

Background Color

.myBgColor { background-color: #C074A8; }

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

This div background color is #C074A8.

Border color

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

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

This div border color is #C074A8.

Opacity

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

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

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

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

This text has shadow with #C074A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C074A8.

Preview

Color preview on black background

This text has color #C074A8 on black background.


Color preview on white background

This text has color #C074A8 on white background.


Black color preview on #C074A8 background

This text has black color on #C074A8 background.


White color preview on #C074A8 background

This text has white color on #C074A8 background.


Related colors

Complementary color

Complementary color for #hex is #3F8B57.


I love getcolorcode.com

Triadic colors

1 #A8C074 and #74A8C0 with #C074A8 are triadic colors.

2 #A874C0 and #74C0A8 with #C074A8 are triadic colors.