COLOR #C07185

HEX: #C07185
RGB: (192,113,133)

Color info

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

RGB color model

#C07185 color RGB value is (192,113,133).

  • red value is 192;
  • green value is 113;
  • blue value is 133.
RGB:
(192,113,133)
(75%,44%,52%)

RGB channels and saturation

R 192 of 255 = 75%
G 113 of 255 = 44%
B 133 of 255 = 52%

192
113
133

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

Portions of RGB colors in percentages

R + G + B =
192 + 113 + 133 = 438 (100%)
R 192 of 438 ~ 43.84%
G 113 of 438 ~ 25.8%
B 133 of 438 ~ 30.37%

%43.84
%25.8
%30.37

CMYK color model

#C07185 color CMYK value is (0,41,31,25).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 30.73%
  • key color value is 24.71%
CMYK:
(0,41,31,25)
C0M41Y31K25 
(0%,41%,31%,25%)
(0.00/0.41/0.31/0.25)	

CMYK percentages

%0
%41.15
%30.73
%24.71

Codes

Color #C07185 in popluar color models

C07185
RGB192113133
HSL345°38.54%59.80%
HSB/HSV345°41.15%75.29%
CMYK0.00%41.15%30.73%
24.71%

Color #C07185 in popluar number systems.

HEXC07185
Decimal192113133
Binary11000000111000110000101
Octal300161205

Shades and tints

Shades of #C07185

#C07185
(192,113,133)
#AF6779
(175,103,121)
#9E5D6D
(158,93,109)
#8D5361
(141,83,97)
#7C4955
(124,73,85)
#6B3F49
(107,63,73)
#5A353D
(90,53,61)
#492B31
(73,43,49)
#382125
(56,33,37)
#271719
(39,23,25)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #C07185

#C07185
(192,113,133)
#C57D90
(197,125,144)
#CA899B
(202,137,155)
#CF95A6
(207,149,166)
#D4A1B1
(212,161,177)
#D9ADBC
(217,173,188)
#DEB9C7
(222,185,199)
#E3C5D2
(227,197,210)
#E8D1DD
(232,209,221)
#EDDDE8
(237,221,232)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07185 color. Also use rgb(192,113,133) instead hex code.

Text Font Color

.myTextColor { color: #C07185; }

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

This text font color is #C07185.


Background Color

.myBgColor { background-color: #C07185; }

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

This div background color is #C07185.


Border color

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

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

This div border color is #C07185.


Opacity

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

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

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

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

This text has shadow with #C07185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07185 on black background.


Color preview on white background

This text has color #C07185 on white background.



Black color preview on #C07185 background

This text has black color on #C07185 background.


White color preview on #C07185 background

This text has white color on #C07185 background.