COLOR #C07098

HEX: #C07098
RGB: (192,112,152)

Color info

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

RGB color model

#C07098 color RGB value is (192,112,152).

  • red value is 192;
  • green value is 112;
  • blue value is 152.
RGB:
(192,112,152)
(75%,44%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 112 of 255 = 44%
B 152 of 255 = 60%

192
112
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 112 + 152 = 456 (100%)
R 192 of 456 ~ 42.11%
G 112 of 456 ~ 24.56%
B 152 of 456 ~ 33.33%

%42.11
%24.56
%33.33

CMYK color model

#C07098 color CMYK value is (0,42,21,25).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,42,21,25)
C0M42Y21K25 
(0%,42%,21%,25%)
(0.00/0.42/0.21/0.25)	

CMYK percentages

%0
%41.67
%20.83
%24.71

Codes

Color #C07098 in popluar color models

C07098
RGB192112152
HSL330°38.83%59.61%
HSB/HSV330°41.67%75.29%
CMYK0.00%41.67%20.83%
24.71%

Color #C07098 in popluar number systems.

HEXC07098
Decimal192112152
Binary11000000111000010011000
Octal300160230

Shades and tints

Shades of #C07098

#C07098
(192,112,152)
#AF668B
(175,102,139)
#9E5C7E
(158,92,126)
#8D5271
(141,82,113)
#7C4864
(124,72,100)
#6B3E57
(107,62,87)
#5A344A
(90,52,74)
#492A3D
(73,42,61)
#382030
(56,32,48)
#271623
(39,22,35)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #C07098

#C07098
(192,112,152)
#C57DA1
(197,125,161)
#CA8AAA
(202,138,170)
#CF97B3
(207,151,179)
#D4A4BC
(212,164,188)
#D9B1C5
(217,177,197)
#DEBECE
(222,190,206)
#E3CBD7
(227,203,215)
#E8D8E0
(232,216,224)
#EDE5E9
(237,229,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07098 color. Also use rgb(192,112,152) instead hex code.

Text Font Color

.myTextColor { color: #C07098; }

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

This text font color is #C07098.


Background Color

.myBgColor { background-color: #C07098; }

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

This div background color is #C07098.


Border color

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

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

This div border color is #C07098.


Opacity

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

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

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

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

This text has shadow with #C07098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07098 on black background.


Color preview on white background

This text has color #C07098 on white background.



Black color preview on #C07098 background

This text has black color on #C07098 background.


White color preview on #C07098 background

This text has white color on #C07098 background.