COLOR #C07899

HEX: #C07899
RGB: (192,120,153)

Color info

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

RGB color model

#C07899 color RGB value is (192,120,153).

  • red value is 192;
  • green value is 120;
  • blue value is 153.
RGB:
(192,120,153)
(75%,47%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 153 of 255 = 60%

192
120
153

R + G + B ~ 61%. #C07899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 153 = 465 (100%)
R 192 of 465 ~ 41.29%
G 120 of 465 ~ 25.81%
B 153 of 465 ~ 32.9%

%41.29
%25.81
%32.9

CMYK color model

#C07899 color CMYK value is (0,38,20,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK:
(0,38,20,25)
C0M38Y20K25 
(0%,38%,20%,25%)
(0.00/0.38/0.20/0.25)	

CMYK percentages

%0
%37.5
%20.31
%24.71

Codes

Color #C07899 in popluar color models

C07899
RGB192120153
HSL333°36.36%61.18%
HSB/HSV333°37.50%75.29%
CMYK0.00%37.50%20.31%
24.71%

Color #C07899 in popluar number systems.

HEXC07899
Decimal192120153
Binary11000000111100010011001
Octal300170231

Shades and tints

Shades of #C07899

#C07899
(192,120,153)
#AF6E8C
(175,110,140)
#9E647F
(158,100,127)
#8D5A72
(141,90,114)
#7C5065
(124,80,101)
#6B4658
(107,70,88)
#5A3C4B
(90,60,75)
#49323E
(73,50,62)
#382831
(56,40,49)
#271E24
(39,30,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #C07899

#C07899
(192,120,153)
#C584A2
(197,132,162)
#CA90AB
(202,144,171)
#CF9CB4
(207,156,180)
#D4A8BD
(212,168,189)
#D9B4C6
(217,180,198)
#DEC0CF
(222,192,207)
#E3CCD8
(227,204,216)
#E8D8E1
(232,216,225)
#EDE4EA
(237,228,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07899 color. Also use rgb(192,120,153) instead hex code.

Text Font Color

.myTextColor { color: #C07899; }

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

This text font color is #C07899.


Background Color

.myBgColor { background-color: #C07899; }

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

This div background color is #C07899.


Border color

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

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

This div border color is #C07899.


Opacity

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

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

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

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

This text has shadow with #C07899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07899 on black background.


Color preview on white background

This text has color #C07899 on white background.



Black color preview on #C07899 background

This text has black color on #C07899 background.


White color preview on #C07899 background

This text has white color on #C07899 background.