COLOR #C35C86

HEX: #C35C86
RGB: (195,92,134)

Color info

#C35C86 contains mainly red color. Web safe color of #C35C86 is #CC6699 (or #C69).

RGB color model

#C35C86 color RGB value is (195,92,134).

  • red value is 195;
  • green value is 92;
  • blue value is 134.
RGB:
(195,92,134)
(76%,36%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 92 of 255 = 36%
B 134 of 255 = 53%

195
92
134

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

Portions of RGB colors in percentages

R + G + B =
195 + 92 + 134 = 421 (100%)
R 195 of 421 ~ 46.32%
G 92 of 421 ~ 21.85%
B 134 of 421 ~ 31.83%

%46.32
%21.85
%31.83

CMYK color model

#C35C86 color CMYK value is (0,53,31,24).

  • cyan value is 0.00%
  • magenta value is 52.82%
  • yellow value is 31.28%
  • key color value is 23.53%
CMYK:
(0,53,31,24)
C0M53Y31K24 
(0%,53%,31%,24%)
(0.00/0.53/0.31/0.24)	

CMYK percentages

%0
%52.82
%31.28
%23.53

Codes

Color #C35C86 in popluar color models

C35C86
RGB19592134
HSL336°46.19%56.27%
HSB/HSV336°52.82%76.47%
CMYK0.00%52.82%31.28%
23.53%

Color #C35C86 in popluar number systems.

HEXC35C86
Decimal19592134
Binary11000011101110010000110
Octal303134206

Shades and tints

Shades of #C35C86

#C35C86
(195,92,134)
#B2547A
(178,84,122)
#A14C6E
(161,76,110)
#904462
(144,68,98)
#7F3C56
(127,60,86)
#6E344A
(110,52,74)
#5D2C3E
(93,44,62)
#4C2432
(76,36,50)
#3B1C26
(59,28,38)
#2A141A
(42,20,26)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #C35C86

#C35C86
(195,92,134)
#C86A91
(200,106,145)
#CD789C
(205,120,156)
#D286A7
(210,134,167)
#D794B2
(215,148,178)
#DCA2BD
(220,162,189)
#E1B0C8
(225,176,200)
#E6BED3
(230,190,211)
#EBCCDE
(235,204,222)
#F0DAE9
(240,218,233)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35C86 color. Also use rgb(195,92,134) instead hex code.

Text Font Color

.myTextColor { color: #C35C86; }

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

This text font color is #C35C86.


Background Color

.myBgColor { background-color: #C35C86; }

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

This div background color is #C35C86.


Border color

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

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

This div border color is #C35C86.


Opacity

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

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

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

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

This text has shadow with #C35C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35C86 on black background.


Color preview on white background

This text has color #C35C86 on white background.



Black color preview on #C35C86 background

This text has black color on #C35C86 background.


White color preview on #C35C86 background

This text has white color on #C35C86 background.