COLOR #C75162

HEX: #C75162
RGB: (199,81,98)

Color info

#C75162 contains mainly red color. Web safe color of #C75162 is #CC6666 (or #C66).

RGB color model

#C75162 color RGB value is (199,81,98).

  • red value is 199;
  • green value is 81;
  • blue value is 98.
RGB:
(199,81,98)
(78%,32%,38%)

RGB channels and saturation

R 199 of 255 = 78%
G 81 of 255 = 32%
B 98 of 255 = 38%

199
81
98

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

Portions of RGB colors in percentages

R + G + B =
199 + 81 + 98 = 378 (100%)
R 199 of 378 ~ 52.65%
G 81 of 378 ~ 21.43%
B 98 of 378 ~ 25.93%

%52.65
%21.43
%25.93

CMYK color model

#C75162 color CMYK value is (0,59,51,22).

  • cyan value is 0.00%
  • magenta value is 59.30%
  • yellow value is 50.75%
  • key color value is 21.96%
CMYK:
(0,59,51,22)
C0M59Y51K22 
(0%,59%,51%,22%)
(0.00/0.59/0.51/0.22)	

CMYK percentages

%0
%59.3
%50.75
%21.96

Codes

Color #C75162 in popluar color models

C75162
RGB1998198
HSL351°51.30%54.90%
HSB/HSV351°59.30%78.04%
CMYK0.00%59.30%50.75%
21.96%

Color #C75162 in popluar number systems.

HEXC75162
Decimal1998198
Binary1100011110100011100010
Octal307121142

Shades and tints

Shades of #C75162

#C75162
(199,81,98)
#B54A5A
(181,74,90)
#A34352
(163,67,82)
#913C4A
(145,60,74)
#7F3542
(127,53,66)
#6D2E3A
(109,46,58)
#5B2732
(91,39,50)
#49202A
(73,32,42)
#371922
(55,25,34)
#25121A
(37,18,26)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #C75162

#C75162
(199,81,98)
#CC6070
(204,96,112)
#D16F7E
(209,111,126)
#D67E8C
(214,126,140)
#DB8D9A
(219,141,154)
#E09CA8
(224,156,168)
#E5ABB6
(229,171,182)
#EABAC4
(234,186,196)
#EFC9D2
(239,201,210)
#F4D8E0
(244,216,224)
#F9E7EE
(249,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75162 color. Also use rgb(199,81,98) instead hex code.

Text Font Color

.myTextColor { color: #C75162; }

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

This text font color is #C75162.


Background Color

.myBgColor { background-color: #C75162; }

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

This div background color is #C75162.


Border color

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

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

This div border color is #C75162.


Opacity

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

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

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

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

This text has shadow with #C75162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75162 on black background.


Color preview on white background

This text has color #C75162 on white background.



Black color preview on #C75162 background

This text has black color on #C75162 background.


White color preview on #C75162 background

This text has white color on #C75162 background.