COLOR #C094C9

HEX: #C094C9 RGB: (192,148,201)

Color info

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

RGB color model

#C094C9 color RGB value is (192,148,201).

RGB: (192,148,201) (75%, 58%, 79%)

RGB channels and saturation

R 192 of 255 = 75%
G 148 of 255 = 58%
B 201 of 255 = 79%

192
148
201

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

Portions of RGB colors in percentages

R + G + B = 192 + 148 + 201 = 541 (100%)
R 192 of 541 ~ 35.49%
G 148 of 541 ~ 27.36%
B 201 of 541 ~ 37.15'%

%35.49
%27.36
%37.15

CMYK color model

#C094C9 color CMYK value is (4,26,0,21).

  • cyan value is 4.48%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (4,26,0,21)
C4M26Y0K21 (4%, 26%, 0%, 21%)
(0.04 / 0.26 / 0.00 / 0.21)

CMYK percentages

%4.48
%26.37
%0
%21.18

Codes

Color #C094C9 in popluar color models

C0 94 C9
RGB 192 148 201
HSL 290° 32.92% 68.43%
HSB/HSV 290° 26.37% 78.82%
CMYK 4.48% 26.37% 0.00%
21.18%

Color #C094C9 in popluar number systems.

HEX C0 94 C9
Decimal 192 148 201
Binary 11000000 10010100 11001001
Octal 300 224 311

Shades and tints

Shades of #C094C9

#C094C9
(192,148,201)
#AF87B7
(175,135,183)
#9E7AA5
(158,122,165)
#8D6D93
(141,109,147)
#7C6081
(124,96,129)
#6B536F
(107,83,111)
#5A465D
(90,70,93)
#49394B
(73,57,75)
#382C39
(56,44,57)
#271F27
(39,31,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #C094C9

#C094C9
(192,148,201)
#C59DCD
(197,157,205)
#CAA6D1
(202,166,209)
#CFAFD5
(207,175,213)
#D4B8D9
(212,184,217)
#D9C1DD
(217,193,221)
#DECAE1
(222,202,225)
#E3D3E5
(227,211,229)
#E8DCE9
(232,220,233)
#EDE5ED
(237,229,237)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C094C9 color. Also use rgb(192,148,201) instead hex code.

Text Font Color

.myTextColor { color: #C094C9; }

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

This text font color is #C094C9.

Background Color

.myBgColor { background-color: #C094C9; }

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

This div background color is #C094C9.

Border color

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

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

This div border color is #C094C9.

Opacity

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

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

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

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

This text has shadow with #C094C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C094C9.

Preview

Color preview on black background

This text has color #C094C9 on black background.


Color preview on white background

This text has color #C094C9 on white background.


Black color preview on #C094C9 background

This text has black color on #C094C9 background.


White color preview on #C094C9 background

This text has white color on #C094C9 background.


Related colors

Complementary color

Complementary color for #hex is #3F6B36.


I love getcolorcode.com

Triadic colors

1 #C9C094 and #94C9C0 with #C094C9 are triadic colors.

2 #C994C0 and #94C0C9 with #C094C9 are triadic colors.