COLOR #C792DC

HEX: #C792DC
RGB: (199,146,220)

Color info

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

RGB color model

#C792DC color RGB value is (199,146,220).

  • red value is 199;
  • green value is 146;
  • blue value is 220.
RGB:
(199,146,220)
(78%,57%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 146 of 255 = 57%
B 220 of 255 = 86%

199
146
220

R + G + B ~ 74%. #C792DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 146 + 220 = 565 (100%)
R 199 of 565 ~ 35.22%
G 146 of 565 ~ 25.84%
B 220 of 565 ~ 38.94%

%35.22
%25.84
%38.94

CMYK color model

#C792DC color CMYK value is (10,34,0,14).

  • cyan value is 9.55%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,34,0,14)
C10M34Y0K14 
(10%,34%,0%,14%)
(0.10/0.34/0.00/0.14)	

CMYK percentages

%9.55
%33.64
%0
%13.73

Codes

Color #C792DC in popluar color models

C792DC
RGB199146220
HSL283°51.39%71.76%
HSB/HSV283°33.64%86.27%
CMYK9.55%33.64%0.00%
13.73%

Color #C792DC in popluar number systems.

HEXC792DC
Decimal199146220
Binary110001111001001011011100
Octal307222334

Shades and tints

Shades of #C792DC

#C792DC
(199,146,220)
#B585C8
(181,133,200)
#A378B4
(163,120,180)
#916BA0
(145,107,160)
#7F5E8C
(127,94,140)
#6D5178
(109,81,120)
#5B4464
(91,68,100)
#493750
(73,55,80)
#372A3C
(55,42,60)
#251D28
(37,29,40)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C792DC

#C792DC
(199,146,220)
#CC9BDF
(204,155,223)
#D1A4E2
(209,164,226)
#D6ADE5
(214,173,229)
#DBB6E8
(219,182,232)
#E0BFEB
(224,191,235)
#E5C8EE
(229,200,238)
#EAD1F1
(234,209,241)
#EFDAF4
(239,218,244)
#F4E3F7
(244,227,247)
#F9ECFA
(249,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C792DC color. Also use rgb(199,146,220) instead hex code.

Text Font Color

.myTextColor { color: #C792DC; }

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

This text font color is #C792DC.


Background Color

.myBgColor { background-color: #C792DC; }

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

This div background color is #C792DC.


Border color

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

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

This div border color is #C792DC.


Opacity

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

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

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

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

This text has shadow with #C792DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C792DC on black background.


Color preview on white background

This text has color #C792DC on white background.



Black color preview on #C792DC background

This text has black color on #C792DC background.


White color preview on #C792DC background

This text has white color on #C792DC background.