COLOR #C06AC2

HEX: #C06AC2 RGB: (192,106,194)

Color info

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

RGB color model

#C06AC2 color RGB value is (192,106,194).

RGB: (192,106,194) (75%, 42%, 76%)

RGB channels and saturation

R 192 of 255 = 75%
G 106 of 255 = 42%
B 194 of 255 = 76%

192
106
194

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

Portions of RGB colors in percentages

R + G + B = 192 + 106 + 194 = 492 (100%)
R 192 of 492 ~ 39.02%
G 106 of 492 ~ 21.54%
B 194 of 492 ~ 39.43'%

%39.02
%21.54
%39.43

CMYK color model

#C06AC2 color CMYK value is (1,45,0,24).

  • cyan value is 1.03%
  • magenta value is 45.36%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (1,45,0,24)
C1M45Y0K24 (1%, 45%, 0%, 24%)
(0.01 / 0.45 / 0.00 / 0.24)

CMYK percentages

%1.03
%45.36
%0
%23.92

Codes

Color #C06AC2 in popluar color models

C0 6A C2
RGB 192 106 194
HSL 299° 41.90% 58.82%
HSB/HSV 299° 45.36% 76.08%
CMYK 1.03% 45.36% 0.00%
23.92%

Color #C06AC2 in popluar number systems.

HEX C0 6A C2
Decimal 192 106 194
Binary 11000000 1101010 11000010
Octal 300 152 302

Shades and tints

Shades of #C06AC2

#C06AC2
(192,106,194)
#AF61B1
(175,97,177)
#9E58A0
(158,88,160)
#8D4F8F
(141,79,143)
#7C467E
(124,70,126)
#6B3D6D
(107,61,109)
#5A345C
(90,52,92)
#492B4B
(73,43,75)
#38223A
(56,34,58)
#271929
(39,25,41)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #C06AC2

#C06AC2
(192,106,194)
#C577C7
(197,119,199)
#CA84CC
(202,132,204)
#CF91D1
(207,145,209)
#D49ED6
(212,158,214)
#D9ABDB
(217,171,219)
#DEB8E0
(222,184,224)
#E3C5E5
(227,197,229)
#E8D2EA
(232,210,234)
#EDDFEF
(237,223,239)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06AC2 color. Also use rgb(192,106,194) instead hex code.

Text Font Color

.myTextColor { color: #C06AC2; }

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

This text font color is #C06AC2.

Background Color

.myBgColor { background-color: #C06AC2; }

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

This div background color is #C06AC2.

Border color

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

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

This div border color is #C06AC2.

Opacity

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

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

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

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

This text has shadow with #C06AC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06AC2.

Preview

Color preview on black background

This text has color #C06AC2 on black background.


Color preview on white background

This text has color #C06AC2 on white background.


Black color preview on #C06AC2 background

This text has black color on #C06AC2 background.


White color preview on #C06AC2 background

This text has white color on #C06AC2 background.


Related colors

Complementary color

Complementary color for #hex is #3F953D.


I love getcolorcode.com

Triadic colors

1 #C2C06A and #6AC2C0 with #C06AC2 are triadic colors.

2 #C26AC0 and #6AC0C2 with #C06AC2 are triadic colors.