COLOR #C492B6

HEX: #C492B6
RGB: (196,146,182)

Color info

#C492B6 contains red, green and blue colors in about the same proportion. Web safe color of #C492B6 is #CC99CC (or #C9C).

RGB color model

#C492B6 color RGB value is (196,146,182).

  • red value is 196;
  • green value is 146;
  • blue value is 182.
RGB:
(196,146,182)
(77%,57%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 146 of 255 = 57%
B 182 of 255 = 71%

196
146
182

R + G + B ~ 68%. #C492B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 146 + 182 = 524 (100%)
R 196 of 524 ~ 37.4%
G 146 of 524 ~ 27.86%
B 182 of 524 ~ 34.73%

%37.4
%27.86
%34.73

CMYK color model

#C492B6 color CMYK value is (0,26,7,23).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 7.14%
  • key color value is 23.14%
CMYK:
(0,26,7,23)
C0M26Y7K23 
(0%,26%,7%,23%)
(0.00/0.26/0.07/0.23)	

CMYK percentages

%0
%25.51
%7.14
%23.14

Codes

Color #C492B6 in popluar color models

C492B6
RGB196146182
HSL317°29.76%67.06%
HSB/HSV317°25.51%76.86%
CMYK0.00%25.51%7.14%
23.14%

Color #C492B6 in popluar number systems.

HEXC492B6
Decimal196146182
Binary110001001001001010110110
Octal304222266

Shades and tints

Shades of #C492B6

#C492B6
(196,146,182)
#B385A6
(179,133,166)
#A27896
(162,120,150)
#916B86
(145,107,134)
#805E76
(128,94,118)
#6F5166
(111,81,102)
#5E4456
(94,68,86)
#4D3746
(77,55,70)
#3C2A36
(60,42,54)
#2B1D26
(43,29,38)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #C492B6

#C492B6
(196,146,182)
#C99BBC
(201,155,188)
#CEA4C2
(206,164,194)
#D3ADC8
(211,173,200)
#D8B6CE
(216,182,206)
#DDBFD4
(221,191,212)
#E2C8DA
(226,200,218)
#E7D1E0
(231,209,224)
#ECDAE6
(236,218,230)
#F1E3EC
(241,227,236)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C492B6 color. Also use rgb(196,146,182) instead hex code.

Text Font Color

.myTextColor { color: #C492B6; }

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

This text font color is #C492B6.


Background Color

.myBgColor { background-color: #C492B6; }

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

This div background color is #C492B6.


Border color

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

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

This div border color is #C492B6.


Opacity

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

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

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

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

This text has shadow with #C492B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C492B6 on black background.


Color preview on white background

This text has color #C492B6 on white background.



Black color preview on #C492B6 background

This text has black color on #C492B6 background.


White color preview on #C492B6 background

This text has white color on #C492B6 background.