COLOR #C35752

HEX: #C35752
RGB: (195,87,82)

Color info

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

RGB color model

#C35752 color RGB value is (195,87,82).

  • red value is 195;
  • green value is 87;
  • blue value is 82.
RGB:
(195,87,82)
(76%,34%,32%)

RGB channels and saturation

R 195 of 255 = 76%
G 87 of 255 = 34%
B 82 of 255 = 32%

195
87
82

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

Portions of RGB colors in percentages

R + G + B =
195 + 87 + 82 = 364 (100%)
R 195 of 364 ~ 53.57%
G 87 of 364 ~ 23.9%
B 82 of 364 ~ 22.53%

%53.57
%23.9
%22.53

CMYK color model

#C35752 color CMYK value is (0,55,58,24).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 57.95%
  • key color value is 23.53%
CMYK:
(0,55,58,24)
C0M55Y58K24 
(0%,55%,58%,24%)
(0.00/0.55/0.58/0.24)	

CMYK percentages

%0
%55.38
%57.95
%23.53

Codes

Color #C35752 in popluar color models

C35752
RGB1958782
HSL48.50%54.31%
HSB/HSV57.95%76.47%
CMYK0.00%55.38%57.95%
23.53%

Color #C35752 in popluar number systems.

HEXC35752
Decimal1958782
Binary1100001110101111010010
Octal303127122

Shades and tints

Shades of #C35752

#C35752
(195,87,82)
#B2504B
(178,80,75)
#A14944
(161,73,68)
#90423D
(144,66,61)
#7F3B36
(127,59,54)
#6E342F
(110,52,47)
#5D2D28
(93,45,40)
#4C2621
(76,38,33)
#3B1F1A
(59,31,26)
#2A1813
(42,24,19)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #C35752

#C35752
(195,87,82)
#C86661
(200,102,97)
#CD7570
(205,117,112)
#D2847F
(210,132,127)
#D7938E
(215,147,142)
#DCA29D
(220,162,157)
#E1B1AC
(225,177,172)
#E6C0BB
(230,192,187)
#EBCFCA
(235,207,202)
#F0DED9
(240,222,217)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35752 color. Also use rgb(195,87,82) instead hex code.

Text Font Color

.myTextColor { color: #C35752; }

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

This text font color is #C35752.


Background Color

.myBgColor { background-color: #C35752; }

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

This div background color is #C35752.


Border color

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

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

This div border color is #C35752.


Opacity

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

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

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

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

This text has shadow with #C35752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35752 on black background.


Color preview on white background

This text has color #C35752 on white background.



Black color preview on #C35752 background

This text has black color on #C35752 background.


White color preview on #C35752 background

This text has white color on #C35752 background.