COLOR #C395B3

HEX: #C395B3 RGB: (195,149,179)

Color info

#C395B3 contains red, green and blue colors in about the same proportion. Web safe color of #C395B3 is #CC9999 (or #C99).

RGB color model

#C395B3 color RGB value is (195,149,179).

RGB: (195,149,179) (76%, 58%, 70%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 179 of 255 = 70%

195
149
179

R + G + B ~ 68%. #C395B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 149 + 179 = 523 (100%)
R 195 of 523 ~ 37.28%
G 149 of 523 ~ 28.49%
B 179 of 523 ~ 34.23'%

%37.28
%28.49
%34.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 8.21%
  • key color value is 23.53%

CMYK: (0,24,8,24)
C0M24Y8K24 (0%, 24%, 8%, 24%)
(0.00 / 0.24 / 0.08 / 0.24)

CMYK percentages

%0
%23.59
%8.21
%23.53

Codes

Color #C395B3 in popluar color models

C3 95 B3
RGB 195 149 179
HSL 321° 27.71% 67.45%
HSB/HSV 321° 23.59% 76.47%
CMYK 0.00% 23.59% 8.21%
23.53%

Color #C395B3 in popluar number systems.

HEX C3 95 B3
Decimal 195 149 179
Binary 11000011 10010101 10110011
Octal 303 225 263

Shades and tints

Shades of #C395B3

#C395B3
(195,149,179)
#B288A3
(178,136,163)
#A17B93
(161,123,147)
#906E83
(144,110,131)
#7F6173
(127,97,115)
#6E5463
(110,84,99)
#5D4753
(93,71,83)
#4C3A43
(76,58,67)
#3B2D33
(59,45,51)
#2A2023
(42,32,35)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C395B3

#C395B3
(195,149,179)
#C89EB9
(200,158,185)
#CDA7BF
(205,167,191)
#D2B0C5
(210,176,197)
#D7B9CB
(215,185,203)
#DCC2D1
(220,194,209)
#E1CBD7
(225,203,215)
#E6D4DD
(230,212,221)
#EBDDE3
(235,221,227)
#F0E6E9
(240,230,233)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C395B3; }

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

This text font color is #C395B3.

Background Color

.myBgColor { background-color: #C395B3; }

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

This div background color is #C395B3.

Border color

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

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

This div border color is #C395B3.

Opacity

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

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

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

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

This text has shadow with #C395B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C395B3.

Preview

Color preview on black background

This text has color #C395B3 on black background.


Color preview on white background

This text has color #C395B3 on white background.


Black color preview on #C395B3 background

This text has black color on #C395B3 background.


White color preview on #C395B3 background

This text has white color on #C395B3 background.


Related colors

Complementary color

Complementary color for #hex is #3C6A4C.


I love getcolorcode.com

Triadic colors

1 #B3C395 and #95B3C3 with #C395B3 are triadic colors.

2 #B395C3 and #95C3B3 with #C395B3 are triadic colors.