COLOR #C492BA

HEX: #C492BA RGB: (196,146,186)

Color info

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

RGB color model

#C492BA color RGB value is (196,146,186).

RGB: (196,146,186) (77%, 57%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 146 of 255 = 57%
B 186 of 255 = 73%

196
146
186

R + G + B ~ 69%. #C492BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 146 + 186 = 528 (100%)
R 196 of 528 ~ 37.12%
G 146 of 528 ~ 27.65%
B 186 of 528 ~ 35.23'%

%37.12
%27.65
%35.23

CMYK color model

#C492BA color CMYK value is (0,26,5,23).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 5.10%
  • key color value is 23.14%

CMYK: (0,26,5,23)
C0M26Y5K23 (0%, 26%, 5%, 23%)
(0.00 / 0.26 / 0.05 / 0.23)

CMYK percentages

%0
%25.51
%5.1
%23.14

Codes

Color #C492BA in popluar color models

C4 92 BA
RGB 196 146 186
HSL 312° 29.76% 67.06%
HSB/HSV 312° 25.51% 76.86%
CMYK 0.00% 25.51% 5.10%
23.14%

Color #C492BA in popluar number systems.

HEX C4 92 BA
Decimal 196 146 186
Binary 11000100 10010010 10111010
Octal 304 222 272

Shades and tints

Shades of #C492BA

#C492BA
(196,146,186)
#B385AA
(179,133,170)
#A2789A
(162,120,154)
#916B8A
(145,107,138)
#805E7A
(128,94,122)
#6F516A
(111,81,106)
#5E445A
(94,68,90)
#4D374A
(77,55,74)
#3C2A3A
(60,42,58)
#2B1D2A
(43,29,42)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #C492BA

#C492BA
(196,146,186)
#C99BC0
(201,155,192)
#CEA4C6
(206,164,198)
#D3ADCC
(211,173,204)
#D8B6D2
(216,182,210)
#DDBFD8
(221,191,216)
#E2C8DE
(226,200,222)
#E7D1E4
(231,209,228)
#ECDAEA
(236,218,234)
#F1E3F0
(241,227,240)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C492BA; }

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

This text font color is #C492BA.

Background Color

.myBgColor { background-color: #C492BA; }

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

This div background color is #C492BA.

Border color

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

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

This div border color is #C492BA.

Opacity

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

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

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

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

This text has shadow with #C492BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C492BA.

Preview

Color preview on black background

This text has color #C492BA on black background.


Color preview on white background

This text has color #C492BA on white background.


Black color preview on #C492BA background

This text has black color on #C492BA background.


White color preview on #C492BA background

This text has white color on #C492BA background.


Related colors

Complementary color

Complementary color for #hex is #3B6D45.


I love getcolorcode.com

Triadic colors

1 #BAC492 and #92BAC4 with #C492BA are triadic colors.

2 #BA92C4 and #92C4BA with #C492BA are triadic colors.