COLOR #C672C2

HEX: #C672C2
RGB: (198,114,194)

Color info

#C672C2 contains mainly red and blue colors. Web safe color of #C672C2 is #CC66CC (or #C6C).

RGB color model

#C672C2 color RGB value is (198,114,194).

  • red value is 198;
  • green value is 114;
  • blue value is 194.
RGB:
(198,114,194)
(78%,45%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 114 of 255 = 45%
B 194 of 255 = 76%

198
114
194

R + G + B ~ 66%. #C672C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 114 + 194 = 506 (100%)
R 198 of 506 ~ 39.13%
G 114 of 506 ~ 22.53%
B 194 of 506 ~ 38.34%

%39.13
%22.53
%38.34

CMYK color model

#C672C2 color CMYK value is (0,42,2,22).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(0,42,2,22)
C0M42Y2K22 
(0%,42%,2%,22%)
(0.00/0.42/0.02/0.22)	

CMYK percentages

%0
%42.42
%2.02
%22.35

Codes

Color #C672C2 in popluar color models

C672C2
RGB198114194
HSL303°42.42%61.18%
HSB/HSV303°42.42%77.65%
CMYK0.00%42.42%2.02%
22.35%

Color #C672C2 in popluar number systems.

HEXC672C2
Decimal198114194
Binary11000110111001011000010
Octal306162302

Shades and tints

Shades of #C672C2

#C672C2
(198,114,194)
#B468B1
(180,104,177)
#A25EA0
(162,94,160)
#90548F
(144,84,143)
#7E4A7E
(126,74,126)
#6C406D
(108,64,109)
#5A365C
(90,54,92)
#482C4B
(72,44,75)
#36223A
(54,34,58)
#241829
(36,24,41)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #C672C2

#C672C2
(198,114,194)
#CB7EC7
(203,126,199)
#D08ACC
(208,138,204)
#D596D1
(213,150,209)
#DAA2D6
(218,162,214)
#DFAEDB
(223,174,219)
#E4BAE0
(228,186,224)
#E9C6E5
(233,198,229)
#EED2EA
(238,210,234)
#F3DEEF
(243,222,239)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C672C2 color. Also use rgb(198,114,194) instead hex code.

Text Font Color

.myTextColor { color: #C672C2; }

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

This text font color is #C672C2.


Background Color

.myBgColor { background-color: #C672C2; }

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

This div background color is #C672C2.


Border color

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

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

This div border color is #C672C2.


Opacity

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

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

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

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

This text has shadow with #C672C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C672C2 on black background.


Color preview on white background

This text has color #C672C2 on white background.



Black color preview on #C672C2 background

This text has black color on #C672C2 background.


White color preview on #C672C2 background

This text has white color on #C672C2 background.