COLOR #C092D0

HEX: #C092D0
RGB: (192,146,208)

Color info

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

RGB color model

#C092D0 color RGB value is (192,146,208).

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

RGB channels and saturation

R 192 of 255 = 75%
G 146 of 255 = 57%
B 208 of 255 = 82%

192
146
208

R + G + B ~ 71%. #C092D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 146 + 208 = 546 (100%)
R 192 of 546 ~ 35.16%
G 146 of 546 ~ 26.74%
B 208 of 546 ~ 38.1%

%35.16
%26.74
%38.1

CMYK color model

#C092D0 color CMYK value is (8,30,0,18).

  • cyan value is 7.69%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(8,30,0,18)
C8M30Y0K18 
(8%,30%,0%,18%)
(0.08/0.30/0.00/0.18)	

CMYK percentages

%7.69
%29.81
%0
%18.43

Codes

Color #C092D0 in popluar color models

C092D0
RGB192146208
HSL285°39.74%69.41%
HSB/HSV285°29.81%81.57%
CMYK7.69%29.81%0.00%
18.43%

Color #C092D0 in popluar number systems.

HEXC092D0
Decimal192146208
Binary110000001001001011010000
Octal300222320

Shades and tints

Shades of #C092D0

#C092D0
(192,146,208)
#AF85BE
(175,133,190)
#9E78AC
(158,120,172)
#8D6B9A
(141,107,154)
#7C5E88
(124,94,136)
#6B5176
(107,81,118)
#5A4464
(90,68,100)
#493752
(73,55,82)
#382A40
(56,42,64)
#271D2E
(39,29,46)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #C092D0

#C092D0
(192,146,208)
#C59BD4
(197,155,212)
#CAA4D8
(202,164,216)
#CFADDC
(207,173,220)
#D4B6E0
(212,182,224)
#D9BFE4
(217,191,228)
#DEC8E8
(222,200,232)
#E3D1EC
(227,209,236)
#E8DAF0
(232,218,240)
#EDE3F4
(237,227,244)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C092D0; }

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

This text font color is #C092D0.


Background Color

.myBgColor { background-color: #C092D0; }

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

This div background color is #C092D0.


Border color

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

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

This div border color is #C092D0.


Opacity

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

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

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

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

This text has shadow with #C092D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C092D0 on black background.


Color preview on white background

This text has color #C092D0 on white background.



Black color preview on #C092D0 background

This text has black color on #C092D0 background.


White color preview on #C092D0 background

This text has white color on #C092D0 background.