COLOR #C14A68

HEX: #C14A68
RGB: (193,74,104)

Color info

#C14A68 contains mainly red color. Web safe color of #C14A68 is #CC3366 (or #C36).

RGB color model

#C14A68 color RGB value is (193,74,104).

  • red value is 193;
  • green value is 74;
  • blue value is 104.
RGB:
(193,74,104)
(76%,29%,41%)

RGB channels and saturation

R 193 of 255 = 76%
G 74 of 255 = 29%
B 104 of 255 = 41%

193
74
104

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

Portions of RGB colors in percentages

R + G + B =
193 + 74 + 104 = 371 (100%)
R 193 of 371 ~ 52.02%
G 74 of 371 ~ 19.95%
B 104 of 371 ~ 28.03%

%52.02
%19.95
%28.03

CMYK color model

#C14A68 color CMYK value is (0,62,46,24).

  • cyan value is 0.00%
  • magenta value is 61.66%
  • yellow value is 46.11%
  • key color value is 24.31%
CMYK:
(0,62,46,24)
C0M62Y46K24 
(0%,62%,46%,24%)
(0.00/0.62/0.46/0.24)	

CMYK percentages

%0
%61.66
%46.11
%24.31

Codes

Color #C14A68 in popluar color models

C14A68
RGB19374104
HSL345°48.97%52.35%
HSB/HSV345°61.66%75.69%
CMYK0.00%61.66%46.11%
24.31%

Color #C14A68 in popluar number systems.

HEXC14A68
Decimal19374104
Binary1100000110010101101000
Octal301112150

Shades and tints

Shades of #C14A68

#C14A68
(193,74,104)
#B0445F
(176,68,95)
#9F3E56
(159,62,86)
#8E384D
(142,56,77)
#7D3244
(125,50,68)
#6C2C3B
(108,44,59)
#5B2632
(91,38,50)
#4A2029
(74,32,41)
#391A20
(57,26,32)
#281417
(40,20,23)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #C14A68

#C14A68
(193,74,104)
#C65A75
(198,90,117)
#CB6A82
(203,106,130)
#D07A8F
(208,122,143)
#D58A9C
(213,138,156)
#DA9AA9
(218,154,169)
#DFAAB6
(223,170,182)
#E4BAC3
(228,186,195)
#E9CAD0
(233,202,208)
#EEDADD
(238,218,221)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14A68 color. Also use rgb(193,74,104) instead hex code.

Text Font Color

.myTextColor { color: #C14A68; }

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

This text font color is #C14A68.


Background Color

.myBgColor { background-color: #C14A68; }

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

This div background color is #C14A68.


Border color

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

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

This div border color is #C14A68.


Opacity

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

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

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

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

This text has shadow with #C14A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14A68 on black background.


Color preview on white background

This text has color #C14A68 on white background.



Black color preview on #C14A68 background

This text has black color on #C14A68 background.


White color preview on #C14A68 background

This text has white color on #C14A68 background.