COLOR #C1614A

HEX: #C1614A
RGB: (193,97,74)

Color info

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

RGB color model

#C1614A color RGB value is (193,97,74).

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

RGB channels and saturation

R 193 of 255 = 76%
G 97 of 255 = 38%
B 74 of 255 = 29%

193
97
74

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

Portions of RGB colors in percentages

R + G + B =
193 + 97 + 74 = 364 (100%)
R 193 of 364 ~ 53.02%
G 97 of 364 ~ 26.65%
B 74 of 364 ~ 20.33%

%53.02
%26.65
%20.33

CMYK color model

#C1614A color CMYK value is (0,50,62,24).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 61.66%
  • key color value is 24.31%
CMYK:
(0,50,62,24)
C0M50Y62K24 
(0%,50%,62%,24%)
(0.00/0.50/0.62/0.24)	

CMYK percentages

%0
%49.74
%61.66
%24.31

Codes

Color #C1614A in popluar color models

C1614A
RGB1939774
HSL12°48.97%52.35%
HSB/HSV12°61.66%75.69%
CMYK0.00%49.74%61.66%
24.31%

Color #C1614A in popluar number systems.

HEXC1614A
Decimal1939774
Binary1100000111000011001010
Octal301141112

Shades and tints

Shades of #C1614A

#C1614A
(193,97,74)
#B05944
(176,89,68)
#9F513E
(159,81,62)
#8E4938
(142,73,56)
#7D4132
(125,65,50)
#6C392C
(108,57,44)
#5B3126
(91,49,38)
#4A2920
(74,41,32)
#39211A
(57,33,26)
#281914
(40,25,20)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C1614A

#C1614A
(193,97,74)
#C66F5A
(198,111,90)
#CB7D6A
(203,125,106)
#D08B7A
(208,139,122)
#D5998A
(213,153,138)
#DAA79A
(218,167,154)
#DFB5AA
(223,181,170)
#E4C3BA
(228,195,186)
#E9D1CA
(233,209,202)
#EEDFDA
(238,223,218)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1614A; }

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

This text font color is #C1614A.


Background Color

.myBgColor { background-color: #C1614A; }

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

This div background color is #C1614A.


Border color

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

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

This div border color is #C1614A.


Opacity

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

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

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

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

This text has shadow with #C1614A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1614A on black background.


Color preview on white background

This text has color #C1614A on white background.



Black color preview on #C1614A background

This text has black color on #C1614A background.


White color preview on #C1614A background

This text has white color on #C1614A background.