COLOR #C793AD

HEX: #C793AD RGB: (199,147,173)

Color info

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

RGB color model

#C793AD color RGB value is (199,147,173).

RGB: (199,147,173) (78%, 58%, 68%)

RGB channels and saturation

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

199
147
173

R + G + B ~ 68%. #C793AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 147 + 173 = 519 (100%)
R 199 of 519 ~ 38.34%
G 147 of 519 ~ 28.32%
B 173 of 519 ~ 33.33'%

%38.34
%28.32
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 13.07%
  • key color value is 21.96%

CMYK: (0,26,13,22)
C0M26Y13K22 (0%, 26%, 13%, 22%)
(0.00 / 0.26 / 0.13 / 0.22)

CMYK percentages

%0
%26.13
%13.07
%21.96

Codes

Color #C793AD in popluar color models

C7 93 AD
RGB 199 147 173
HSL 330° 31.71% 67.84%
HSB/HSV 330° 26.13% 78.04%
CMYK 0.00% 26.13% 13.07%
21.96%

Color #C793AD in popluar number systems.

HEX C7 93 AD
Decimal 199 147 173
Binary 11000111 10010011 10101101
Octal 307 223 255

Shades and tints

Shades of #C793AD

#C793AD
(199,147,173)
#B5869E
(181,134,158)
#A3798F
(163,121,143)
#916C80
(145,108,128)
#7F5F71
(127,95,113)
#6D5262
(109,82,98)
#5B4553
(91,69,83)
#493844
(73,56,68)
#372B35
(55,43,53)
#251E26
(37,30,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #C793AD

#C793AD
(199,147,173)
#CC9CB4
(204,156,180)
#D1A5BB
(209,165,187)
#D6AEC2
(214,174,194)
#DBB7C9
(219,183,201)
#E0C0D0
(224,192,208)
#E5C9D7
(229,201,215)
#EAD2DE
(234,210,222)
#EFDBE5
(239,219,229)
#F4E4EC
(244,228,236)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C793AD; }

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

This text font color is #C793AD.

Background Color

.myBgColor { background-color: #C793AD; }

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

This div background color is #C793AD.

Border color

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

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

This div border color is #C793AD.

Opacity

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

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

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

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

This text has shadow with #C793AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C793AD.

Preview

Color preview on black background

This text has color #C793AD on black background.


Color preview on white background

This text has color #C793AD on white background.


Black color preview on #C793AD background

This text has black color on #C793AD background.


White color preview on #C793AD background

This text has white color on #C793AD background.


Related colors

Complementary color

Complementary color for #hex is #386C52.


I love getcolorcode.com

Triadic colors

1 #ADC793 and #93ADC7 with #C793AD are triadic colors.

2 #AD93C7 and #93C7AD with #C793AD are triadic colors.