COLOR #C07A96

HEX: #C07A96
RGB: (192,122,150)

Color info

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

RGB color model

#C07A96 color RGB value is (192,122,150).

  • red value is 192;
  • green value is 122;
  • blue value is 150.
RGB:
(192,122,150)
(75%,48%,59%)

RGB channels and saturation

R 192 of 255 = 75%
G 122 of 255 = 48%
B 150 of 255 = 59%

192
122
150

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

Portions of RGB colors in percentages

R + G + B =
192 + 122 + 150 = 464 (100%)
R 192 of 464 ~ 41.38%
G 122 of 464 ~ 26.29%
B 150 of 464 ~ 32.33%

%41.38
%26.29
%32.33

CMYK color model

#C07A96 color CMYK value is (0,36,22,25).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(0,36,22,25)
C0M36Y22K25 
(0%,36%,22%,25%)
(0.00/0.36/0.22/0.25)	

CMYK percentages

%0
%36.46
%21.88
%24.71

Codes

Color #C07A96 in popluar color models

C07A96
RGB192122150
HSL336°35.71%61.57%
HSB/HSV336°36.46%75.29%
CMYK0.00%36.46%21.88%
24.71%

Color #C07A96 in popluar number systems.

HEXC07A96
Decimal192122150
Binary11000000111101010010110
Octal300172226

Shades and tints

Shades of #C07A96

#C07A96
(192,122,150)
#AF6F89
(175,111,137)
#9E647C
(158,100,124)
#8D596F
(141,89,111)
#7C4E62
(124,78,98)
#6B4355
(107,67,85)
#5A3848
(90,56,72)
#492D3B
(73,45,59)
#38222E
(56,34,46)
#271721
(39,23,33)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #C07A96

#C07A96
(192,122,150)
#C5869F
(197,134,159)
#CA92A8
(202,146,168)
#CF9EB1
(207,158,177)
#D4AABA
(212,170,186)
#D9B6C3
(217,182,195)
#DEC2CC
(222,194,204)
#E3CED5
(227,206,213)
#E8DADE
(232,218,222)
#EDE6E7
(237,230,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07A96 color. Also use rgb(192,122,150) instead hex code.

Text Font Color

.myTextColor { color: #C07A96; }

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

This text font color is #C07A96.


Background Color

.myBgColor { background-color: #C07A96; }

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

This div background color is #C07A96.


Border color

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

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

This div border color is #C07A96.


Opacity

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

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

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

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

This text has shadow with #C07A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07A96 on black background.


Color preview on white background

This text has color #C07A96 on white background.



Black color preview on #C07A96 background

This text has black color on #C07A96 background.


White color preview on #C07A96 background

This text has white color on #C07A96 background.