COLOR #C09AC6

HEX: #C09AC6 RGB: (192,154,198)

Color info

#C09AC6 contains red, green and blue colors in about the same proportion. Web safe color of #C09AC6 is #CC99CC (or #C9C).

RGB color model

#C09AC6 color RGB value is (192,154,198).

RGB: (192,154,198) (75%, 60%, 78%)

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 198 of 255 = 78%

192
154
198

R + G + B ~ 71%. #C09AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 154 + 198 = 544 (100%)
R 192 of 544 ~ 35.29%
G 154 of 544 ~ 28.31%
B 198 of 544 ~ 36.4'%

%35.29
%28.31
%36.4

CMYK color model

#C09AC6 color CMYK value is (3,22,0,22).

  • cyan value is 3.03%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (3,22,0,22)
C3M22Y0K22 (3%, 22%, 0%, 22%)
(0.03 / 0.22 / 0.00 / 0.22)

CMYK percentages

%3.03
%22.22
%0
%22.35

Codes

Color #C09AC6 in popluar color models

C0 9A C6
RGB 192 154 198
HSL 292° 27.85% 69.02%
HSB/HSV 292° 22.22% 77.65%
CMYK 3.03% 22.22% 0.00%
22.35%

Color #C09AC6 in popluar number systems.

HEX C0 9A C6
Decimal 192 154 198
Binary 11000000 10011010 11000110
Octal 300 232 306

Shades and tints

Shades of #C09AC6

#C09AC6
(192,154,198)
#AF8CB4
(175,140,180)
#9E7EA2
(158,126,162)
#8D7090
(141,112,144)
#7C627E
(124,98,126)
#6B546C
(107,84,108)
#5A465A
(90,70,90)
#493848
(73,56,72)
#382A36
(56,42,54)
#271C24
(39,28,36)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #C09AC6

#C09AC6
(192,154,198)
#C5A3CB
(197,163,203)
#CAACD0
(202,172,208)
#CFB5D5
(207,181,213)
#D4BEDA
(212,190,218)
#D9C7DF
(217,199,223)
#DED0E4
(222,208,228)
#E3D9E9
(227,217,233)
#E8E2EE
(232,226,238)
#EDEBF3
(237,235,243)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09AC6 color. Also use rgb(192,154,198) instead hex code.

Text Font Color

.myTextColor { color: #C09AC6; }

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

This text font color is #C09AC6.

Background Color

.myBgColor { background-color: #C09AC6; }

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

This div background color is #C09AC6.

Border color

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

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

This div border color is #C09AC6.

Opacity

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

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

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

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

This text has shadow with #C09AC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09AC6.

Preview

Color preview on black background

This text has color #C09AC6 on black background.


Color preview on white background

This text has color #C09AC6 on white background.


Black color preview on #C09AC6 background

This text has black color on #C09AC6 background.


White color preview on #C09AC6 background

This text has white color on #C09AC6 background.


Related colors

Complementary color

Complementary color for #hex is #3F6539.


I love getcolorcode.com

Triadic colors

1 #C6C09A and #9AC6C0 with #C09AC6 are triadic colors.

2 #C69AC0 and #9AC0C6 with #C09AC6 are triadic colors.