COLOR #C094A0

HEX: #C094A0
RGB: (192,148,160)

Color info

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

RGB color model

#C094A0 color RGB value is (192,148,160).

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

RGB channels and saturation

R 192 of 255 = 75%
G 148 of 255 = 58%
B 160 of 255 = 63%

192
148
160

R + G + B ~ 65%. #C094A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 148 + 160 = 500 (100%)
R 192 of 500 ~ 38.4%
G 148 of 500 ~ 29.6%
B 160 of 500 ~ 32%

%38.4
%29.6
%32

CMYK color model

#C094A0 color CMYK value is (0,23,17,25).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(0,23,17,25)
C0M23Y17K25 
(0%,23%,17%,25%)
(0.00/0.23/0.17/0.25)	

CMYK percentages

%0
%22.92
%16.67
%24.71

Codes

Color #C094A0 in popluar color models

C094A0
RGB192148160
HSL344°25.88%66.67%
HSB/HSV344°22.92%75.29%
CMYK0.00%22.92%16.67%
24.71%

Color #C094A0 in popluar number systems.

HEXC094A0
Decimal192148160
Binary110000001001010010100000
Octal300224240

Shades and tints

Shades of #C094A0

#C094A0
(192,148,160)
#AF8792
(175,135,146)
#9E7A84
(158,122,132)
#8D6D76
(141,109,118)
#7C6068
(124,96,104)
#6B535A
(107,83,90)
#5A464C
(90,70,76)
#49393E
(73,57,62)
#382C30
(56,44,48)
#271F22
(39,31,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #C094A0

#C094A0
(192,148,160)
#C59DA8
(197,157,168)
#CAA6B0
(202,166,176)
#CFAFB8
(207,175,184)
#D4B8C0
(212,184,192)
#D9C1C8
(217,193,200)
#DECAD0
(222,202,208)
#E3D3D8
(227,211,216)
#E8DCE0
(232,220,224)
#EDE5E8
(237,229,232)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C094A0; }

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

This text font color is #C094A0.


Background Color

.myBgColor { background-color: #C094A0; }

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

This div background color is #C094A0.


Border color

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

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

This div border color is #C094A0.


Opacity

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

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

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

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

This text has shadow with #C094A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C094A0 on black background.


Color preview on white background

This text has color #C094A0 on white background.



Black color preview on #C094A0 background

This text has black color on #C094A0 background.


White color preview on #C094A0 background

This text has white color on #C094A0 background.