COLOR #C35D77

HEX: #C35D77
RGB: (195,93,119)

Color info

#C35D77 contains mainly red color. Web safe color of #C35D77 is #CC6666 (or #C66).

RGB color model

#C35D77 color RGB value is (195,93,119).

  • red value is 195;
  • green value is 93;
  • blue value is 119.
RGB:
(195,93,119)
(76%,36%,47%)

RGB channels and saturation

R 195 of 255 = 76%
G 93 of 255 = 36%
B 119 of 255 = 47%

195
93
119

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

Portions of RGB colors in percentages

R + G + B =
195 + 93 + 119 = 407 (100%)
R 195 of 407 ~ 47.91%
G 93 of 407 ~ 22.85%
B 119 of 407 ~ 29.24%

%47.91
%22.85
%29.24

CMYK color model

#C35D77 color CMYK value is (0,52,39,24).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 38.97%
  • key color value is 23.53%
CMYK:
(0,52,39,24)
C0M52Y39K24 
(0%,52%,39%,24%)
(0.00/0.52/0.39/0.24)	

CMYK percentages

%0
%52.31
%38.97
%23.53

Codes

Color #C35D77 in popluar color models

C35D77
RGB19593119
HSL345°45.95%56.47%
HSB/HSV345°52.31%76.47%
CMYK0.00%52.31%38.97%
23.53%

Color #C35D77 in popluar number systems.

HEXC35D77
Decimal19593119
Binary1100001110111011110111
Octal303135167

Shades and tints

Shades of #C35D77

#C35D77
(195,93,119)
#B2556D
(178,85,109)
#A14D63
(161,77,99)
#904559
(144,69,89)
#7F3D4F
(127,61,79)
#6E3545
(110,53,69)
#5D2D3B
(93,45,59)
#4C2531
(76,37,49)
#3B1D27
(59,29,39)
#2A151D
(42,21,29)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #C35D77

#C35D77
(195,93,119)
#C86B83
(200,107,131)
#CD798F
(205,121,143)
#D2879B
(210,135,155)
#D795A7
(215,149,167)
#DCA3B3
(220,163,179)
#E1B1BF
(225,177,191)
#E6BFCB
(230,191,203)
#EBCDD7
(235,205,215)
#F0DBE3
(240,219,227)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35D77 color. Also use rgb(195,93,119) instead hex code.

Text Font Color

.myTextColor { color: #C35D77; }

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

This text font color is #C35D77.


Background Color

.myBgColor { background-color: #C35D77; }

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

This div background color is #C35D77.


Border color

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

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

This div border color is #C35D77.


Opacity

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

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

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

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

This text has shadow with #C35D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35D77 on black background.


Color preview on white background

This text has color #C35D77 on white background.



Black color preview on #C35D77 background

This text has black color on #C35D77 background.


White color preview on #C35D77 background

This text has white color on #C35D77 background.