COLOR #C09AC1

HEX: #C09AC1 RGB: (192,154,193)

Color info

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

RGB color model

#C09AC1 color RGB value is (192,154,193).

RGB: (192,154,193) (75%, 60%, 76%)

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 193 of 255 = 76%

192
154
193

R + G + B ~ 70%. #C09AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 154 + 193 = 539 (100%)
R 192 of 539 ~ 35.62%
G 154 of 539 ~ 28.57%
B 193 of 539 ~ 35.81'%

%35.62
%28.57
%35.81

CMYK color model

#C09AC1 color CMYK value is (1,20,0,24).

  • cyan value is 0.52%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (1,20,0,24)
C1M20Y0K24 (1%, 20%, 0%, 24%)
(0.01 / 0.20 / 0.00 / 0.24)

CMYK percentages

%0.52
%20.21
%0
%24.31

Codes

Color #C09AC1 in popluar color models

C0 9A C1
RGB 192 154 193
HSL 298° 23.93% 68.04%
HSB/HSV 298° 20.21% 75.69%
CMYK 0.52% 20.21% 0.00%
24.31%

Color #C09AC1 in popluar number systems.

HEX C0 9A C1
Decimal 192 154 193
Binary 11000000 10011010 11000001
Octal 300 232 301

Shades and tints

Shades of #C09AC1

#C09AC1
(192,154,193)
#AF8CB0
(175,140,176)
#9E7E9F
(158,126,159)
#8D708E
(141,112,142)
#7C627D
(124,98,125)
#6B546C
(107,84,108)
#5A465B
(90,70,91)
#49384A
(73,56,74)
#382A39
(56,42,57)
#271C28
(39,28,40)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #C09AC1

#C09AC1
(192,154,193)
#C5A3C6
(197,163,198)
#CAACCB
(202,172,203)
#CFB5D0
(207,181,208)
#D4BED5
(212,190,213)
#D9C7DA
(217,199,218)
#DED0DF
(222,208,223)
#E3D9E4
(227,217,228)
#E8E2E9
(232,226,233)
#EDEBEE
(237,235,238)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09AC1; }

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

This text font color is #C09AC1.

Background Color

.myBgColor { background-color: #C09AC1; }

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

This div background color is #C09AC1.

Border color

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

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

This div border color is #C09AC1.

Opacity

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

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

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

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

This text has shadow with #C09AC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09AC1.

Preview

Color preview on black background

This text has color #C09AC1 on black background.


Color preview on white background

This text has color #C09AC1 on white background.


Black color preview on #C09AC1 background

This text has black color on #C09AC1 background.


White color preview on #C09AC1 background

This text has white color on #C09AC1 background.


Related colors

Complementary color

Complementary color for #hex is #3F653E.


I love getcolorcode.com

Triadic colors

1 #C1C09A and #9AC1C0 with #C09AC1 are triadic colors.

2 #C19AC0 and #9AC0C1 with #C09AC1 are triadic colors.