COLOR #C673B7

HEX: #C673B7 RGB: (198,115,183)

Color info

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

RGB color model

#C673B7 color RGB value is (198,115,183).

RGB: (198,115,183) (78%, 45%, 72%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 183 of 255 = 72%

198
115
183

R + G + B ~ 65%. #C673B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 115 + 183 = 496 (100%)
R 198 of 496 ~ 39.92%
G 115 of 496 ~ 23.19%
B 183 of 496 ~ 36.9'%

%39.92
%23.19
%36.9

CMYK color model

#C673B7 color CMYK value is (0,42,8,22).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK: (0,42,8,22) C0M42Y8K22 (0%,42%,8%,22%) (0.00/0.42/0.08/0.22) 

CMYK percentages

%0
%41.92
%7.58
%22.35

Codes

Color #C673B7 in popluar color models

C6 73 B7
RGB 198 115 183
HSL 311° 42.13% 61.37%
HSB/HSV 311° 41.92% 77.65%
CMYK 0.00% 41.92% 7.58%
22.35%

Color #C673B7 in popluar number systems.

HEX C6 73 B7
Decimal 198 115 183
Binary 11000110 1110011 10110111
Octal 306 163 267

Shades and tints

Shades of #C673B7

#C673B7
(198,115,183)
#B469A7
(180,105,167)
#A25F97
(162,95,151)
#905587
(144,85,135)
#7E4B77
(126,75,119)
#6C4167
(108,65,103)
#5A3757
(90,55,87)
#482D47
(72,45,71)
#362337
(54,35,55)
#241927
(36,25,39)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C673B7

#C673B7
(198,115,183)
#CB7FBD
(203,127,189)
#D08BC3
(208,139,195)
#D597C9
(213,151,201)
#DAA3CF
(218,163,207)
#DFAFD5
(223,175,213)
#E4BBDB
(228,187,219)
#E9C7E1
(233,199,225)
#EED3E7
(238,211,231)
#F3DFED
(243,223,237)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C673B7; }

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

This text font color is #C673B7.

Background Color

.myBgColor { background-color: #C673B7; }

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

This div background color is #C673B7.

Border color

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

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

This div border color is #C673B7.

Opacity

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

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

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

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

This text has shadow with #C673B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C673B7.

Preview

Color preview on black background

This text has color #C673B7 on black background.


Color preview on white background

This text has color #C673B7 on white background.


Black color preview on #C673B7 background

This text has black color on #C673B7 background.


White color preview on #C673B7 background

This text has white color on #C673B7 background.


Related colors

Complementary color

Complementary color for #hex is #398C48.


I love getcolorcode.com

Triadic colors

1 #B7C673 and #73B7C6 with #C673B7 are triadic colors.

2 #B773C6 and #73C6B7 with #C673B7 are triadic colors.