COLOR #C3648A

HEX: #C3648A
RGB: (195,100,138)

Color info

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

RGB color model

#C3648A color RGB value is (195,100,138).

  • red value is 195;
  • green value is 100;
  • blue value is 138.
RGB:
(195,100,138)
(76%,39%,54%)

RGB channels and saturation

R 195 of 255 = 76%
G 100 of 255 = 39%
B 138 of 255 = 54%

195
100
138

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

Portions of RGB colors in percentages

R + G + B =
195 + 100 + 138 = 433 (100%)
R 195 of 433 ~ 45.03%
G 100 of 433 ~ 23.09%
B 138 of 433 ~ 31.87%

%45.03
%23.09
%31.87

CMYK color model

#C3648A color CMYK value is (0,49,29,24).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(0,49,29,24)
C0M49Y29K24 
(0%,49%,29%,24%)
(0.00/0.49/0.29/0.24)	

CMYK percentages

%0
%48.72
%29.23
%23.53

Codes

Color #C3648A in popluar color models

C3648A
RGB195100138
HSL336°44.19%57.84%
HSB/HSV336°48.72%76.47%
CMYK0.00%48.72%29.23%
23.53%

Color #C3648A in popluar number systems.

HEXC3648A
Decimal195100138
Binary11000011110010010001010
Octal303144212

Shades and tints

Shades of #C3648A

#C3648A
(195,100,138)
#B25B7E
(178,91,126)
#A15272
(161,82,114)
#904966
(144,73,102)
#7F405A
(127,64,90)
#6E374E
(110,55,78)
#5D2E42
(93,46,66)
#4C2536
(76,37,54)
#3B1C2A
(59,28,42)
#2A131E
(42,19,30)
#190A12
(25,10,18)
#000000
(0,0,0)

Tints of #C3648A

#C3648A
(195,100,138)
#C87294
(200,114,148)
#CD809E
(205,128,158)
#D28EA8
(210,142,168)
#D79CB2
(215,156,178)
#DCAABC
(220,170,188)
#E1B8C6
(225,184,198)
#E6C6D0
(230,198,208)
#EBD4DA
(235,212,218)
#F0E2E4
(240,226,228)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3648A color. Also use rgb(195,100,138) instead hex code.

Text Font Color

.myTextColor { color: #C3648A; }

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

This text font color is #C3648A.


Background Color

.myBgColor { background-color: #C3648A; }

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

This div background color is #C3648A.


Border color

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

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

This div border color is #C3648A.


Opacity

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

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

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

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

This text has shadow with #C3648A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3648A on black background.


Color preview on white background

This text has color #C3648A on white background.



Black color preview on #C3648A background

This text has black color on #C3648A background.


White color preview on #C3648A background

This text has white color on #C3648A background.