COLOR #C16084

HEX: #C16084 RGB: (193,96,132)

Color info

#C16084 contains mainly red color. Web safe color of #C16084 is #CC6699 (or #C69).

RGB color model

#C16084 color RGB value is (193,96,132).

RGB: (193,96,132) (76%, 38%, 52%)

RGB channels and saturation

R 193 of 255 = 76%
G 96 of 255 = 38%
B 132 of 255 = 52%

193
96
132

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

Portions of RGB colors in percentages

R + G + B = 193 + 96 + 132 = 421 (100%)
R 193 of 421 ~ 45.84%
G 96 of 421 ~ 22.8%
B 132 of 421 ~ 31.35'%

%45.84
%22.8
%31.35

CMYK color model

#C16084 color CMYK value is (0,50,32,24).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 31.61%
  • key color value is 24.31%
CMYK: (0,50,32,24) C0M50Y32K24 (0%,50%,32%,24%) (0.00/0.50/0.32/0.24) 

CMYK percentages

%0
%50.26
%31.61
%24.31

Codes

Color #C16084 in popluar color models

C1 60 84
RGB 193 96 132
HSL 338° 43.89% 56.67%
HSB/HSV 338° 50.26% 75.69%
CMYK 0.00% 50.26% 31.61%
24.31%

Color #C16084 in popluar number systems.

HEX C1 60 84
Decimal 193 96 132
Binary 11000001 1100000 10000100
Octal 301 140 204

Shades and tints

Shades of #C16084

#C16084
(193,96,132)
#B05878
(176,88,120)
#9F506C
(159,80,108)
#8E4860
(142,72,96)
#7D4054
(125,64,84)
#6C3848
(108,56,72)
#5B303C
(91,48,60)
#4A2830
(74,40,48)
#392024
(57,32,36)
#281818
(40,24,24)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #C16084

#C16084
(193,96,132)
#C66E8F
(198,110,143)
#CB7C9A
(203,124,154)
#D08AA5
(208,138,165)
#D598B0
(213,152,176)
#DAA6BB
(218,166,187)
#DFB4C6
(223,180,198)
#E4C2D1
(228,194,209)
#E9D0DC
(233,208,220)
#EEDEE7
(238,222,231)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C16084; }

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

This text font color is #C16084.

Background Color

.myBgColor { background-color: #C16084; }

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

This div background color is #C16084.

Border color

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

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

This div border color is #C16084.

Opacity

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

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

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

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

This text has shadow with #C16084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C16084.

Preview

Color preview on black background

This text has color #C16084 on black background.


Color preview on white background

This text has color #C16084 on white background.


Black color preview on #C16084 background

This text has black color on #C16084 background.


White color preview on #C16084 background

This text has white color on #C16084 background.


Related colors

Complementary color

Complementary color for #hex is #3E9F7B.


I love getcolorcode.com

Triadic colors

1 #84C160 and #6084C1 with #C16084 are triadic colors.

2 #8460C1 and #60C184 with #C16084 are triadic colors.