COLOR #C368B3

HEX: #C368B3
RGB: (195,104,179)

Color info

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

RGB color model

#C368B3 color RGB value is (195,104,179).

  • red value is 195;
  • green value is 104;
  • blue value is 179.
RGB:
(195,104,179)
(76%,41%,70%)

RGB channels and saturation

R 195 of 255 = 76%
G 104 of 255 = 41%
B 179 of 255 = 70%

195
104
179

R + G + B ~ 62%. #C368B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 104 + 179 = 478 (100%)
R 195 of 478 ~ 40.79%
G 104 of 478 ~ 21.76%
B 179 of 478 ~ 37.45%

%40.79
%21.76
%37.45

CMYK color model

#C368B3 color CMYK value is (0,47,8,24).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(0,47,8,24)
C0M47Y8K24 
(0%,47%,8%,24%)
(0.00/0.47/0.08/0.24)	

CMYK percentages

%0
%46.67
%8.21
%23.53

Codes

Color #C368B3 in popluar color models

C368B3
RGB195104179
HSL311°43.13%58.63%
HSB/HSV311°46.67%76.47%
CMYK0.00%46.67%8.21%
23.53%

Color #C368B3 in popluar number systems.

HEXC368B3
Decimal195104179
Binary11000011110100010110011
Octal303150263

Shades and tints

Shades of #C368B3

#C368B3
(195,104,179)
#B25FA3
(178,95,163)
#A15693
(161,86,147)
#904D83
(144,77,131)
#7F4473
(127,68,115)
#6E3B63
(110,59,99)
#5D3253
(93,50,83)
#4C2943
(76,41,67)
#3B2033
(59,32,51)
#2A1723
(42,23,35)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #C368B3

#C368B3
(195,104,179)
#C875B9
(200,117,185)
#CD82BF
(205,130,191)
#D28FC5
(210,143,197)
#D79CCB
(215,156,203)
#DCA9D1
(220,169,209)
#E1B6D7
(225,182,215)
#E6C3DD
(230,195,221)
#EBD0E3
(235,208,227)
#F0DDE9
(240,221,233)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C368B3 color. Also use rgb(195,104,179) instead hex code.

Text Font Color

.myTextColor { color: #C368B3; }

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

This text font color is #C368B3.


Background Color

.myBgColor { background-color: #C368B3; }

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

This div background color is #C368B3.


Border color

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

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

This div border color is #C368B3.


Opacity

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

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

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

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

This text has shadow with #C368B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C368B3 on black background.


Color preview on white background

This text has color #C368B3 on white background.



Black color preview on #C368B3 background

This text has black color on #C368B3 background.


White color preview on #C368B3 background

This text has white color on #C368B3 background.