COLOR #C672C1

HEX: #C672C1
RGB: (198,114,193)

Color info

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

RGB color model

#C672C1 color RGB value is (198,114,193).

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

RGB channels and saturation

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

198
114
193

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

Portions of RGB colors in percentages

R + G + B =
198 + 114 + 193 = 505 (100%)
R 198 of 505 ~ 39.21%
G 114 of 505 ~ 22.57%
B 193 of 505 ~ 38.22%

%39.21
%22.57
%38.22

CMYK color model

#C672C1 color CMYK value is (0,42,3,22).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 2.53%
  • key color value is 22.35%
CMYK:
(0,42,3,22)
C0M42Y3K22 
(0%,42%,3%,22%)
(0.00/0.42/0.03/0.22)	

CMYK percentages

%0
%42.42
%2.53
%22.35

Codes

Color #C672C1 in popluar color models

C672C1
RGB198114193
HSL304°42.42%61.18%
HSB/HSV304°42.42%77.65%
CMYK0.00%42.42%2.53%
22.35%

Color #C672C1 in popluar number systems.

HEXC672C1
Decimal198114193
Binary11000110111001011000001
Octal306162301

Shades and tints

Shades of #C672C1

#C672C1
(198,114,193)
#B468B0
(180,104,176)
#A25E9F
(162,94,159)
#90548E
(144,84,142)
#7E4A7D
(126,74,125)
#6C406C
(108,64,108)
#5A365B
(90,54,91)
#482C4A
(72,44,74)
#362239
(54,34,57)
#241828
(36,24,40)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #C672C1

#C672C1
(198,114,193)
#CB7EC6
(203,126,198)
#D08ACB
(208,138,203)
#D596D0
(213,150,208)
#DAA2D5
(218,162,213)
#DFAEDA
(223,174,218)
#E4BADF
(228,186,223)
#E9C6E4
(233,198,228)
#EED2E9
(238,210,233)
#F3DEEE
(243,222,238)
#F8EAF3
(248,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C672C1; }

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

This text font color is #C672C1.


Background Color

.myBgColor { background-color: #C672C1; }

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

This div background color is #C672C1.


Border color

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

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

This div border color is #C672C1.


Opacity

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

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

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

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

This text has shadow with #C672C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C672C1 on black background.


Color preview on white background

This text has color #C672C1 on white background.



Black color preview on #C672C1 background

This text has black color on #C672C1 background.


White color preview on #C672C1 background

This text has white color on #C672C1 background.