COLOR #C06FA6

HEX: #C06FA6 RGB: (192,111,166)

Color info

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

RGB color model

#C06FA6 color RGB value is (192,111,166).

RGB: (192,111,166) (75%, 44%, 65%)

RGB channels and saturation

R 192 of 255 = 75%
G 111 of 255 = 44%
B 166 of 255 = 65%

192
111
166

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

Portions of RGB colors in percentages

R + G + B = 192 + 111 + 166 = 469 (100%)
R 192 of 469 ~ 40.94%
G 111 of 469 ~ 23.67%
B 166 of 469 ~ 35.39'%

%40.94
%23.67
%35.39

CMYK color model

#C06FA6 color CMYK value is (0,42,14,25).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK: (0,42,14,25) C0M42Y14K25 (0%,42%,14%,25%) (0.00/0.42/0.14/0.25) 

CMYK percentages

%0
%42.19
%13.54
%24.71

Codes

Color #C06FA6 in popluar color models

C0 6F A6
RGB 192 111 166
HSL 319° 39.13% 59.41%
HSB/HSV 319° 42.19% 75.29%
CMYK 0.00% 42.19% 13.54%
24.71%

Color #C06FA6 in popluar number systems.

HEX C0 6F A6
Decimal 192 111 166
Binary 11000000 1101111 10100110
Octal 300 157 246

Shades and tints

Shades of #C06FA6

#C06FA6
(192,111,166)
#AF6597
(175,101,151)
#9E5B88
(158,91,136)
#8D5179
(141,81,121)
#7C476A
(124,71,106)
#6B3D5B
(107,61,91)
#5A334C
(90,51,76)
#49293D
(73,41,61)
#381F2E
(56,31,46)
#27151F
(39,21,31)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #C06FA6

#C06FA6
(192,111,166)
#C57CAE
(197,124,174)
#CA89B6
(202,137,182)
#CF96BE
(207,150,190)
#D4A3C6
(212,163,198)
#D9B0CE
(217,176,206)
#DEBDD6
(222,189,214)
#E3CADE
(227,202,222)
#E8D7E6
(232,215,230)
#EDE4EE
(237,228,238)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06FA6; }

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

This text font color is #C06FA6.

Background Color

.myBgColor { background-color: #C06FA6; }

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

This div background color is #C06FA6.

Border color

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

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

This div border color is #C06FA6.

Opacity

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

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

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

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

This text has shadow with #C06FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06FA6.

Preview

Color preview on black background

This text has color #C06FA6 on black background.


Color preview on white background

This text has color #C06FA6 on white background.


Black color preview on #C06FA6 background

This text has black color on #C06FA6 background.


White color preview on #C06FA6 background

This text has white color on #C06FA6 background.


Related colors

Complementary color

Complementary color for #hex is #3F9059.


I love getcolorcode.com

Triadic colors

1 #A6C06F and #6FA6C0 with #C06FA6 are triadic colors.

2 #A66FC0 and #6FC0A6 with #C06FA6 are triadic colors.