COLOR #C092E0

HEX: #C092E0
RGB: (192,146,224)

Color info

#C092E0 contains mainly red and blue colors. Web safe color of #C092E0 is #CC99CC (or #C9C).

RGB color model

#C092E0 color RGB value is (192,146,224).

  • red value is 192;
  • green value is 146;
  • blue value is 224.
RGB:
(192,146,224)
(75%,57%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 146 of 255 = 57%
B 224 of 255 = 88%

192
146
224

R + G + B ~ 73%. #C092E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 146 + 224 = 562 (100%)
R 192 of 562 ~ 34.16%
G 146 of 562 ~ 25.98%
B 224 of 562 ~ 39.86%

%34.16
%25.98
%39.86

CMYK color model

#C092E0 color CMYK value is (14,35,0,12).

  • cyan value is 14.29%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,35,0,12)
C14M35Y0K12 
(14%,35%,0%,12%)
(0.14/0.35/0.00/0.12)	

CMYK percentages

%14.29
%34.82
%0
%12.16

Codes

Color #C092E0 in popluar color models

C092E0
RGB192146224
HSL275°55.71%72.55%
HSB/HSV275°34.82%87.84%
CMYK14.29%34.82%0.00%
12.16%

Color #C092E0 in popluar number systems.

HEXC092E0
Decimal192146224
Binary110000001001001011100000
Octal300222340

Shades and tints

Shades of #C092E0

#C092E0
(192,146,224)
#AF85CC
(175,133,204)
#9E78B8
(158,120,184)
#8D6BA4
(141,107,164)
#7C5E90
(124,94,144)
#6B517C
(107,81,124)
#5A4468
(90,68,104)
#493754
(73,55,84)
#382A40
(56,42,64)
#271D2C
(39,29,44)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #C092E0

#C092E0
(192,146,224)
#C59BE2
(197,155,226)
#CAA4E4
(202,164,228)
#CFADE6
(207,173,230)
#D4B6E8
(212,182,232)
#D9BFEA
(217,191,234)
#DEC8EC
(222,200,236)
#E3D1EE
(227,209,238)
#E8DAF0
(232,218,240)
#EDE3F2
(237,227,242)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C092E0 color. Also use rgb(192,146,224) instead hex code.

Text Font Color

.myTextColor { color: #C092E0; }

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

This text font color is #C092E0.


Background Color

.myBgColor { background-color: #C092E0; }

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

This div background color is #C092E0.


Border color

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

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

This div border color is #C092E0.


Opacity

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

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

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

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

This text has shadow with #C092E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C092E0 on black background.


Color preview on white background

This text has color #C092E0 on white background.



Black color preview on #C092E0 background

This text has black color on #C092E0 background.


White color preview on #C092E0 background

This text has white color on #C092E0 background.