COLOR #C382B2

HEX: #C382B2
RGB: (195,130,178)

Color info

#C382B2 contains mainly red and blue colors. Web safe color of #C382B2 is #CC9999 (or #C99).

RGB color model

#C382B2 color RGB value is (195,130,178).

  • red value is 195;
  • green value is 130;
  • blue value is 178.
RGB:
(195,130,178)
(76%,51%,70%)

RGB channels and saturation

R 195 of 255 = 76%
G 130 of 255 = 51%
B 178 of 255 = 70%

195
130
178

R + G + B ~ 66%. #C382B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 130 + 178 = 503 (100%)
R 195 of 503 ~ 38.77%
G 130 of 503 ~ 25.84%
B 178 of 503 ~ 35.39%

%38.77
%25.84
%35.39

CMYK color model

#C382B2 color CMYK value is (0,33,9,24).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 8.72%
  • key color value is 23.53%
CMYK:
(0,33,9,24)
C0M33Y9K24 
(0%,33%,9%,24%)
(0.00/0.33/0.09/0.24)	

CMYK percentages

%0
%33.33
%8.72
%23.53

Codes

Color #C382B2 in popluar color models

C382B2
RGB195130178
HSL316°35.14%63.73%
HSB/HSV316°33.33%76.47%
CMYK0.00%33.33%8.72%
23.53%

Color #C382B2 in popluar number systems.

HEXC382B2
Decimal195130178
Binary110000111000001010110010
Octal303202262

Shades and tints

Shades of #C382B2

#C382B2
(195,130,178)
#B277A2
(178,119,162)
#A16C92
(161,108,146)
#906182
(144,97,130)
#7F5672
(127,86,114)
#6E4B62
(110,75,98)
#5D4052
(93,64,82)
#4C3542
(76,53,66)
#3B2A32
(59,42,50)
#2A1F22
(42,31,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #C382B2

#C382B2
(195,130,178)
#C88DB9
(200,141,185)
#CD98C0
(205,152,192)
#D2A3C7
(210,163,199)
#D7AECE
(215,174,206)
#DCB9D5
(220,185,213)
#E1C4DC
(225,196,220)
#E6CFE3
(230,207,227)
#EBDAEA
(235,218,234)
#F0E5F1
(240,229,241)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C382B2 color. Also use rgb(195,130,178) instead hex code.

Text Font Color

.myTextColor { color: #C382B2; }

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

This text font color is #C382B2.


Background Color

.myBgColor { background-color: #C382B2; }

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

This div background color is #C382B2.


Border color

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

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

This div border color is #C382B2.


Opacity

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

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

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

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

This text has shadow with #C382B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C382B2 on black background.


Color preview on white background

This text has color #C382B2 on white background.



Black color preview on #C382B2 background

This text has black color on #C382B2 background.


White color preview on #C382B2 background

This text has white color on #C382B2 background.