COLOR #C793C2

HEX: #C793C2
RGB: (199,147,194)

Color info

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

RGB color model

#C793C2 color RGB value is (199,147,194).

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

RGB channels and saturation

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

199
147
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 194 = 540 (100%)
R 199 of 540 ~ 36.85%
G 147 of 540 ~ 27.22%
B 194 of 540 ~ 35.93%

%36.85
%27.22
%35.93

CMYK color model

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

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

CMYK percentages

%0
%26.13
%2.51
%21.96

Codes

Color #C793C2 in popluar color models

C793C2
RGB199147194
HSL306°31.71%67.84%
HSB/HSV306°26.13%78.04%
CMYK0.00%26.13%2.51%
21.96%

Color #C793C2 in popluar number systems.

HEXC793C2
Decimal199147194
Binary110001111001001111000010
Octal307223302

Shades and tints

Shades of #C793C2

#C793C2
(199,147,194)
#B586B1
(181,134,177)
#A379A0
(163,121,160)
#916C8F
(145,108,143)
#7F5F7E
(127,95,126)
#6D526D
(109,82,109)
#5B455C
(91,69,92)
#49384B
(73,56,75)
#372B3A
(55,43,58)
#251E29
(37,30,41)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #C793C2

#C793C2
(199,147,194)
#CC9CC7
(204,156,199)
#D1A5CC
(209,165,204)
#D6AED1
(214,174,209)
#DBB7D6
(219,183,214)
#E0C0DB
(224,192,219)
#E5C9E0
(229,201,224)
#EAD2E5
(234,210,229)
#EFDBEA
(239,219,234)
#F4E4EF
(244,228,239)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C793C2; }

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

This text font color is #C793C2.


Background Color

.myBgColor { background-color: #C793C2; }

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

This div background color is #C793C2.


Border color

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

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

This div border color is #C793C2.


Opacity

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

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

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

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

This text has shadow with #C793C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C793C2 on black background.


Color preview on white background

This text has color #C793C2 on white background.



Black color preview on #C793C2 background

This text has black color on #C793C2 background.


White color preview on #C793C2 background

This text has white color on #C793C2 background.