COLOR #C75295

HEX: #C75295
RGB: (199,82,149)

Color info

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

RGB color model

#C75295 color RGB value is (199,82,149).

  • red value is 199;
  • green value is 82;
  • blue value is 149.
RGB:
(199,82,149)
(78%,32%,58%)

RGB channels and saturation

R 199 of 255 = 78%
G 82 of 255 = 32%
B 149 of 255 = 58%

199
82
149

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

Portions of RGB colors in percentages

R + G + B =
199 + 82 + 149 = 430 (100%)
R 199 of 430 ~ 46.28%
G 82 of 430 ~ 19.07%
B 149 of 430 ~ 34.65%

%46.28
%19.07
%34.65

CMYK color model

#C75295 color CMYK value is (0,59,25,22).

  • cyan value is 0.00%
  • magenta value is 58.79%
  • yellow value is 25.13%
  • key color value is 21.96%
CMYK:
(0,59,25,22)
C0M59Y25K22 
(0%,59%,25%,22%)
(0.00/0.59/0.25/0.22)	

CMYK percentages

%0
%58.79
%25.13
%21.96

Codes

Color #C75295 in popluar color models

C75295
RGB19982149
HSL326°51.09%55.10%
HSB/HSV326°58.79%78.04%
CMYK0.00%58.79%25.13%
21.96%

Color #C75295 in popluar number systems.

HEXC75295
Decimal19982149
Binary11000111101001010010101
Octal307122225

Shades and tints

Shades of #C75295

#C75295
(199,82,149)
#B54B88
(181,75,136)
#A3447B
(163,68,123)
#913D6E
(145,61,110)
#7F3661
(127,54,97)
#6D2F54
(109,47,84)
#5B2847
(91,40,71)
#49213A
(73,33,58)
#371A2D
(55,26,45)
#251320
(37,19,32)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #C75295

#C75295
(199,82,149)
#CC619E
(204,97,158)
#D170A7
(209,112,167)
#D67FB0
(214,127,176)
#DB8EB9
(219,142,185)
#E09DC2
(224,157,194)
#E5ACCB
(229,172,203)
#EABBD4
(234,187,212)
#EFCADD
(239,202,221)
#F4D9E6
(244,217,230)
#F9E8EF
(249,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75295 color. Also use rgb(199,82,149) instead hex code.

Text Font Color

.myTextColor { color: #C75295; }

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

This text font color is #C75295.


Background Color

.myBgColor { background-color: #C75295; }

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

This div background color is #C75295.


Border color

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

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

This div border color is #C75295.


Opacity

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

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

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

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

This text has shadow with #C75295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75295 on black background.


Color preview on white background

This text has color #C75295 on white background.



Black color preview on #C75295 background

This text has black color on #C75295 background.


White color preview on #C75295 background

This text has white color on #C75295 background.