COLOR #C1846C

HEX: #C1846C
RGB: (193,132,108)

Color info

#C1846C contains mainly red color. Web safe color of #C1846C is #CC9966 (or #C96).

RGB color model

#C1846C color RGB value is (193,132,108).

  • red value is 193;
  • green value is 132;
  • blue value is 108.
RGB:
(193,132,108)
(76%,52%,42%)

RGB channels and saturation

R 193 of 255 = 76%
G 132 of 255 = 52%
B 108 of 255 = 42%

193
132
108

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

Portions of RGB colors in percentages

R + G + B =
193 + 132 + 108 = 433 (100%)
R 193 of 433 ~ 44.57%
G 132 of 433 ~ 30.48%
B 108 of 433 ~ 24.94%

%44.57
%30.48
%24.94

CMYK color model

#C1846C color CMYK value is (0,32,44,24).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 44.04%
  • key color value is 24.31%
CMYK:
(0,32,44,24)
C0M32Y44K24 
(0%,32%,44%,24%)
(0.00/0.32/0.44/0.24)	

CMYK percentages

%0
%31.61
%44.04
%24.31

Codes

Color #C1846C in popluar color models

C1846C
RGB193132108
HSL17°40.67%59.02%
HSB/HSV17°44.04%75.69%
CMYK0.00%31.61%44.04%
24.31%

Color #C1846C in popluar number systems.

HEXC1846C
Decimal193132108
Binary11000001100001001101100
Octal301204154

Shades and tints

Shades of #C1846C

#C1846C
(193,132,108)
#B07863
(176,120,99)
#9F6C5A
(159,108,90)
#8E6051
(142,96,81)
#7D5448
(125,84,72)
#6C483F
(108,72,63)
#5B3C36
(91,60,54)
#4A302D
(74,48,45)
#392424
(57,36,36)
#28181B
(40,24,27)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #C1846C

#C1846C
(193,132,108)
#C68F79
(198,143,121)
#CB9A86
(203,154,134)
#D0A593
(208,165,147)
#D5B0A0
(213,176,160)
#DABBAD
(218,187,173)
#DFC6BA
(223,198,186)
#E4D1C7
(228,209,199)
#E9DCD4
(233,220,212)
#EEE7E1
(238,231,225)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1846C; }

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

This text font color is #C1846C.


Background Color

.myBgColor { background-color: #C1846C; }

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

This div background color is #C1846C.


Border color

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

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

This div border color is #C1846C.


Opacity

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

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

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

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

This text has shadow with #C1846C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1846C on black background.


Color preview on white background

This text has color #C1846C on white background.



Black color preview on #C1846C background

This text has black color on #C1846C background.


White color preview on #C1846C background

This text has white color on #C1846C background.