COLOR #C673A7

HEX: #C673A7
RGB: (198,115,167)

Color info

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

RGB color model

#C673A7 color RGB value is (198,115,167).

  • red value is 198;
  • green value is 115;
  • blue value is 167.
RGB:
(198,115,167)
(78%,45%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 167 of 255 = 65%

198
115
167

R + G + B ~ 63%. #C673A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 115 + 167 = 480 (100%)
R 198 of 480 ~ 41.25%
G 115 of 480 ~ 23.96%
B 167 of 480 ~ 34.79%

%41.25
%23.96
%34.79

CMYK color model

#C673A7 color CMYK value is (0,42,16,22).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(0,42,16,22)
C0M42Y16K22 
(0%,42%,16%,22%)
(0.00/0.42/0.16/0.22)	

CMYK percentages

%0
%41.92
%15.66
%22.35

Codes

Color #C673A7 in popluar color models

C673A7
RGB198115167
HSL322°42.13%61.37%
HSB/HSV322°41.92%77.65%
CMYK0.00%41.92%15.66%
22.35%

Color #C673A7 in popluar number systems.

HEXC673A7
Decimal198115167
Binary11000110111001110100111
Octal306163247

Shades and tints

Shades of #C673A7

#C673A7
(198,115,167)
#B46998
(180,105,152)
#A25F89
(162,95,137)
#90557A
(144,85,122)
#7E4B6B
(126,75,107)
#6C415C
(108,65,92)
#5A374D
(90,55,77)
#482D3E
(72,45,62)
#36232F
(54,35,47)
#241920
(36,25,32)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C673A7

#C673A7
(198,115,167)
#CB7FAF
(203,127,175)
#D08BB7
(208,139,183)
#D597BF
(213,151,191)
#DAA3C7
(218,163,199)
#DFAFCF
(223,175,207)
#E4BBD7
(228,187,215)
#E9C7DF
(233,199,223)
#EED3E7
(238,211,231)
#F3DFEF
(243,223,239)
#F8EBF7
(248,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C673A7 color. Also use rgb(198,115,167) instead hex code.

Text Font Color

.myTextColor { color: #C673A7; }

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

This text font color is #C673A7.


Background Color

.myBgColor { background-color: #C673A7; }

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

This div background color is #C673A7.


Border color

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

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

This div border color is #C673A7.


Opacity

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

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

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

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

This text has shadow with #C673A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C673A7 on black background.


Color preview on white background

This text has color #C673A7 on white background.



Black color preview on #C673A7 background

This text has black color on #C673A7 background.


White color preview on #C673A7 background

This text has white color on #C673A7 background.