COLOR #C06ABB

HEX: #C06ABB RGB: (192,106,187)

Color info

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

RGB color model

#C06ABB color RGB value is (192,106,187).

RGB: (192,106,187) (75%, 42%, 73%)

RGB channels and saturation

R 192 of 255 = 75%
G 106 of 255 = 42%
B 187 of 255 = 73%

192
106
187

R + G + B ~ 63%. #C06ABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 106 + 187 = 485 (100%)
R 192 of 485 ~ 39.59%
G 106 of 485 ~ 21.86%
B 187 of 485 ~ 38.56'%

%39.59
%21.86
%38.56

CMYK color model

#C06ABB color CMYK value is (0,45,3,25).

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

CMYK: (0,45,3,25)
C0M45Y3K25 (0%, 45%, 3%, 25%)
(0.00 / 0.45 / 0.03 / 0.25)

CMYK percentages

%0
%44.79
%2.6
%24.71

Codes

Color #C06ABB in popluar color models

C0 6A BB
RGB 192 106 187
HSL 303° 40.57% 58.43%
HSB/HSV 303° 44.79% 75.29%
CMYK 0.00% 44.79% 2.60%
24.71%

Color #C06ABB in popluar number systems.

HEX C0 6A BB
Decimal 192 106 187
Binary 11000000 1101010 10111011
Octal 300 152 273

Shades and tints

Shades of #C06ABB

#C06ABB
(192,106,187)
#AF61AA
(175,97,170)
#9E5899
(158,88,153)
#8D4F88
(141,79,136)
#7C4677
(124,70,119)
#6B3D66
(107,61,102)
#5A3455
(90,52,85)
#492B44
(73,43,68)
#382233
(56,34,51)
#271922
(39,25,34)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #C06ABB

#C06ABB
(192,106,187)
#C577C1
(197,119,193)
#CA84C7
(202,132,199)
#CF91CD
(207,145,205)
#D49ED3
(212,158,211)
#D9ABD9
(217,171,217)
#DEB8DF
(222,184,223)
#E3C5E5
(227,197,229)
#E8D2EB
(232,210,235)
#EDDFF1
(237,223,241)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06ABB; }

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

This text font color is #C06ABB.

Background Color

.myBgColor { background-color: #C06ABB; }

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

This div background color is #C06ABB.

Border color

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

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

This div border color is #C06ABB.

Opacity

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

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

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

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

This text has shadow with #C06ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06ABB.

Preview

Color preview on black background

This text has color #C06ABB on black background.


Color preview on white background

This text has color #C06ABB on white background.


Black color preview on #C06ABB background

This text has black color on #C06ABB background.


White color preview on #C06ABB background

This text has white color on #C06ABB background.


Related colors

Complementary color

Complementary color for #hex is #3F9544.


I love getcolorcode.com

Triadic colors

1 #BBC06A and #6ABBC0 with #C06ABB are triadic colors.

2 #BB6AC0 and #6AC0BB with #C06ABB are triadic colors.