COLOR #C06AAC

HEX: #C06AAC RGB: (192,106,172)

Color info

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

RGB color model

#C06AAC color RGB value is (192,106,172).

RGB: (192,106,172) (75%, 42%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 106 of 255 = 42%
B 172 of 255 = 67%

192
106
172

R + G + B ~ 61%. #C06AAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 106 + 172 = 470 (100%)
R 192 of 470 ~ 40.85%
G 106 of 470 ~ 22.55%
B 172 of 470 ~ 36.6'%

%40.85
%22.55
%36.6

CMYK color model

#C06AAC color CMYK value is (0,45,10,25).

  • cyan value is 0.00%
  • magenta value is 44.79%
  • yellow value is 10.42%
  • key color value is 24.71%

CMYK: (0,45,10,25)
C0M45Y10K25 (0%, 45%, 10%, 25%)
(0.00 / 0.45 / 0.10 / 0.25)

CMYK percentages

%0
%44.79
%10.42
%24.71

Codes

Color #C06AAC in popluar color models

C0 6A AC
RGB 192 106 172
HSL 314° 40.57% 58.43%
HSB/HSV 314° 44.79% 75.29%
CMYK 0.00% 44.79% 10.42%
24.71%

Color #C06AAC in popluar number systems.

HEX C0 6A AC
Decimal 192 106 172
Binary 11000000 1101010 10101100
Octal 300 152 254

Shades and tints

Shades of #C06AAC

#C06AAC
(192,106,172)
#AF619D
(175,97,157)
#9E588E
(158,88,142)
#8D4F7F
(141,79,127)
#7C4670
(124,70,112)
#6B3D61
(107,61,97)
#5A3452
(90,52,82)
#492B43
(73,43,67)
#382234
(56,34,52)
#271925
(39,25,37)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #C06AAC

#C06AAC
(192,106,172)
#C577B3
(197,119,179)
#CA84BA
(202,132,186)
#CF91C1
(207,145,193)
#D49EC8
(212,158,200)
#D9ABCF
(217,171,207)
#DEB8D6
(222,184,214)
#E3C5DD
(227,197,221)
#E8D2E4
(232,210,228)
#EDDFEB
(237,223,235)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06AAC; }

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

This text font color is #C06AAC.

Background Color

.myBgColor { background-color: #C06AAC; }

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

This div background color is #C06AAC.

Border color

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

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

This div border color is #C06AAC.

Opacity

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

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

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

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

This text has shadow with #C06AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06AAC.

Preview

Color preview on black background

This text has color #C06AAC on black background.


Color preview on white background

This text has color #C06AAC on white background.


Black color preview on #C06AAC background

This text has black color on #C06AAC background.


White color preview on #C06AAC background

This text has white color on #C06AAC background.


Related colors

Complementary color

Complementary color for #hex is #3F9553.


I love getcolorcode.com

Triadic colors

1 #ACC06A and #6AACC0 with #C06AAC are triadic colors.

2 #AC6AC0 and #6AC0AC with #C06AAC are triadic colors.