COLOR #C675A9

HEX: #C675A9
RGB: (198,117,169)

Color info

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

RGB color model

#C675A9 color RGB value is (198,117,169).

  • red value is 198;
  • green value is 117;
  • blue value is 169.
RGB:
(198,117,169)
(78%,46%,66%)

RGB channels and saturation

R 198 of 255 = 78%
G 117 of 255 = 46%
B 169 of 255 = 66%

198
117
169

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

Portions of RGB colors in percentages

R + G + B =
198 + 117 + 169 = 484 (100%)
R 198 of 484 ~ 40.91%
G 117 of 484 ~ 24.17%
B 169 of 484 ~ 34.92%

%40.91
%24.17
%34.92

CMYK color model

#C675A9 color CMYK value is (0,41,15,22).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 14.65%
  • key color value is 22.35%
CMYK:
(0,41,15,22)
C0M41Y15K22 
(0%,41%,15%,22%)
(0.00/0.41/0.15/0.22)	

CMYK percentages

%0
%40.91
%14.65
%22.35

Codes

Color #C675A9 in popluar color models

C675A9
RGB198117169
HSL321°41.54%61.76%
HSB/HSV321°40.91%77.65%
CMYK0.00%40.91%14.65%
22.35%

Color #C675A9 in popluar number systems.

HEXC675A9
Decimal198117169
Binary11000110111010110101001
Octal306165251

Shades and tints

Shades of #C675A9

#C675A9
(198,117,169)
#B46B9A
(180,107,154)
#A2618B
(162,97,139)
#90577C
(144,87,124)
#7E4D6D
(126,77,109)
#6C435E
(108,67,94)
#5A394F
(90,57,79)
#482F40
(72,47,64)
#362531
(54,37,49)
#241B22
(36,27,34)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #C675A9

#C675A9
(198,117,169)
#CB81B0
(203,129,176)
#D08DB7
(208,141,183)
#D599BE
(213,153,190)
#DAA5C5
(218,165,197)
#DFB1CC
(223,177,204)
#E4BDD3
(228,189,211)
#E9C9DA
(233,201,218)
#EED5E1
(238,213,225)
#F3E1E8
(243,225,232)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C675A9 color. Also use rgb(198,117,169) instead hex code.

Text Font Color

.myTextColor { color: #C675A9; }

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

This text font color is #C675A9.


Background Color

.myBgColor { background-color: #C675A9; }

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

This div background color is #C675A9.


Border color

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

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

This div border color is #C675A9.


Opacity

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

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

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

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

This text has shadow with #C675A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C675A9 on black background.


Color preview on white background

This text has color #C675A9 on white background.



Black color preview on #C675A9 background

This text has black color on #C675A9 background.


White color preview on #C675A9 background

This text has white color on #C675A9 background.