COLOR #C093B6

HEX: #C093B6
RGB: (192,147,182)

Color info

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

RGB color model

#C093B6 color RGB value is (192,147,182).

  • red value is 192;
  • green value is 147;
  • blue value is 182.
RGB:
(192,147,182)
(75%,58%,71%)

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 182 of 255 = 71%

192
147
182

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

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 182 = 521 (100%)
R 192 of 521 ~ 36.85%
G 147 of 521 ~ 28.21%
B 182 of 521 ~ 34.93%

%36.85
%28.21
%34.93

CMYK color model

#C093B6 color CMYK value is (0,23,5,25).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 5.21%
  • key color value is 24.71%
CMYK:
(0,23,5,25)
C0M23Y5K25 
(0%,23%,5%,25%)
(0.00/0.23/0.05/0.25)	

CMYK percentages

%0
%23.44
%5.21
%24.71

Codes

Color #C093B6 in popluar color models

C093B6
RGB192147182
HSL313°26.32%66.47%
HSB/HSV313°23.44%75.29%
CMYK0.00%23.44%5.21%
24.71%

Color #C093B6 in popluar number systems.

HEXC093B6
Decimal192147182
Binary110000001001001110110110
Octal300223266

Shades and tints

Shades of #C093B6

#C093B6
(192,147,182)
#AF86A6
(175,134,166)
#9E7996
(158,121,150)
#8D6C86
(141,108,134)
#7C5F76
(124,95,118)
#6B5266
(107,82,102)
#5A4556
(90,69,86)
#493846
(73,56,70)
#382B36
(56,43,54)
#271E26
(39,30,38)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C093B6

#C093B6
(192,147,182)
#C59CBC
(197,156,188)
#CAA5C2
(202,165,194)
#CFAEC8
(207,174,200)
#D4B7CE
(212,183,206)
#D9C0D4
(217,192,212)
#DEC9DA
(222,201,218)
#E3D2E0
(227,210,224)
#E8DBE6
(232,219,230)
#EDE4EC
(237,228,236)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C093B6 color. Also use rgb(192,147,182) instead hex code.

Text Font Color

.myTextColor { color: #C093B6; }

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

This text font color is #C093B6.


Background Color

.myBgColor { background-color: #C093B6; }

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

This div background color is #C093B6.


Border color

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

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

This div border color is #C093B6.


Opacity

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

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

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

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

This text has shadow with #C093B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C093B6 on black background.


Color preview on white background

This text has color #C093B6 on white background.



Black color preview on #C093B6 background

This text has black color on #C093B6 background.


White color preview on #C093B6 background

This text has white color on #C093B6 background.