COLOR #C16092

HEX: #C16092
RGB: (193,96,146)

Color info

#C16092 contains mainly red and blue colors. Web safe color of #C16092 is #CC6699 (or #C69).

RGB color model

#C16092 color RGB value is (193,96,146).

  • red value is 193;
  • green value is 96;
  • blue value is 146.
RGB:
(193,96,146)
(76%,38%,57%)

RGB channels and saturation

R 193 of 255 = 76%
G 96 of 255 = 38%
B 146 of 255 = 57%

193
96
146

R + G + B ~ 57%. #C16092 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 96 + 146 = 435 (100%)
R 193 of 435 ~ 44.37%
G 96 of 435 ~ 22.07%
B 146 of 435 ~ 33.56%

%44.37
%22.07
%33.56

CMYK color model

#C16092 color CMYK value is (0,50,24,24).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 24.35%
  • key color value is 24.31%
CMYK:
(0,50,24,24)
C0M50Y24K24 
(0%,50%,24%,24%)
(0.00/0.50/0.24/0.24)	

CMYK percentages

%0
%50.26
%24.35
%24.31

Codes

Color #C16092 in popluar color models

C16092
RGB19396146
HSL329°43.89%56.67%
HSB/HSV329°50.26%75.69%
CMYK0.00%50.26%24.35%
24.31%

Color #C16092 in popluar number systems.

HEXC16092
Decimal19396146
Binary11000001110000010010010
Octal301140222

Shades and tints

Shades of #C16092

#C16092
(193,96,146)
#B05885
(176,88,133)
#9F5078
(159,80,120)
#8E486B
(142,72,107)
#7D405E
(125,64,94)
#6C3851
(108,56,81)
#5B3044
(91,48,68)
#4A2837
(74,40,55)
#39202A
(57,32,42)
#28181D
(40,24,29)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C16092

#C16092
(193,96,146)
#C66E9B
(198,110,155)
#CB7CA4
(203,124,164)
#D08AAD
(208,138,173)
#D598B6
(213,152,182)
#DAA6BF
(218,166,191)
#DFB4C8
(223,180,200)
#E4C2D1
(228,194,209)
#E9D0DA
(233,208,218)
#EEDEE3
(238,222,227)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16092 color. Also use rgb(193,96,146) instead hex code.

Text Font Color

.myTextColor { color: #C16092; }

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

This text font color is #C16092.


Background Color

.myBgColor { background-color: #C16092; }

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

This div background color is #C16092.


Border color

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

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

This div border color is #C16092.


Opacity

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

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

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

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

This text has shadow with #C16092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16092 on black background.


Color preview on white background

This text has color #C16092 on white background.



Black color preview on #C16092 background

This text has black color on #C16092 background.


White color preview on #C16092 background

This text has white color on #C16092 background.