COLOR #C35395

HEX: #C35395
RGB: (195,83,149)

Color info

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

RGB color model

#C35395 color RGB value is (195,83,149).

  • red value is 195;
  • green value is 83;
  • blue value is 149.
RGB:
(195,83,149)
(76%,33%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 83 of 255 = 33%
B 149 of 255 = 58%

195
83
149

R + G + B ~ 56%. #C35395 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 83 + 149 = 427 (100%)
R 195 of 427 ~ 45.67%
G 83 of 427 ~ 19.44%
B 149 of 427 ~ 34.89%

%45.67
%19.44
%34.89

CMYK color model

#C35395 color CMYK value is (0,57,24,24).

  • cyan value is 0.00%
  • magenta value is 57.44%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(0,57,24,24)
C0M57Y24K24 
(0%,57%,24%,24%)
(0.00/0.57/0.24/0.24)	

CMYK percentages

%0
%57.44
%23.59
%23.53

Codes

Color #C35395 in popluar color models

C35395
RGB19583149
HSL325°48.28%54.51%
HSB/HSV325°57.44%76.47%
CMYK0.00%57.44%23.59%
23.53%

Color #C35395 in popluar number systems.

HEXC35395
Decimal19583149
Binary11000011101001110010101
Octal303123225

Shades and tints

Shades of #C35395

#C35395
(195,83,149)
#B24C88
(178,76,136)
#A1457B
(161,69,123)
#903E6E
(144,62,110)
#7F3761
(127,55,97)
#6E3054
(110,48,84)
#5D2947
(93,41,71)
#4C223A
(76,34,58)
#3B1B2D
(59,27,45)
#2A1420
(42,20,32)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #C35395

#C35395
(195,83,149)
#C8629E
(200,98,158)
#CD71A7
(205,113,167)
#D280B0
(210,128,176)
#D78FB9
(215,143,185)
#DC9EC2
(220,158,194)
#E1ADCB
(225,173,203)
#E6BCD4
(230,188,212)
#EBCBDD
(235,203,221)
#F0DAE6
(240,218,230)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C35395; }

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

This text font color is #C35395.


Background Color

.myBgColor { background-color: #C35395; }

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

This div background color is #C35395.


Border color

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

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

This div border color is #C35395.


Opacity

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

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

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

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

This text has shadow with #C35395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35395 on black background.


Color preview on white background

This text has color #C35395 on white background.



Black color preview on #C35395 background

This text has black color on #C35395 background.


White color preview on #C35395 background

This text has white color on #C35395 background.