COLOR #C383A5

HEX: #C383A5
RGB: (195,131,165)

Color info

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

RGB color model

#C383A5 color RGB value is (195,131,165).

  • red value is 195;
  • green value is 131;
  • blue value is 165.
RGB:
(195,131,165)
(76%,51%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 131 of 255 = 51%
B 165 of 255 = 65%

195
131
165

R + G + B ~ 64%. #C383A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 131 + 165 = 491 (100%)
R 195 of 491 ~ 39.71%
G 131 of 491 ~ 26.68%
B 165 of 491 ~ 33.6%

%39.71
%26.68
%33.6

CMYK color model

#C383A5 color CMYK value is (0,33,15,24).

  • cyan value is 0.00%
  • magenta value is 32.82%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,33,15,24)
C0M33Y15K24 
(0%,33%,15%,24%)
(0.00/0.33/0.15/0.24)	

CMYK percentages

%0
%32.82
%15.38
%23.53

Codes

Color #C383A5 in popluar color models

C383A5
RGB195131165
HSL328°34.78%63.92%
HSB/HSV328°32.82%76.47%
CMYK0.00%32.82%15.38%
23.53%

Color #C383A5 in popluar number systems.

HEXC383A5
Decimal195131165
Binary110000111000001110100101
Octal303203245

Shades and tints

Shades of #C383A5

#C383A5
(195,131,165)
#B27896
(178,120,150)
#A16D87
(161,109,135)
#906278
(144,98,120)
#7F5769
(127,87,105)
#6E4C5A
(110,76,90)
#5D414B
(93,65,75)
#4C363C
(76,54,60)
#3B2B2D
(59,43,45)
#2A201E
(42,32,30)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #C383A5

#C383A5
(195,131,165)
#C88EAD
(200,142,173)
#CD99B5
(205,153,181)
#D2A4BD
(210,164,189)
#D7AFC5
(215,175,197)
#DCBACD
(220,186,205)
#E1C5D5
(225,197,213)
#E6D0DD
(230,208,221)
#EBDBE5
(235,219,229)
#F0E6ED
(240,230,237)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C383A5 color. Also use rgb(195,131,165) instead hex code.

Text Font Color

.myTextColor { color: #C383A5; }

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

This text font color is #C383A5.


Background Color

.myBgColor { background-color: #C383A5; }

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

This div background color is #C383A5.


Border color

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

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

This div border color is #C383A5.


Opacity

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

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

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

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

This text has shadow with #C383A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C383A5 on black background.


Color preview on white background

This text has color #C383A5 on white background.



Black color preview on #C383A5 background

This text has black color on #C383A5 background.


White color preview on #C383A5 background

This text has white color on #C383A5 background.