COLOR #C46298

HEX: #C46298 RGB: (196,98,152)

Color info

#C46298 contains mainly red and blue colors. Web safe color of #C46298 is #CC6699 (or #C69).

RGB color model

#C46298 color RGB value is (196,98,152).

RGB: (196,98,152) (77%, 38%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 98 of 255 = 38%
B 152 of 255 = 60%

196
98
152

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

Portions of RGB colors in percentages

R + G + B = 196 + 98 + 152 = 446 (100%)
R 196 of 446 ~ 43.95%
G 98 of 446 ~ 21.97%
B 152 of 446 ~ 34.08'%

%43.95
%21.97
%34.08

CMYK color model

#C46298 color CMYK value is (0,50,22,23).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 22.45%
  • key color value is 23.14%

CMYK: (0,50,22,23)
C0M50Y22K23 (0%, 50%, 22%, 23%)
(0.00 / 0.50 / 0.22 / 0.23)

CMYK percentages

%0
%50
%22.45
%23.14

Codes

Color #C46298 in popluar color models

C4 62 98
RGB 196 98 152
HSL 327° 45.37% 57.65%
HSB/HSV 327° 50.00% 76.86%
CMYK 0.00% 50.00% 22.45%
23.14%

Color #C46298 in popluar number systems.

HEX C4 62 98
Decimal 196 98 152
Binary 11000100 1100010 10011000
Octal 304 142 230

Shades and tints

Shades of #C46298

#C46298
(196,98,152)
#B35A8B
(179,90,139)
#A2527E
(162,82,126)
#914A71
(145,74,113)
#804264
(128,66,100)
#6F3A57
(111,58,87)
#5E324A
(94,50,74)
#4D2A3D
(77,42,61)
#3C2230
(60,34,48)
#2B1A23
(43,26,35)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C46298

#C46298
(196,98,152)
#C970A1
(201,112,161)
#CE7EAA
(206,126,170)
#D38CB3
(211,140,179)
#D89ABC
(216,154,188)
#DDA8C5
(221,168,197)
#E2B6CE
(226,182,206)
#E7C4D7
(231,196,215)
#ECD2E0
(236,210,224)
#F1E0E9
(241,224,233)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46298 color. Also use rgb(196,98,152) instead hex code.

Text Font Color

.myTextColor { color: #C46298; }

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

This text font color is #C46298.

Background Color

.myBgColor { background-color: #C46298; }

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

This div background color is #C46298.

Border color

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

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

This div border color is #C46298.

Opacity

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

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

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

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

This text has shadow with #C46298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46298.

Preview

Color preview on black background

This text has color #C46298 on black background.


Color preview on white background

This text has color #C46298 on white background.


Black color preview on #C46298 background

This text has black color on #C46298 background.


White color preview on #C46298 background

This text has white color on #C46298 background.


Related colors

Complementary color

Complementary color for #C46298 is #3B9D67.


I love getcolorcode.com

Triadic colors

1 #98C462 and #6298C4 with #C46298 are triadic colors.

2 #9862C4 and #62C498 with #C46298 are triadic colors.