COLOR #C364B6

HEX: #C364B6 RGB: (195,100,182)

Color info

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

RGB color model

#C364B6 color RGB value is (195,100,182).

RGB: (195,100,182) (76%, 39%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 100 of 255 = 39%
B 182 of 255 = 71%

195
100
182

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

Portions of RGB colors in percentages

R + G + B = 195 + 100 + 182 = 477 (100%)
R 195 of 477 ~ 40.88%
G 100 of 477 ~ 20.96%
B 182 of 477 ~ 38.16'%

%40.88
%20.96
%38.16

CMYK color model

#C364B6 color CMYK value is (0,49,7,24).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 6.67%
  • key color value is 23.53%

CMYK: (0,49,7,24)
C0M49Y7K24 (0%, 49%, 7%, 24%)
(0.00 / 0.49 / 0.07 / 0.24)

CMYK percentages

%0
%48.72
%6.67
%23.53

Codes

Color #C364B6 in popluar color models

C3 64 B6
RGB 195 100 182
HSL 308° 44.19% 57.84%
HSB/HSV 308° 48.72% 76.47%
CMYK 0.00% 48.72% 6.67%
23.53%

Color #C364B6 in popluar number systems.

HEX C3 64 B6
Decimal 195 100 182
Binary 11000011 1100100 10110110
Octal 303 144 266

Shades and tints

Shades of #C364B6

#C364B6
(195,100,182)
#B25BA6
(178,91,166)
#A15296
(161,82,150)
#904986
(144,73,134)
#7F4076
(127,64,118)
#6E3766
(110,55,102)
#5D2E56
(93,46,86)
#4C2546
(76,37,70)
#3B1C36
(59,28,54)
#2A1326
(42,19,38)
#190A16
(25,10,22)
#000000
(0,0,0)

Tints of #C364B6

#C364B6
(195,100,182)
#C872BC
(200,114,188)
#CD80C2
(205,128,194)
#D28EC8
(210,142,200)
#D79CCE
(215,156,206)
#DCAAD4
(220,170,212)
#E1B8DA
(225,184,218)
#E6C6E0
(230,198,224)
#EBD4E6
(235,212,230)
#F0E2EC
(240,226,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C364B6 color. Also use rgb(195,100,182) instead hex code.

Text Font Color

.myTextColor { color: #C364B6; }

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

This text font color is #C364B6.

Background Color

.myBgColor { background-color: #C364B6; }

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

This div background color is #C364B6.

Border color

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

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

This div border color is #C364B6.

Opacity

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

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

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

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

This text has shadow with #C364B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C364B6.

Preview

Color preview on black background

This text has color #C364B6 on black background.


Color preview on white background

This text has color #C364B6 on white background.


Black color preview on #C364B6 background

This text has black color on #C364B6 background.


White color preview on #C364B6 background

This text has white color on #C364B6 background.


Related colors

Complementary color

Complementary color for #hex is #3C9B49.


I love getcolorcode.com

Triadic colors

1 #B6C364 and #64B6C3 with #C364B6 are triadic colors.

2 #B664C3 and #64C3B6 with #C364B6 are triadic colors.