COLOR #C793C7

HEX: #C793C7
RGB: (199,147,199)

Color info

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

RGB color model

#C793C7 color RGB value is (199,147,199).

  • red value is 199;
  • green value is 147;
  • blue value is 199.
RGB:
(199,147,199)
(78%,58%,78%)

RGB channels and saturation

R 199 of 255 = 78%
G 147 of 255 = 58%
B 199 of 255 = 78%

199
147
199

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 199 = 545 (100%)
R 199 of 545 ~ 36.51%
G 147 of 545 ~ 26.97%
B 199 of 545 ~ 36.51%

%36.51
%26.97
%36.51

CMYK color model

#C793C7 color CMYK value is (0,26,0,22).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(0,26,0,22)
C0M26Y0K22 
(0%,26%,0%,22%)
(0.00/0.26/0.00/0.22)	

CMYK percentages

%0
%26.13
%0
%21.96

Codes

Color #C793C7 in popluar color models

C793C7
RGB199147199
HSL300°31.71%67.84%
HSB/HSV300°26.13%78.04%
CMYK0.00%26.13%0.00%
21.96%

Color #C793C7 in popluar number systems.

HEXC793C7
Decimal199147199
Binary110001111001001111000111
Octal307223307

Shades and tints

Shades of #C793C7

#C793C7
(199,147,199)
#B586B5
(181,134,181)
#A379A3
(163,121,163)
#916C91
(145,108,145)
#7F5F7F
(127,95,127)
#6D526D
(109,82,109)
#5B455B
(91,69,91)
#493849
(73,56,73)
#372B37
(55,43,55)
#251E25
(37,30,37)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C793C7

#C793C7
(199,147,199)
#CC9CCC
(204,156,204)
#D1A5D1
(209,165,209)
#D6AED6
(214,174,214)
#DBB7DB
(219,183,219)
#E0C0E0
(224,192,224)
#E5C9E5
(229,201,229)
#EAD2EA
(234,210,234)
#EFDBEF
(239,219,239)
#F4E4F4
(244,228,244)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C793C7; }

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

This text font color is #C793C7.


Background Color

.myBgColor { background-color: #C793C7; }

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

This div background color is #C793C7.


Border color

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

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

This div border color is #C793C7.


Opacity

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

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

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

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

This text has shadow with #C793C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C793C7 on black background.


Color preview on white background

This text has color #C793C7 on white background.



Black color preview on #C793C7 background

This text has black color on #C793C7 background.


White color preview on #C793C7 background

This text has white color on #C793C7 background.