COLOR #C05CA7

HEX: #C05CA7 RGB: (192,92,167)

Color info

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

RGB color model

#C05CA7 color RGB value is (192,92,167).

RGB: (192,92,167) (75%, 36%, 65%)

RGB channels and saturation

R 192 of 255 = 75%
G 92 of 255 = 36%
B 167 of 255 = 65%

192
92
167

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

Portions of RGB colors in percentages

R + G + B = 192 + 92 + 167 = 451 (100%)
R 192 of 451 ~ 42.57%
G 92 of 451 ~ 20.4%
B 167 of 451 ~ 37.03'%

%42.57
%20.4
%37.03

CMYK color model

#C05CA7 color CMYK value is (0,52,13,25).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 13.02%
  • key color value is 24.71%
CMYK: (0,52,13,25) C0M52Y13K25 (0%,52%,13%,25%) (0.00/0.52/0.13/0.25) 

CMYK percentages

%0
%52.08
%13.02
%24.71

Codes

Color #C05CA7 in popluar color models

C0 5C A7
RGB 192 92 167
HSL 315° 44.25% 55.69%
HSB/HSV 315° 52.08% 75.29%
CMYK 0.00% 52.08% 13.02%
24.71%

Color #C05CA7 in popluar number systems.

HEX C0 5C A7
Decimal 192 92 167
Binary 11000000 1011100 10100111
Octal 300 134 247

Shades and tints

Shades of #C05CA7

#C05CA7
(192,92,167)
#AF5498
(175,84,152)
#9E4C89
(158,76,137)
#8D447A
(141,68,122)
#7C3C6B
(124,60,107)
#6B345C
(107,52,92)
#5A2C4D
(90,44,77)
#49243E
(73,36,62)
#381C2F
(56,28,47)
#271420
(39,20,32)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #C05CA7

#C05CA7
(192,92,167)
#C56AAF
(197,106,175)
#CA78B7
(202,120,183)
#CF86BF
(207,134,191)
#D494C7
(212,148,199)
#D9A2CF
(217,162,207)
#DEB0D7
(222,176,215)
#E3BEDF
(227,190,223)
#E8CCE7
(232,204,231)
#EDDAEF
(237,218,239)
#F2E8F7
(242,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05CA7 color. Also use rgb(192,92,167) instead hex code.

Text Font Color

.myTextColor { color: #C05CA7; }

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

This text font color is #C05CA7.

Background Color

.myBgColor { background-color: #C05CA7; }

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

This div background color is #C05CA7.

Border color

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

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

This div border color is #C05CA7.

Opacity

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

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

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

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

This text has shadow with #C05CA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C05CA7.

Preview

Color preview on black background

This text has color #C05CA7 on black background.


Color preview on white background

This text has color #C05CA7 on white background.


Black color preview on #C05CA7 background

This text has black color on #C05CA7 background.


White color preview on #C05CA7 background

This text has white color on #C05CA7 background.


Related colors

Complementary color

Complementary color for #hex is #3FA358.


I love getcolorcode.com

Triadic colors

1 #A7C05C and #5CA7C0 with #C05CA7 are triadic colors.

2 #A75CC0 and #5CC0A7 with #C05CA7 are triadic colors.