COLOR #C7729C

HEX: #C7729C RGB: (199,114,156)

Color info

#C7729C contains mainly red and blue colors. Web safe color of #C7729C is #CC6699 (or #C69).

RGB color model

#C7729C color RGB value is (199,114,156).

RGB: (199,114,156) (78%, 45%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 114 of 255 = 45%
B 156 of 255 = 61%

199
114
156

R + G + B ~ 61%. #C7729C is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 114 + 156 = 469 (100%)
R 199 of 469 ~ 42.43%
G 114 of 469 ~ 24.31%
B 156 of 469 ~ 33.26'%

%42.43
%24.31
%33.26

CMYK color model

#C7729C color CMYK value is (0,43,22,22).

  • cyan value is 0.00%
  • magenta value is 42.71%
  • yellow value is 21.61%
  • key color value is 21.96%

CMYK: (0,43,22,22)
C0M43Y22K22 (0%, 43%, 22%, 22%)
(0.00 / 0.43 / 0.22 / 0.22)

CMYK percentages

%0
%42.71
%21.61
%21.96

Codes

Color #C7729C in popluar color models

C7 72 9C
RGB 199 114 156
HSL 330° 43.15% 61.37%
HSB/HSV 330° 42.71% 78.04%
CMYK 0.00% 42.71% 21.61%
21.96%

Color #C7729C in popluar number systems.

HEX C7 72 9C
Decimal 199 114 156
Binary 11000111 1110010 10011100
Octal 307 162 234

Shades and tints

Shades of #C7729C

#C7729C
(199,114,156)
#B5688E
(181,104,142)
#A35E80
(163,94,128)
#915472
(145,84,114)
#7F4A64
(127,74,100)
#6D4056
(109,64,86)
#5B3648
(91,54,72)
#492C3A
(73,44,58)
#37222C
(55,34,44)
#25181E
(37,24,30)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #C7729C

#C7729C
(199,114,156)
#CC7EA5
(204,126,165)
#D18AAE
(209,138,174)
#D696B7
(214,150,183)
#DBA2C0
(219,162,192)
#E0AEC9
(224,174,201)
#E5BAD2
(229,186,210)
#EAC6DB
(234,198,219)
#EFD2E4
(239,210,228)
#F4DEED
(244,222,237)
#F9EAF6
(249,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7729C; }

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

This text font color is #C7729C.

Background Color

.myBgColor { background-color: #C7729C; }

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

This div background color is #C7729C.

Border color

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

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

This div border color is #C7729C.

Opacity

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

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

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

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

This text has shadow with #C7729C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7729C.

Preview

Color preview on black background

This text has color #C7729C on black background.


Color preview on white background

This text has color #C7729C on white background.


Black color preview on #C7729C background

This text has black color on #C7729C background.


White color preview on #C7729C background

This text has white color on #C7729C background.


Related colors

Complementary color

Complementary color for #hex is #388D63.


I love getcolorcode.com

Triadic colors

1 #9CC772 and #729CC7 with #C7729C are triadic colors.

2 #9C72C7 and #72C79C with #C7729C are triadic colors.