COLOR #C0658C

HEX: #C0658C
RGB: (192,101,140)

Color info

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

RGB color model

#C0658C color RGB value is (192,101,140).

  • red value is 192;
  • green value is 101;
  • blue value is 140.
RGB:
(192,101,140)
(75%,40%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 101 of 255 = 40%
B 140 of 255 = 55%

192
101
140

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

Portions of RGB colors in percentages

R + G + B =
192 + 101 + 140 = 433 (100%)
R 192 of 433 ~ 44.34%
G 101 of 433 ~ 23.33%
B 140 of 433 ~ 32.33%

%44.34
%23.33
%32.33

CMYK color model

#C0658C color CMYK value is (0,47,27,25).

  • cyan value is 0.00%
  • magenta value is 47.40%
  • yellow value is 27.08%
  • key color value is 24.71%
CMYK:
(0,47,27,25)
C0M47Y27K25 
(0%,47%,27%,25%)
(0.00/0.47/0.27/0.25)	

CMYK percentages

%0
%47.4
%27.08
%24.71

Codes

Color #C0658C in popluar color models

C0658C
RGB192101140
HSL334°41.94%57.45%
HSB/HSV334°47.40%75.29%
CMYK0.00%47.40%27.08%
24.71%

Color #C0658C in popluar number systems.

HEXC0658C
Decimal192101140
Binary11000000110010110001100
Octal300145214

Shades and tints

Shades of #C0658C

#C0658C
(192,101,140)
#AF5C80
(175,92,128)
#9E5374
(158,83,116)
#8D4A68
(141,74,104)
#7C415C
(124,65,92)
#6B3850
(107,56,80)
#5A2F44
(90,47,68)
#492638
(73,38,56)
#381D2C
(56,29,44)
#271420
(39,20,32)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #C0658C

#C0658C
(192,101,140)
#C57396
(197,115,150)
#CA81A0
(202,129,160)
#CF8FAA
(207,143,170)
#D49DB4
(212,157,180)
#D9ABBE
(217,171,190)
#DEB9C8
(222,185,200)
#E3C7D2
(227,199,210)
#E8D5DC
(232,213,220)
#EDE3E6
(237,227,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0658C color. Also use rgb(192,101,140) instead hex code.

Text Font Color

.myTextColor { color: #C0658C; }

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

This text font color is #C0658C.


Background Color

.myBgColor { background-color: #C0658C; }

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

This div background color is #C0658C.


Border color

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

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

This div border color is #C0658C.


Opacity

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

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

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

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

This text has shadow with #C0658C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0658C on black background.


Color preview on white background

This text has color #C0658C on white background.



Black color preview on #C0658C background

This text has black color on #C0658C background.


White color preview on #C0658C background

This text has white color on #C0658C background.