COLOR #C07D84

HEX: #C07D84 RGB: (192,125,132)

Color info

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

RGB color model

#C07D84 color RGB value is (192,125,132).

RGB: (192,125,132) (75%, 49%, 52%)

RGB channels and saturation

R 192 of 255 = 75%
G 125 of 255 = 49%
B 132 of 255 = 52%

192
125
132

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

Portions of RGB colors in percentages

R + G + B = 192 + 125 + 132 = 449 (100%)
R 192 of 449 ~ 42.76%
G 125 of 449 ~ 27.84%
B 132 of 449 ~ 29.4'%

%42.76
%27.84
%29.4

CMYK color model

#C07D84 color CMYK value is (0,35,31,25).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 31.25%
  • key color value is 24.71%

CMYK: (0,35,31,25)
C0M35Y31K25 (0%, 35%, 31%, 25%)
(0.00 / 0.35 / 0.31 / 0.25)

CMYK percentages

%0
%34.9
%31.25
%24.71

Codes

Color #C07D84 in popluar color models

C0 7D 84
RGB 192 125 132
HSL 354° 34.72% 62.16%
HSB/HSV 354° 34.90% 75.29%
CMYK 0.00% 34.90% 31.25%
24.71%

Color #C07D84 in popluar number systems.

HEX C0 7D 84
Decimal 192 125 132
Binary 11000000 1111101 10000100
Octal 300 175 204

Shades and tints

Shades of #C07D84

#C07D84
(192,125,132)
#AF7278
(175,114,120)
#9E676C
(158,103,108)
#8D5C60
(141,92,96)
#7C5154
(124,81,84)
#6B4648
(107,70,72)
#5A3B3C
(90,59,60)
#493030
(73,48,48)
#382524
(56,37,36)
#271A18
(39,26,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #C07D84

#C07D84
(192,125,132)
#C5888F
(197,136,143)
#CA939A
(202,147,154)
#CF9EA5
(207,158,165)
#D4A9B0
(212,169,176)
#D9B4BB
(217,180,187)
#DEBFC6
(222,191,198)
#E3CAD1
(227,202,209)
#E8D5DC
(232,213,220)
#EDE0E7
(237,224,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07D84 color. Also use rgb(192,125,132) instead hex code.

Text Font Color

.myTextColor { color: #C07D84; }

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

This text font color is #C07D84.

Background Color

.myBgColor { background-color: #C07D84; }

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

This div background color is #C07D84.

Border color

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

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

This div border color is #C07D84.

Opacity

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

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

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

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

This text has shadow with #C07D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07D84.

Preview

Color preview on black background

This text has color #C07D84 on black background.


Color preview on white background

This text has color #C07D84 on white background.


Black color preview on #C07D84 background

This text has black color on #C07D84 background.


White color preview on #C07D84 background

This text has white color on #C07D84 background.


Related colors

Complementary color

Complementary color for #hex is #3F827B.


I love getcolorcode.com

Triadic colors

1 #84C07D and #7D84C0 with #C07D84 are triadic colors.

2 #847DC0 and #7DC084 with #C07D84 are triadic colors.