COLOR #C16074

HEX: #C16074 RGB: (193,96,116)

Color info

#C16074 contains mainly red color. Web safe color of #C16074 is #CC6666 (or #C66).

RGB color model

#C16074 color RGB value is (193,96,116).

RGB: (193,96,116) (76%, 38%, 45%)

RGB channels and saturation

R 193 of 255 = 76%
G 96 of 255 = 38%
B 116 of 255 = 45%

193
96
116

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

Portions of RGB colors in percentages

R + G + B = 193 + 96 + 116 = 405 (100%)
R 193 of 405 ~ 47.65%
G 96 of 405 ~ 23.7%
B 116 of 405 ~ 28.64'%

%47.65
%23.7
%28.64

CMYK color model

#C16074 color CMYK value is (0,50,40,24).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 39.90%
  • key color value is 24.31%

CMYK: (0,50,40,24)
C0M50Y40K24 (0%, 50%, 40%, 24%)
(0.00 / 0.50 / 0.40 / 0.24)

CMYK percentages

%0
%50.26
%39.9
%24.31

Codes

Color #C16074 in popluar color models

C1 60 74
RGB 193 96 116
HSL 348° 43.89% 56.67%
HSB/HSV 348° 50.26% 75.69%
CMYK 0.00% 50.26% 39.90%
24.31%

Color #C16074 in popluar number systems.

HEX C1 60 74
Decimal 193 96 116
Binary 11000001 1100000 1110100
Octal 301 140 164

Shades and tints

Shades of #C16074

#C16074
(193,96,116)
#B0586A
(176,88,106)
#9F5060
(159,80,96)
#8E4856
(142,72,86)
#7D404C
(125,64,76)
#6C3842
(108,56,66)
#5B3038
(91,48,56)
#4A282E
(74,40,46)
#392024
(57,32,36)
#28181A
(40,24,26)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C16074

#C16074
(193,96,116)
#C66E80
(198,110,128)
#CB7C8C
(203,124,140)
#D08A98
(208,138,152)
#D598A4
(213,152,164)
#DAA6B0
(218,166,176)
#DFB4BC
(223,180,188)
#E4C2C8
(228,194,200)
#E9D0D4
(233,208,212)
#EEDEE0
(238,222,224)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16074 color. Also use rgb(193,96,116) instead hex code.

Text Font Color

.myTextColor { color: #C16074; }

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

This text font color is #C16074.

Background Color

.myBgColor { background-color: #C16074; }

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

This div background color is #C16074.

Border color

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

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

This div border color is #C16074.

Opacity

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

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

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

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

This text has shadow with #C16074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C16074.

Preview

Color preview on black background

This text has color #C16074 on black background.


Color preview on white background

This text has color #C16074 on white background.


Black color preview on #C16074 background

This text has black color on #C16074 background.


White color preview on #C16074 background

This text has white color on #C16074 background.


Related colors

Complementary color

Complementary color for #hex is #3E9F8B.


I love getcolorcode.com

Triadic colors

1 #74C160 and #6074C1 with #C16074 are triadic colors.

2 #7460C1 and #60C174 with #C16074 are triadic colors.