COLOR #C4846C

HEX: #C4846C RGB: (196,132,108)

Color info

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

RGB color model

#C4846C color RGB value is (196,132,108).

RGB: (196,132,108) (77%, 52%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 108 of 255 = 42%

196
132
108

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

Portions of RGB colors in percentages

R + G + B = 196 + 132 + 108 = 436 (100%)
R 196 of 436 ~ 44.95%
G 132 of 436 ~ 30.28%
B 108 of 436 ~ 24.77'%

%44.95
%30.28
%24.77

CMYK color model

#C4846C color CMYK value is (0,33,45,23).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK: (0,33,45,23) C0M33Y45K23 (0%,33%,45%,23%) (0.00/0.33/0.45/0.23) 

CMYK percentages

%0
%32.65
%44.9
%23.14

Codes

Color #C4846C in popluar color models

C4 84 6C
RGB 196 132 108
HSL 16° 42.72% 59.61%
HSB/HSV 16° 44.90% 76.86%
CMYK 0.00% 32.65% 44.90%
23.14%

Color #C4846C in popluar number systems.

HEX C4 84 6C
Decimal 196 132 108
Binary 11000100 10000100 1101100
Octal 304 204 154

Shades and tints

Shades of #C4846C

#C4846C
(196,132,108)
#B37863
(179,120,99)
#A26C5A
(162,108,90)
#916051
(145,96,81)
#805448
(128,84,72)
#6F483F
(111,72,63)
#5E3C36
(94,60,54)
#4D302D
(77,48,45)
#3C2424
(60,36,36)
#2B181B
(43,24,27)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #C4846C

#C4846C
(196,132,108)
#C98F79
(201,143,121)
#CE9A86
(206,154,134)
#D3A593
(211,165,147)
#D8B0A0
(216,176,160)
#DDBBAD
(221,187,173)
#E2C6BA
(226,198,186)
#E7D1C7
(231,209,199)
#ECDCD4
(236,220,212)
#F1E7E1
(241,231,225)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4846C; }

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

This text font color is #C4846C.

Background Color

.myBgColor { background-color: #C4846C; }

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

This div background color is #C4846C.

Border color

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

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

This div border color is #C4846C.

Opacity

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

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

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

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

This text has shadow with #C4846C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4846C.

Preview

Color preview on black background

This text has color #C4846C on black background.


Color preview on white background

This text has color #C4846C on white background.


Black color preview on #C4846C background

This text has black color on #C4846C background.


White color preview on #C4846C background

This text has white color on #C4846C background.


Related colors

Complementary color

Complementary color for #hex is #3B7B93.


I love getcolorcode.com

Triadic colors

1 #6CC484 and #846CC4 with #C4846C are triadic colors.

2 #6C84C4 and #84C46C with #C4846C are triadic colors.