COLOR #C7487B

HEX: #C7487B
RGB: (199,72,123)

Color info

#C7487B contains mainly red color. Web safe color of #C7487B is #CC3366 (or #C36).

RGB color model

#C7487B color RGB value is (199,72,123).

  • red value is 199;
  • green value is 72;
  • blue value is 123.
RGB:
(199,72,123)
(78%,28%,48%)

RGB channels and saturation

R 199 of 255 = 78%
G 72 of 255 = 28%
B 123 of 255 = 48%

199
72
123

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

Portions of RGB colors in percentages

R + G + B =
199 + 72 + 123 = 394 (100%)
R 199 of 394 ~ 50.51%
G 72 of 394 ~ 18.27%
B 123 of 394 ~ 31.22%

%50.51
%18.27
%31.22

CMYK color model

#C7487B color CMYK value is (0,64,38,22).

  • cyan value is 0.00%
  • magenta value is 63.82%
  • yellow value is 38.19%
  • key color value is 21.96%
CMYK:
(0,64,38,22)
C0M64Y38K22 
(0%,64%,38%,22%)
(0.00/0.64/0.38/0.22)	

CMYK percentages

%0
%63.82
%38.19
%21.96

Codes

Color #C7487B in popluar color models

C7487B
RGB19972123
HSL336°53.14%53.14%
HSB/HSV336°63.82%78.04%
CMYK0.00%63.82%38.19%
21.96%

Color #C7487B in popluar number systems.

HEXC7487B
Decimal19972123
Binary1100011110010001111011
Octal307110173

Shades and tints

Shades of #C7487B

#C7487B
(199,72,123)
#B54270
(181,66,112)
#A33C65
(163,60,101)
#91365A
(145,54,90)
#7F304F
(127,48,79)
#6D2A44
(109,42,68)
#5B2439
(91,36,57)
#491E2E
(73,30,46)
#371823
(55,24,35)
#251218
(37,18,24)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #C7487B

#C7487B
(199,72,123)
#CC5887
(204,88,135)
#D16893
(209,104,147)
#D6789F
(214,120,159)
#DB88AB
(219,136,171)
#E098B7
(224,152,183)
#E5A8C3
(229,168,195)
#EAB8CF
(234,184,207)
#EFC8DB
(239,200,219)
#F4D8E7
(244,216,231)
#F9E8F3
(249,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7487B color. Also use rgb(199,72,123) instead hex code.

Text Font Color

.myTextColor { color: #C7487B; }

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

This text font color is #C7487B.


Background Color

.myBgColor { background-color: #C7487B; }

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

This div background color is #C7487B.


Border color

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

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

This div border color is #C7487B.


Opacity

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

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

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

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

This text has shadow with #C7487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7487B on black background.


Color preview on white background

This text has color #C7487B on white background.



Black color preview on #C7487B background

This text has black color on #C7487B background.


White color preview on #C7487B background

This text has white color on #C7487B background.