COLOR #C793A2

HEX: #C793A2
RGB: (199,147,162)

Color info

#C793A2 contains red, green and blue colors in about the same proportion. Web safe color of #C793A2 is #CC9999 (or #C99).

RGB color model

#C793A2 color RGB value is (199,147,162).

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

RGB channels and saturation

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

199
147
162

R + G + B ~ 67%. #C793A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 162 = 508 (100%)
R 199 of 508 ~ 39.17%
G 147 of 508 ~ 28.94%
B 162 of 508 ~ 31.89%

%39.17
%28.94
%31.89

CMYK color model

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

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

CMYK percentages

%0
%26.13
%18.59
%21.96

Codes

Color #C793A2 in popluar color models

C793A2
RGB199147162
HSL343°31.71%67.84%
HSB/HSV343°26.13%78.04%
CMYK0.00%26.13%18.59%
21.96%

Color #C793A2 in popluar number systems.

HEXC793A2
Decimal199147162
Binary110001111001001110100010
Octal307223242

Shades and tints

Shades of #C793A2

#C793A2
(199,147,162)
#B58694
(181,134,148)
#A37986
(163,121,134)
#916C78
(145,108,120)
#7F5F6A
(127,95,106)
#6D525C
(109,82,92)
#5B454E
(91,69,78)
#493840
(73,56,64)
#372B32
(55,43,50)
#251E24
(37,30,36)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #C793A2

#C793A2
(199,147,162)
#CC9CAA
(204,156,170)
#D1A5B2
(209,165,178)
#D6AEBA
(214,174,186)
#DBB7C2
(219,183,194)
#E0C0CA
(224,192,202)
#E5C9D2
(229,201,210)
#EAD2DA
(234,210,218)
#EFDBE2
(239,219,226)
#F4E4EA
(244,228,234)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C793A2; }

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

This text font color is #C793A2.


Background Color

.myBgColor { background-color: #C793A2; }

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

This div background color is #C793A2.


Border color

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

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

This div border color is #C793A2.


Opacity

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

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

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

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

This text has shadow with #C793A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C793A2 on black background.


Color preview on white background

This text has color #C793A2 on white background.



Black color preview on #C793A2 background

This text has black color on #C793A2 background.


White color preview on #C793A2 background

This text has white color on #C793A2 background.