COLOR #C06B98

HEX: #C06B98 RGB: (192,107,152)

Color info

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

RGB color model

#C06B98 color RGB value is (192,107,152).

RGB: (192,107,152) (75%, 42%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 107 of 255 = 42%
B 152 of 255 = 60%

192
107
152

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

Portions of RGB colors in percentages

R + G + B = 192 + 107 + 152 = 451 (100%)
R 192 of 451 ~ 42.57%
G 107 of 451 ~ 23.73%
B 152 of 451 ~ 33.7'%

%42.57
%23.73
%33.7

CMYK color model

#C06B98 color CMYK value is (0,44,21,25).

  • cyan value is 0.00%
  • magenta value is 44.27%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK: (0,44,21,25) C0M44Y21K25 (0%,44%,21%,25%) (0.00/0.44/0.21/0.25) 

CMYK percentages

%0
%44.27
%20.83
%24.71

Codes

Color #C06B98 in popluar color models

C0 6B 98
RGB 192 107 152
HSL 328° 40.28% 58.63%
HSB/HSV 328° 44.27% 75.29%
CMYK 0.00% 44.27% 20.83%
24.71%

Color #C06B98 in popluar number systems.

HEX C0 6B 98
Decimal 192 107 152
Binary 11000000 1101011 10011000
Octal 300 153 230

Shades and tints

Shades of #C06B98

#C06B98
(192,107,152)
#AF628B
(175,98,139)
#9E597E
(158,89,126)
#8D5071
(141,80,113)
#7C4764
(124,71,100)
#6B3E57
(107,62,87)
#5A354A
(90,53,74)
#492C3D
(73,44,61)
#382330
(56,35,48)
#271A23
(39,26,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C06B98

#C06B98
(192,107,152)
#C578A1
(197,120,161)
#CA85AA
(202,133,170)
#CF92B3
(207,146,179)
#D49FBC
(212,159,188)
#D9ACC5
(217,172,197)
#DEB9CE
(222,185,206)
#E3C6D7
(227,198,215)
#E8D3E0
(232,211,224)
#EDE0E9
(237,224,233)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06B98; }

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

This text font color is #C06B98.

Background Color

.myBgColor { background-color: #C06B98; }

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

This div background color is #C06B98.

Border color

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

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

This div border color is #C06B98.

Opacity

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

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

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

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

This text has shadow with #C06B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06B98.

Preview

Color preview on black background

This text has color #C06B98 on black background.


Color preview on white background

This text has color #C06B98 on white background.


Black color preview on #C06B98 background

This text has black color on #C06B98 background.


White color preview on #C06B98 background

This text has white color on #C06B98 background.


Related colors

Complementary color

Complementary color for #hex is #3F9467.


I love getcolorcode.com

Triadic colors

1 #98C06B and #6B98C0 with #C06B98 are triadic colors.

2 #986BC0 and #6BC098 with #C06B98 are triadic colors.