COLOR #C35086

HEX: #C35086
RGB: (195,80,134)

Color info

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

RGB color model

#C35086 color RGB value is (195,80,134).

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

RGB channels and saturation

R 195 of 255 = 76%
G 80 of 255 = 31%
B 134 of 255 = 53%

195
80
134

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

Portions of RGB colors in percentages

R + G + B =
195 + 80 + 134 = 409 (100%)
R 195 of 409 ~ 47.68%
G 80 of 409 ~ 19.56%
B 134 of 409 ~ 32.76%

%47.68
%19.56
%32.76

CMYK color model

#C35086 color CMYK value is (0,59,31,24).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 31.28%
  • key color value is 23.53%
CMYK:
(0,59,31,24)
C0M59Y31K24 
(0%,59%,31%,24%)
(0.00/0.59/0.31/0.24)	

CMYK percentages

%0
%58.97
%31.28
%23.53

Codes

Color #C35086 in popluar color models

C35086
RGB19580134
HSL332°48.94%53.92%
HSB/HSV332°58.97%76.47%
CMYK0.00%58.97%31.28%
23.53%

Color #C35086 in popluar number systems.

HEXC35086
Decimal19580134
Binary11000011101000010000110
Octal303120206

Shades and tints

Shades of #C35086

#C35086
(195,80,134)
#B2497A
(178,73,122)
#A1426E
(161,66,110)
#903B62
(144,59,98)
#7F3456
(127,52,86)
#6E2D4A
(110,45,74)
#5D263E
(93,38,62)
#4C1F32
(76,31,50)
#3B1826
(59,24,38)
#2A111A
(42,17,26)
#190A0E
(25,10,14)
#000000
(0,0,0)

Tints of #C35086

#C35086
(195,80,134)
#C85F91
(200,95,145)
#CD6E9C
(205,110,156)
#D27DA7
(210,125,167)
#D78CB2
(215,140,178)
#DC9BBD
(220,155,189)
#E1AAC8
(225,170,200)
#E6B9D3
(230,185,211)
#EBC8DE
(235,200,222)
#F0D7E9
(240,215,233)
#F5E6F4
(245,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C35086; }

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

This text font color is #C35086.


Background Color

.myBgColor { background-color: #C35086; }

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

This div background color is #C35086.


Border color

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

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

This div border color is #C35086.


Opacity

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

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

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

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

This text has shadow with #C35086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35086 on black background.


Color preview on white background

This text has color #C35086 on white background.



Black color preview on #C35086 background

This text has black color on #C35086 background.


White color preview on #C35086 background

This text has white color on #C35086 background.