COLOR #C46683

HEX: #C46683
RGB: (196,102,131)

Color info

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

RGB color model

#C46683 color RGB value is (196,102,131).

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

RGB channels and saturation

R 196 of 255 = 77%
G 102 of 255 = 40%
B 131 of 255 = 51%

196
102
131

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

Portions of RGB colors in percentages

R + G + B =
196 + 102 + 131 = 429 (100%)
R 196 of 429 ~ 45.69%
G 102 of 429 ~ 23.78%
B 131 of 429 ~ 30.54%

%45.69
%23.78
%30.54

CMYK color model

#C46683 color CMYK value is (0,48,33,23).

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(0,48,33,23)
C0M48Y33K23 
(0%,48%,33%,23%)
(0.00/0.48/0.33/0.23)	

CMYK percentages

%0
%47.96
%33.16
%23.14

Codes

Color #C46683 in popluar color models

C46683
RGB196102131
HSL341°44.34%58.43%
HSB/HSV341°47.96%76.86%
CMYK0.00%47.96%33.16%
23.14%

Color #C46683 in popluar number systems.

HEXC46683
Decimal196102131
Binary11000100110011010000011
Octal304146203

Shades and tints

Shades of #C46683

#C46683
(196,102,131)
#B35D78
(179,93,120)
#A2546D
(162,84,109)
#914B62
(145,75,98)
#804257
(128,66,87)
#6F394C
(111,57,76)
#5E3041
(94,48,65)
#4D2736
(77,39,54)
#3C1E2B
(60,30,43)
#2B1520
(43,21,32)
#1A0C15
(26,12,21)
#000000
(0,0,0)

Tints of #C46683

#C46683
(196,102,131)
#C9738E
(201,115,142)
#CE8099
(206,128,153)
#D38DA4
(211,141,164)
#D89AAF
(216,154,175)
#DDA7BA
(221,167,186)
#E2B4C5
(226,180,197)
#E7C1D0
(231,193,208)
#ECCEDB
(236,206,219)
#F1DBE6
(241,219,230)
#F6E8F1
(246,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46683; }

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

This text font color is #C46683.


Background Color

.myBgColor { background-color: #C46683; }

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

This div background color is #C46683.


Border color

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

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

This div border color is #C46683.


Opacity

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

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

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

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

This text has shadow with #C46683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46683 on black background.


Color preview on white background

This text has color #C46683 on white background.



Black color preview on #C46683 background

This text has black color on #C46683 background.


White color preview on #C46683 background

This text has white color on #C46683 background.