COLOR #C3618B

HEX: #C3618B
RGB: (195,97,139)

Color info

#C3618B contains mainly red and blue colors. Web safe color of #C3618B is #CC6699 (or #C69).

RGB color model

#C3618B color RGB value is (195,97,139).

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

RGB channels and saturation

R 195 of 255 = 76%
G 97 of 255 = 38%
B 139 of 255 = 55%

195
97
139

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

Portions of RGB colors in percentages

R + G + B =
195 + 97 + 139 = 431 (100%)
R 195 of 431 ~ 45.24%
G 97 of 431 ~ 22.51%
B 139 of 431 ~ 32.25%

%45.24
%22.51
%32.25

CMYK color model

#C3618B color CMYK value is (0,50,29,24).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(0,50,29,24)
C0M50Y29K24 
(0%,50%,29%,24%)
(0.00/0.50/0.29/0.24)	

CMYK percentages

%0
%50.26
%28.72
%23.53

Codes

Color #C3618B in popluar color models

C3618B
RGB19597139
HSL334°44.95%57.25%
HSB/HSV334°50.26%76.47%
CMYK0.00%50.26%28.72%
23.53%

Color #C3618B in popluar number systems.

HEXC3618B
Decimal19597139
Binary11000011110000110001011
Octal303141213

Shades and tints

Shades of #C3618B

#C3618B
(195,97,139)
#B2597F
(178,89,127)
#A15173
(161,81,115)
#904967
(144,73,103)
#7F415B
(127,65,91)
#6E394F
(110,57,79)
#5D3143
(93,49,67)
#4C2937
(76,41,55)
#3B212B
(59,33,43)
#2A191F
(42,25,31)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #C3618B

#C3618B
(195,97,139)
#C86F95
(200,111,149)
#CD7D9F
(205,125,159)
#D28BA9
(210,139,169)
#D799B3
(215,153,179)
#DCA7BD
(220,167,189)
#E1B5C7
(225,181,199)
#E6C3D1
(230,195,209)
#EBD1DB
(235,209,219)
#F0DFE5
(240,223,229)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3618B; }

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

This text font color is #C3618B.


Background Color

.myBgColor { background-color: #C3618B; }

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

This div background color is #C3618B.


Border color

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

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

This div border color is #C3618B.


Opacity

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

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

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

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

This text has shadow with #C3618B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3618B on black background.


Color preview on white background

This text has color #C3618B on white background.



Black color preview on #C3618B background

This text has black color on #C3618B background.


White color preview on #C3618B background

This text has white color on #C3618B background.