COLOR #C7608E

HEX: #C7608E
RGB: (199,96,142)

Color info

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

RGB color model

#C7608E color RGB value is (199,96,142).

  • red value is 199;
  • green value is 96;
  • blue value is 142.
RGB:
(199,96,142)
(78%,38%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 96 of 255 = 38%
B 142 of 255 = 56%

199
96
142

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

Portions of RGB colors in percentages

R + G + B =
199 + 96 + 142 = 437 (100%)
R 199 of 437 ~ 45.54%
G 96 of 437 ~ 21.97%
B 142 of 437 ~ 32.49%

%45.54
%21.97
%32.49

CMYK color model

#C7608E color CMYK value is (0,52,29,22).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 28.64%
  • key color value is 21.96%
CMYK:
(0,52,29,22)
C0M52Y29K22 
(0%,52%,29%,22%)
(0.00/0.52/0.29/0.22)	

CMYK percentages

%0
%51.76
%28.64
%21.96

Codes

Color #C7608E in popluar color models

C7608E
RGB19996142
HSL333°47.91%57.84%
HSB/HSV333°51.76%78.04%
CMYK0.00%51.76%28.64%
21.96%

Color #C7608E in popluar number systems.

HEXC7608E
Decimal19996142
Binary11000111110000010001110
Octal307140216

Shades and tints

Shades of #C7608E

#C7608E
(199,96,142)
#B55882
(181,88,130)
#A35076
(163,80,118)
#91486A
(145,72,106)
#7F405E
(127,64,94)
#6D3852
(109,56,82)
#5B3046
(91,48,70)
#49283A
(73,40,58)
#37202E
(55,32,46)
#251822
(37,24,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #C7608E

#C7608E
(199,96,142)
#CC6E98
(204,110,152)
#D17CA2
(209,124,162)
#D68AAC
(214,138,172)
#DB98B6
(219,152,182)
#E0A6C0
(224,166,192)
#E5B4CA
(229,180,202)
#EAC2D4
(234,194,212)
#EFD0DE
(239,208,222)
#F4DEE8
(244,222,232)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7608E color. Also use rgb(199,96,142) instead hex code.

Text Font Color

.myTextColor { color: #C7608E; }

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

This text font color is #C7608E.


Background Color

.myBgColor { background-color: #C7608E; }

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

This div background color is #C7608E.


Border color

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

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

This div border color is #C7608E.


Opacity

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

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

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

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

This text has shadow with #C7608E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7608E on black background.


Color preview on white background

This text has color #C7608E on white background.



Black color preview on #C7608E background

This text has black color on #C7608E background.


White color preview on #C7608E background

This text has white color on #C7608E background.