COLOR #C3527B

HEX: #C3527B
RGB: (195,82,123)

Color info

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

RGB color model

#C3527B color RGB value is (195,82,123).

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

RGB channels and saturation

R 195 of 255 = 76%
G 82 of 255 = 32%
B 123 of 255 = 48%

195
82
123

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

Portions of RGB colors in percentages

R + G + B =
195 + 82 + 123 = 400 (100%)
R 195 of 400 ~ 48.75%
G 82 of 400 ~ 20.5%
B 123 of 400 ~ 30.75%

%48.75
%20.5
%30.75

CMYK color model

#C3527B color CMYK value is (0,58,37,24).

  • cyan value is 0.00%
  • magenta value is 57.95%
  • yellow value is 36.92%
  • key color value is 23.53%
CMYK:
(0,58,37,24)
C0M58Y37K24 
(0%,58%,37%,24%)
(0.00/0.58/0.37/0.24)	

CMYK percentages

%0
%57.95
%36.92
%23.53

Codes

Color #C3527B in popluar color models

C3527B
RGB19582123
HSL338°48.50%54.31%
HSB/HSV338°57.95%76.47%
CMYK0.00%57.95%36.92%
23.53%

Color #C3527B in popluar number systems.

HEXC3527B
Decimal19582123
Binary1100001110100101111011
Octal303122173

Shades and tints

Shades of #C3527B

#C3527B
(195,82,123)
#B24B70
(178,75,112)
#A14465
(161,68,101)
#903D5A
(144,61,90)
#7F364F
(127,54,79)
#6E2F44
(110,47,68)
#5D2839
(93,40,57)
#4C212E
(76,33,46)
#3B1A23
(59,26,35)
#2A1318
(42,19,24)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #C3527B

#C3527B
(195,82,123)
#C86187
(200,97,135)
#CD7093
(205,112,147)
#D27F9F
(210,127,159)
#D78EAB
(215,142,171)
#DC9DB7
(220,157,183)
#E1ACC3
(225,172,195)
#E6BBCF
(230,187,207)
#EBCADB
(235,202,219)
#F0D9E7
(240,217,231)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3527B; }

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

This text font color is #C3527B.


Background Color

.myBgColor { background-color: #C3527B; }

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

This div background color is #C3527B.


Border color

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

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

This div border color is #C3527B.


Opacity

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

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

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

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

This text has shadow with #C3527B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3527B on black background.


Color preview on white background

This text has color #C3527B on white background.



Black color preview on #C3527B background

This text has black color on #C3527B background.


White color preview on #C3527B background

This text has white color on #C3527B background.