COLOR #C0729B

HEX: #C0729B
RGB: (192,114,155)

Color info

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

RGB color model

#C0729B color RGB value is (192,114,155).

  • red value is 192;
  • green value is 114;
  • blue value is 155.
RGB:
(192,114,155)
(75%,45%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 114 of 255 = 45%
B 155 of 255 = 61%

192
114
155

R + G + B ~ 60%. #C0729B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 114 + 155 = 461 (100%)
R 192 of 461 ~ 41.65%
G 114 of 461 ~ 24.73%
B 155 of 461 ~ 33.62%

%41.65
%24.73
%33.62

CMYK color model

#C0729B color CMYK value is (0,41,19,25).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(0,41,19,25)
C0M41Y19K25 
(0%,41%,19%,25%)
(0.00/0.41/0.19/0.25)	

CMYK percentages

%0
%40.63
%19.27
%24.71

Codes

Color #C0729B in popluar color models

C0729B
RGB192114155
HSL328°38.24%60.00%
HSB/HSV328°40.63%75.29%
CMYK0.00%40.63%19.27%
24.71%

Color #C0729B in popluar number systems.

HEXC0729B
Decimal192114155
Binary11000000111001010011011
Octal300162233

Shades and tints

Shades of #C0729B

#C0729B
(192,114,155)
#AF688D
(175,104,141)
#9E5E7F
(158,94,127)
#8D5471
(141,84,113)
#7C4A63
(124,74,99)
#6B4055
(107,64,85)
#5A3647
(90,54,71)
#492C39
(73,44,57)
#38222B
(56,34,43)
#27181D
(39,24,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #C0729B

#C0729B
(192,114,155)
#C57EA4
(197,126,164)
#CA8AAD
(202,138,173)
#CF96B6
(207,150,182)
#D4A2BF
(212,162,191)
#D9AEC8
(217,174,200)
#DEBAD1
(222,186,209)
#E3C6DA
(227,198,218)
#E8D2E3
(232,210,227)
#EDDEEC
(237,222,236)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0729B color. Also use rgb(192,114,155) instead hex code.

Text Font Color

.myTextColor { color: #C0729B; }

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

This text font color is #C0729B.


Background Color

.myBgColor { background-color: #C0729B; }

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

This div background color is #C0729B.


Border color

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

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

This div border color is #C0729B.


Opacity

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

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

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

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

This text has shadow with #C0729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0729B on black background.


Color preview on white background

This text has color #C0729B on white background.



Black color preview on #C0729B background

This text has black color on #C0729B background.


White color preview on #C0729B background

This text has white color on #C0729B background.