COLOR #C35C61

HEX: #C35C61
RGB: (195,92,97)

Color info

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

RGB color model

#C35C61 color RGB value is (195,92,97).

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

RGB channels and saturation

R 195 of 255 = 76%
G 92 of 255 = 36%
B 97 of 255 = 38%

195
92
97

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

Portions of RGB colors in percentages

R + G + B =
195 + 92 + 97 = 384 (100%)
R 195 of 384 ~ 50.78%
G 92 of 384 ~ 23.96%
B 97 of 384 ~ 25.26%

%50.78
%23.96
%25.26

CMYK color model

#C35C61 color CMYK value is (0,53,50,24).

  • cyan value is 0.00%
  • magenta value is 52.82%
  • yellow value is 50.26%
  • key color value is 23.53%
CMYK:
(0,53,50,24)
C0M53Y50K24 
(0%,53%,50%,24%)
(0.00/0.53/0.50/0.24)	

CMYK percentages

%0
%52.82
%50.26
%23.53

Codes

Color #C35C61 in popluar color models

C35C61
RGB1959297
HSL357°46.19%56.27%
HSB/HSV357°52.82%76.47%
CMYK0.00%52.82%50.26%
23.53%

Color #C35C61 in popluar number systems.

HEXC35C61
Decimal1959297
Binary1100001110111001100001
Octal303134141

Shades and tints

Shades of #C35C61

#C35C61
(195,92,97)
#B25459
(178,84,89)
#A14C51
(161,76,81)
#904449
(144,68,73)
#7F3C41
(127,60,65)
#6E3439
(110,52,57)
#5D2C31
(93,44,49)
#4C2429
(76,36,41)
#3B1C21
(59,28,33)
#2A1419
(42,20,25)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #C35C61

#C35C61
(195,92,97)
#C86A6F
(200,106,111)
#CD787D
(205,120,125)
#D2868B
(210,134,139)
#D79499
(215,148,153)
#DCA2A7
(220,162,167)
#E1B0B5
(225,176,181)
#E6BEC3
(230,190,195)
#EBCCD1
(235,204,209)
#F0DADF
(240,218,223)
#F5E8ED
(245,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C35C61; }

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

This text font color is #C35C61.


Background Color

.myBgColor { background-color: #C35C61; }

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

This div background color is #C35C61.


Border color

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

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

This div border color is #C35C61.


Opacity

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

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

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

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

This text has shadow with #C35C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35C61 on black background.


Color preview on white background

This text has color #C35C61 on white background.



Black color preview on #C35C61 background

This text has black color on #C35C61 background.


White color preview on #C35C61 background

This text has white color on #C35C61 background.