COLOR #C47483

HEX: #C47483
RGB: (196,116,131)

Color info

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

RGB color model

#C47483 color RGB value is (196,116,131).

  • red value is 196;
  • green value is 116;
  • blue value is 131.
RGB:
(196,116,131)
(77%,45%,51%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 131 of 255 = 51%

196
116
131

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

Portions of RGB colors in percentages

R + G + B =
196 + 116 + 131 = 443 (100%)
R 196 of 443 ~ 44.24%
G 116 of 443 ~ 26.19%
B 131 of 443 ~ 29.57%

%44.24
%26.19
%29.57

CMYK color model

#C47483 color CMYK value is (0,41,33,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(0,41,33,23)
C0M41Y33K23 
(0%,41%,33%,23%)
(0.00/0.41/0.33/0.23)	

CMYK percentages

%0
%40.82
%33.16
%23.14

Codes

Color #C47483 in popluar color models

C47483
RGB196116131
HSL349°40.40%61.18%
HSB/HSV349°40.82%76.86%
CMYK0.00%40.82%33.16%
23.14%

Color #C47483 in popluar number systems.

HEXC47483
Decimal196116131
Binary11000100111010010000011
Octal304164203

Shades and tints

Shades of #C47483

#C47483
(196,116,131)
#B36A78
(179,106,120)
#A2606D
(162,96,109)
#915662
(145,86,98)
#804C57
(128,76,87)
#6F424C
(111,66,76)
#5E3841
(94,56,65)
#4D2E36
(77,46,54)
#3C242B
(60,36,43)
#2B1A20
(43,26,32)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C47483

#C47483
(196,116,131)
#C9808E
(201,128,142)
#CE8C99
(206,140,153)
#D398A4
(211,152,164)
#D8A4AF
(216,164,175)
#DDB0BA
(221,176,186)
#E2BCC5
(226,188,197)
#E7C8D0
(231,200,208)
#ECD4DB
(236,212,219)
#F1E0E6
(241,224,230)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47483 color. Also use rgb(196,116,131) instead hex code.

Text Font Color

.myTextColor { color: #C47483; }

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

This text font color is #C47483.


Background Color

.myBgColor { background-color: #C47483; }

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

This div background color is #C47483.


Border color

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

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

This div border color is #C47483.


Opacity

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

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

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

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

This text has shadow with #C47483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47483 on black background.


Color preview on white background

This text has color #C47483 on white background.



Black color preview on #C47483 background

This text has black color on #C47483 background.


White color preview on #C47483 background

This text has white color on #C47483 background.