COLOR #C1946B

HEX: #C1946B RGB: (193,148,107)

Color info

#C1946B contains mainly red and green colors. Web safe color of #C1946B is #CC9966 (or #C96).

RGB color model

#C1946B color RGB value is (193,148,107).

RGB: (193,148,107) (76%, 58%, 42%)

RGB channels and saturation

R 193 of 255 = 76%
G 148 of 255 = 58%
B 107 of 255 = 42%

193
148
107

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

Portions of RGB colors in percentages

R + G + B = 193 + 148 + 107 = 448 (100%)
R 193 of 448 ~ 43.08%
G 148 of 448 ~ 33.04%
B 107 of 448 ~ 23.88'%

%43.08
%33.04
%23.88

CMYK color model

#C1946B color CMYK value is (0,23,45,24).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 44.56%
  • key color value is 24.31%

CMYK: (0,23,45,24)
C0M23Y45K24 (0%, 23%, 45%, 24%)
(0.00 / 0.23 / 0.45 / 0.24)

CMYK percentages

%0
%23.32
%44.56
%24.31

Codes

Color #C1946B in popluar color models

C1 94 6B
RGB 193 148 107
HSL 29° 40.95% 58.82%
HSB/HSV 29° 44.56% 75.69%
CMYK 0.00% 23.32% 44.56%
24.31%

Color #C1946B in popluar number systems.

HEX C1 94 6B
Decimal 193 148 107
Binary 11000001 10010100 1101011
Octal 301 224 153

Shades and tints

Shades of #C1946B

#C1946B
(193,148,107)
#B08762
(176,135,98)
#9F7A59
(159,122,89)
#8E6D50
(142,109,80)
#7D6047
(125,96,71)
#6C533E
(108,83,62)
#5B4635
(91,70,53)
#4A392C
(74,57,44)
#392C23
(57,44,35)
#281F1A
(40,31,26)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C1946B

#C1946B
(193,148,107)
#C69D78
(198,157,120)
#CBA685
(203,166,133)
#D0AF92
(208,175,146)
#D5B89F
(213,184,159)
#DAC1AC
(218,193,172)
#DFCAB9
(223,202,185)
#E4D3C6
(228,211,198)
#E9DCD3
(233,220,211)
#EEE5E0
(238,229,224)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1946B color. Also use rgb(193,148,107) instead hex code.

Text Font Color

.myTextColor { color: #C1946B; }

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

This text font color is #C1946B.

Background Color

.myBgColor { background-color: #C1946B; }

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

This div background color is #C1946B.

Border color

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

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

This div border color is #C1946B.

Opacity

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

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

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

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

This text has shadow with #C1946B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1946B.

Preview

Color preview on black background

This text has color #C1946B on black background.


Color preview on white background

This text has color #C1946B on white background.


Black color preview on #C1946B background

This text has black color on #C1946B background.


White color preview on #C1946B background

This text has white color on #C1946B background.


Related colors

Complementary color

Complementary color for #hex is #3E6B94.


I love getcolorcode.com

Triadic colors

1 #6BC194 and #946BC1 with #C1946B are triadic colors.

2 #6B94C1 and #94C16B with #C1946B are triadic colors.