COLOR #C369A7

HEX: #C369A7
RGB: (195,105,167)

Color info

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

RGB color model

#C369A7 color RGB value is (195,105,167).

  • red value is 195;
  • green value is 105;
  • blue value is 167.
RGB:
(195,105,167)
(76%,41%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 105 of 255 = 41%
B 167 of 255 = 65%

195
105
167

R + G + B ~ 61%. #C369A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 105 + 167 = 467 (100%)
R 195 of 467 ~ 41.76%
G 105 of 467 ~ 22.48%
B 167 of 467 ~ 35.76%

%41.76
%22.48
%35.76

CMYK color model

#C369A7 color CMYK value is (0,46,14,24).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,46,14,24)
C0M46Y14K24 
(0%,46%,14%,24%)
(0.00/0.46/0.14/0.24)	

CMYK percentages

%0
%46.15
%14.36
%23.53

Codes

Color #C369A7 in popluar color models

C369A7
RGB195105167
HSL319°42.86%58.82%
HSB/HSV319°46.15%76.47%
CMYK0.00%46.15%14.36%
23.53%

Color #C369A7 in popluar number systems.

HEXC369A7
Decimal195105167
Binary11000011110100110100111
Octal303151247

Shades and tints

Shades of #C369A7

#C369A7
(195,105,167)
#B26098
(178,96,152)
#A15789
(161,87,137)
#904E7A
(144,78,122)
#7F456B
(127,69,107)
#6E3C5C
(110,60,92)
#5D334D
(93,51,77)
#4C2A3E
(76,42,62)
#3B212F
(59,33,47)
#2A1820
(42,24,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #C369A7

#C369A7
(195,105,167)
#C876AF
(200,118,175)
#CD83B7
(205,131,183)
#D290BF
(210,144,191)
#D79DC7
(215,157,199)
#DCAACF
(220,170,207)
#E1B7D7
(225,183,215)
#E6C4DF
(230,196,223)
#EBD1E7
(235,209,231)
#F0DEEF
(240,222,239)
#F5EBF7
(245,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C369A7 color. Also use rgb(195,105,167) instead hex code.

Text Font Color

.myTextColor { color: #C369A7; }

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

This text font color is #C369A7.


Background Color

.myBgColor { background-color: #C369A7; }

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

This div background color is #C369A7.


Border color

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

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

This div border color is #C369A7.


Opacity

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

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

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

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

This text has shadow with #C369A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C369A7 on black background.


Color preview on white background

This text has color #C369A7 on white background.



Black color preview on #C369A7 background

This text has black color on #C369A7 background.


White color preview on #C369A7 background

This text has white color on #C369A7 background.