COLOR #C094B2

HEX: #C094B2
RGB: (192,148,178)

Color info

#C094B2 contains red, green and blue colors in about the same proportion. Web safe color of #C094B2 is #CC9999 (or #C99).

RGB color model

#C094B2 color RGB value is (192,148,178).

  • red value is 192;
  • green value is 148;
  • blue value is 178.
RGB:
(192,148,178)
(75%,58%,70%)

RGB channels and saturation

R 192 of 255 = 75%
G 148 of 255 = 58%
B 178 of 255 = 70%

192
148
178

R + G + B ~ 68%. #C094B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 148 + 178 = 518 (100%)
R 192 of 518 ~ 37.07%
G 148 of 518 ~ 28.57%
B 178 of 518 ~ 34.36%

%37.07
%28.57
%34.36

CMYK color model

#C094B2 color CMYK value is (0,23,7,25).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK:
(0,23,7,25)
C0M23Y7K25 
(0%,23%,7%,25%)
(0.00/0.23/0.07/0.25)	

CMYK percentages

%0
%22.92
%7.29
%24.71

Codes

Color #C094B2 in popluar color models

C094B2
RGB192148178
HSL319°25.88%66.67%
HSB/HSV319°22.92%75.29%
CMYK0.00%22.92%7.29%
24.71%

Color #C094B2 in popluar number systems.

HEXC094B2
Decimal192148178
Binary110000001001010010110010
Octal300224262

Shades and tints

Shades of #C094B2

#C094B2
(192,148,178)
#AF87A2
(175,135,162)
#9E7A92
(158,122,146)
#8D6D82
(141,109,130)
#7C6072
(124,96,114)
#6B5362
(107,83,98)
#5A4652
(90,70,82)
#493942
(73,57,66)
#382C32
(56,44,50)
#271F22
(39,31,34)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C094B2

#C094B2
(192,148,178)
#C59DB9
(197,157,185)
#CAA6C0
(202,166,192)
#CFAFC7
(207,175,199)
#D4B8CE
(212,184,206)
#D9C1D5
(217,193,213)
#DECADC
(222,202,220)
#E3D3E3
(227,211,227)
#E8DCEA
(232,220,234)
#EDE5F1
(237,229,241)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C094B2; }

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

This text font color is #C094B2.


Background Color

.myBgColor { background-color: #C094B2; }

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

This div background color is #C094B2.


Border color

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

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

This div border color is #C094B2.


Opacity

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

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

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

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

This text has shadow with #C094B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C094B2 on black background.


Color preview on white background

This text has color #C094B2 on white background.



Black color preview on #C094B2 background

This text has black color on #C094B2 background.


White color preview on #C094B2 background

This text has white color on #C094B2 background.