COLOR #C07B82

HEX: #C07B82
RGB: (192,123,130)

Color info

#C07B82 contains mainly red color. Web safe color of #C07B82 is #CC6699 (or #C69).

RGB color model

#C07B82 color RGB value is (192,123,130).

  • red value is 192;
  • green value is 123;
  • blue value is 130.
RGB:
(192,123,130)
(75%,48%,51%)

RGB channels and saturation

R 192 of 255 = 75%
G 123 of 255 = 48%
B 130 of 255 = 51%

192
123
130

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

Portions of RGB colors in percentages

R + G + B =
192 + 123 + 130 = 445 (100%)
R 192 of 445 ~ 43.15%
G 123 of 445 ~ 27.64%
B 130 of 445 ~ 29.21%

%43.15
%27.64
%29.21

CMYK color model

#C07B82 color CMYK value is (0,36,32,25).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(0,36,32,25)
C0M36Y32K25 
(0%,36%,32%,25%)
(0.00/0.36/0.32/0.25)	

CMYK percentages

%0
%35.94
%32.29
%24.71

Codes

Color #C07B82 in popluar color models

C07B82
RGB192123130
HSL354°35.38%61.76%
HSB/HSV354°35.94%75.29%
CMYK0.00%35.94%32.29%
24.71%

Color #C07B82 in popluar number systems.

HEXC07B82
Decimal192123130
Binary11000000111101110000010
Octal300173202

Shades and tints

Shades of #C07B82

#C07B82
(192,123,130)
#AF7077
(175,112,119)
#9E656C
(158,101,108)
#8D5A61
(141,90,97)
#7C4F56
(124,79,86)
#6B444B
(107,68,75)
#5A3940
(90,57,64)
#492E35
(73,46,53)
#38232A
(56,35,42)
#27181F
(39,24,31)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #C07B82

#C07B82
(192,123,130)
#C5878D
(197,135,141)
#CA9398
(202,147,152)
#CF9FA3
(207,159,163)
#D4ABAE
(212,171,174)
#D9B7B9
(217,183,185)
#DEC3C4
(222,195,196)
#E3CFCF
(227,207,207)
#E8DBDA
(232,219,218)
#EDE7E5
(237,231,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07B82 color. Also use rgb(192,123,130) instead hex code.

Text Font Color

.myTextColor { color: #C07B82; }

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

This text font color is #C07B82.


Background Color

.myBgColor { background-color: #C07B82; }

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

This div background color is #C07B82.


Border color

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

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

This div border color is #C07B82.


Opacity

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

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

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

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

This text has shadow with #C07B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07B82 on black background.


Color preview on white background

This text has color #C07B82 on white background.



Black color preview on #C07B82 background

This text has black color on #C07B82 background.


White color preview on #C07B82 background

This text has white color on #C07B82 background.