COLOR #C14F4C

HEX: #C14F4C
RGB: (193,79,76)

Color info

#C14F4C contains mainly red color. Web safe color of #C14F4C is #CC6633 (or #C63).

RGB color model

#C14F4C color RGB value is (193,79,76).

  • red value is 193;
  • green value is 79;
  • blue value is 76.
RGB:
(193,79,76)
(76%,31%,30%)

RGB channels and saturation

R 193 of 255 = 76%
G 79 of 255 = 31%
B 76 of 255 = 30%

193
79
76

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

Portions of RGB colors in percentages

R + G + B =
193 + 79 + 76 = 348 (100%)
R 193 of 348 ~ 55.46%
G 79 of 348 ~ 22.7%
B 76 of 348 ~ 21.84%

%55.46
%22.7
%21.84

CMYK color model

#C14F4C color CMYK value is (0,59,61,24).

  • cyan value is 0.00%
  • magenta value is 59.07%
  • yellow value is 60.62%
  • key color value is 24.31%
CMYK:
(0,59,61,24)
C0M59Y61K24 
(0%,59%,61%,24%)
(0.00/0.59/0.61/0.24)	

CMYK percentages

%0
%59.07
%60.62
%24.31

Codes

Color #C14F4C in popluar color models

C14F4C
RGB1937976
HSL48.55%52.75%
HSB/HSV60.62%75.69%
CMYK0.00%59.07%60.62%
24.31%

Color #C14F4C in popluar number systems.

HEXC14F4C
Decimal1937976
Binary1100000110011111001100
Octal301117114

Shades and tints

Shades of #C14F4C

#C14F4C
(193,79,76)
#B04846
(176,72,70)
#9F4140
(159,65,64)
#8E3A3A
(142,58,58)
#7D3334
(125,51,52)
#6C2C2E
(108,44,46)
#5B2528
(91,37,40)
#4A1E22
(74,30,34)
#39171C
(57,23,28)
#281016
(40,16,22)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #C14F4C

#C14F4C
(193,79,76)
#C65F5C
(198,95,92)
#CB6F6C
(203,111,108)
#D07F7C
(208,127,124)
#D58F8C
(213,143,140)
#DA9F9C
(218,159,156)
#DFAFAC
(223,175,172)
#E4BFBC
(228,191,188)
#E9CFCC
(233,207,204)
#EEDFDC
(238,223,220)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14F4C color. Also use rgb(193,79,76) instead hex code.

Text Font Color

.myTextColor { color: #C14F4C; }

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

This text font color is #C14F4C.


Background Color

.myBgColor { background-color: #C14F4C; }

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

This div background color is #C14F4C.


Border color

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

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

This div border color is #C14F4C.


Opacity

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

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

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

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

This text has shadow with #C14F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14F4C on black background.


Color preview on white background

This text has color #C14F4C on white background.



Black color preview on #C14F4C background

This text has black color on #C14F4C background.


White color preview on #C14F4C background

This text has white color on #C14F4C background.