COLOR #C06D95

HEX: #C06D95 RGB: (192,109,149)

Color info

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

RGB color model

#C06D95 color RGB value is (192,109,149).

RGB: (192,109,149) (75%, 43%, 58%)

RGB channels and saturation

R 192 of 255 = 75%
G 109 of 255 = 43%
B 149 of 255 = 58%

192
109
149

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

Portions of RGB colors in percentages

R + G + B = 192 + 109 + 149 = 450 (100%)
R 192 of 450 ~ 42.67%
G 109 of 450 ~ 24.22%
B 149 of 450 ~ 33.11'%

%42.67
%24.22
%33.11

CMYK color model

#C06D95 color CMYK value is (0,43,22,25).

  • cyan value is 0.00%
  • magenta value is 43.23%
  • yellow value is 22.40%
  • key color value is 24.71%

CMYK: (0,43,22,25)
C0M43Y22K25 (0%, 43%, 22%, 25%)
(0.00 / 0.43 / 0.22 / 0.25)

CMYK percentages

%0
%43.23
%22.4
%24.71

Codes

Color #C06D95 in popluar color models

C0 6D 95
RGB 192 109 149
HSL 331° 39.71% 59.02%
HSB/HSV 331° 43.23% 75.29%
CMYK 0.00% 43.23% 22.40%
24.71%

Color #C06D95 in popluar number systems.

HEX C0 6D 95
Decimal 192 109 149
Binary 11000000 1101101 10010101
Octal 300 155 225

Shades and tints

Shades of #C06D95

#C06D95
(192,109,149)
#AF6488
(175,100,136)
#9E5B7B
(158,91,123)
#8D526E
(141,82,110)
#7C4961
(124,73,97)
#6B4054
(107,64,84)
#5A3747
(90,55,71)
#492E3A
(73,46,58)
#38252D
(56,37,45)
#271C20
(39,28,32)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #C06D95

#C06D95
(192,109,149)
#C57A9E
(197,122,158)
#CA87A7
(202,135,167)
#CF94B0
(207,148,176)
#D4A1B9
(212,161,185)
#D9AEC2
(217,174,194)
#DEBBCB
(222,187,203)
#E3C8D4
(227,200,212)
#E8D5DD
(232,213,221)
#EDE2E6
(237,226,230)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06D95 color. Also use rgb(192,109,149) instead hex code.

Text Font Color

.myTextColor { color: #C06D95; }

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

This text font color is #C06D95.

Background Color

.myBgColor { background-color: #C06D95; }

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

This div background color is #C06D95.

Border color

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

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

This div border color is #C06D95.

Opacity

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

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

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

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

This text has shadow with #C06D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06D95.

Preview

Color preview on black background

This text has color #C06D95 on black background.


Color preview on white background

This text has color #C06D95 on white background.


Black color preview on #C06D95 background

This text has black color on #C06D95 background.


White color preview on #C06D95 background

This text has white color on #C06D95 background.


Related colors

Complementary color

Complementary color for #hex is #3F926A.


I love getcolorcode.com

Triadic colors

1 #95C06D and #6D95C0 with #C06D95 are triadic colors.

2 #956DC0 and #6DC095 with #C06D95 are triadic colors.