COLOR #C793C4

HEX: #C793C4
RGB: (199,147,196)

Color info

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

RGB color model

#C793C4 color RGB value is (199,147,196).

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

RGB channels and saturation

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

199
147
196

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 196 = 542 (100%)
R 199 of 542 ~ 36.72%
G 147 of 542 ~ 27.12%
B 196 of 542 ~ 36.16%

%36.72
%27.12
%36.16

CMYK color model

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

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

CMYK percentages

%0
%26.13
%1.51
%21.96

Codes

Color #C793C4 in popluar color models

C793C4
RGB199147196
HSL303°31.71%67.84%
HSB/HSV303°26.13%78.04%
CMYK0.00%26.13%1.51%
21.96%

Color #C793C4 in popluar number systems.

HEXC793C4
Decimal199147196
Binary110001111001001111000100
Octal307223304

Shades and tints

Shades of #C793C4

#C793C4
(199,147,196)
#B586B3
(181,134,179)
#A379A2
(163,121,162)
#916C91
(145,108,145)
#7F5F80
(127,95,128)
#6D526F
(109,82,111)
#5B455E
(91,69,94)
#49384D
(73,56,77)
#372B3C
(55,43,60)
#251E2B
(37,30,43)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #C793C4

#C793C4
(199,147,196)
#CC9CC9
(204,156,201)
#D1A5CE
(209,165,206)
#D6AED3
(214,174,211)
#DBB7D8
(219,183,216)
#E0C0DD
(224,192,221)
#E5C9E2
(229,201,226)
#EAD2E7
(234,210,231)
#EFDBEC
(239,219,236)
#F4E4F1
(244,228,241)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C793C4; }

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

This text font color is #C793C4.


Background Color

.myBgColor { background-color: #C793C4; }

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

This div background color is #C793C4.


Border color

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

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

This div border color is #C793C4.


Opacity

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

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

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

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

This text has shadow with #C793C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C793C4 on black background.


Color preview on white background

This text has color #C793C4 on white background.



Black color preview on #C793C4 background

This text has black color on #C793C4 background.


White color preview on #C793C4 background

This text has white color on #C793C4 background.