COLOR #C055A6

HEX: #C055A6 RGB: (192,85,166)

Color info

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

RGB color model

#C055A6 color RGB value is (192,85,166).

RGB: (192,85,166) (75%, 33%, 65%)

RGB channels and saturation

R 192 of 255 = 75%
G 85 of 255 = 33%
B 166 of 255 = 65%

192
85
166

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

Portions of RGB colors in percentages

R + G + B = 192 + 85 + 166 = 443 (100%)
R 192 of 443 ~ 43.34%
G 85 of 443 ~ 19.19%
B 166 of 443 ~ 37.47'%

%43.34
%19.19
%37.47

CMYK color model

#C055A6 color CMYK value is (0,56,14,25).

  • cyan value is 0.00%
  • magenta value is 55.73%
  • yellow value is 13.54%
  • key color value is 24.71%

CMYK: (0,56,14,25)
C0M56Y14K25 (0%, 56%, 14%, 25%)
(0.00 / 0.56 / 0.14 / 0.25)

CMYK percentages

%0
%55.73
%13.54
%24.71

Codes

Color #C055A6 in popluar color models

C0 55 A6
RGB 192 85 166
HSL 315° 45.92% 54.31%
HSB/HSV 315° 55.73% 75.29%
CMYK 0.00% 55.73% 13.54%
24.71%

Color #C055A6 in popluar number systems.

HEX C0 55 A6
Decimal 192 85 166
Binary 11000000 1010101 10100110
Octal 300 125 246

Shades and tints

Shades of #C055A6

#C055A6
(192,85,166)
#AF4E97
(175,78,151)
#9E4788
(158,71,136)
#8D4079
(141,64,121)
#7C396A
(124,57,106)
#6B325B
(107,50,91)
#5A2B4C
(90,43,76)
#49243D
(73,36,61)
#381D2E
(56,29,46)
#27161F
(39,22,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #C055A6

#C055A6
(192,85,166)
#C564AE
(197,100,174)
#CA73B6
(202,115,182)
#CF82BE
(207,130,190)
#D491C6
(212,145,198)
#D9A0CE
(217,160,206)
#DEAFD6
(222,175,214)
#E3BEDE
(227,190,222)
#E8CDE6
(232,205,230)
#EDDCEE
(237,220,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C055A6 color. Also use rgb(192,85,166) instead hex code.

Text Font Color

.myTextColor { color: #C055A6; }

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

This text font color is #C055A6.

Background Color

.myBgColor { background-color: #C055A6; }

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

This div background color is #C055A6.

Border color

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

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

This div border color is #C055A6.

Opacity

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

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

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

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

This text has shadow with #C055A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C055A6.

Preview

Color preview on black background

This text has color #C055A6 on black background.


Color preview on white background

This text has color #C055A6 on white background.


Black color preview on #C055A6 background

This text has black color on #C055A6 background.


White color preview on #C055A6 background

This text has white color on #C055A6 background.


Related colors

Complementary color

Complementary color for #hex is #3FAA59.


I love getcolorcode.com

Triadic colors

1 #A6C055 and #55A6C0 with #C055A6 are triadic colors.

2 #A655C0 and #55C0A6 with #C055A6 are triadic colors.