COLOR #C0648D

HEX: #C0648D
RGB: (192,100,141)

Color info

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

RGB color model

#C0648D color RGB value is (192,100,141).

  • red value is 192;
  • green value is 100;
  • blue value is 141.
RGB:
(192,100,141)
(75%,39%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 100 of 255 = 39%
B 141 of 255 = 55%

192
100
141

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

Portions of RGB colors in percentages

R + G + B =
192 + 100 + 141 = 433 (100%)
R 192 of 433 ~ 44.34%
G 100 of 433 ~ 23.09%
B 141 of 433 ~ 32.56%

%44.34
%23.09
%32.56

CMYK color model

#C0648D color CMYK value is (0,48,27,25).

  • cyan value is 0.00%
  • magenta value is 47.92%
  • yellow value is 26.56%
  • key color value is 24.71%
CMYK:
(0,48,27,25)
C0M48Y27K25 
(0%,48%,27%,25%)
(0.00/0.48/0.27/0.25)	

CMYK percentages

%0
%47.92
%26.56
%24.71

Codes

Color #C0648D in popluar color models

C0648D
RGB192100141
HSL333°42.20%57.25%
HSB/HSV333°47.92%75.29%
CMYK0.00%47.92%26.56%
24.71%

Color #C0648D in popluar number systems.

HEXC0648D
Decimal192100141
Binary11000000110010010001101
Octal300144215

Shades and tints

Shades of #C0648D

#C0648D
(192,100,141)
#AF5B81
(175,91,129)
#9E5275
(158,82,117)
#8D4969
(141,73,105)
#7C405D
(124,64,93)
#6B3751
(107,55,81)
#5A2E45
(90,46,69)
#492539
(73,37,57)
#381C2D
(56,28,45)
#271321
(39,19,33)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #C0648D

#C0648D
(192,100,141)
#C57297
(197,114,151)
#CA80A1
(202,128,161)
#CF8EAB
(207,142,171)
#D49CB5
(212,156,181)
#D9AABF
(217,170,191)
#DEB8C9
(222,184,201)
#E3C6D3
(227,198,211)
#E8D4DD
(232,212,221)
#EDE2E7
(237,226,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0648D color. Also use rgb(192,100,141) instead hex code.

Text Font Color

.myTextColor { color: #C0648D; }

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

This text font color is #C0648D.


Background Color

.myBgColor { background-color: #C0648D; }

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

This div background color is #C0648D.


Border color

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

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

This div border color is #C0648D.


Opacity

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

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

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

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

This text has shadow with #C0648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0648D on black background.


Color preview on white background

This text has color #C0648D on white background.



Black color preview on #C0648D background

This text has black color on #C0648D background.


White color preview on #C0648D background

This text has white color on #C0648D background.