COLOR #C6346A

HEX: #C6346A RGB: (198,52,106)

Color info

#C6346A contains mainly red color. Web safe color of #C6346A is #CC3366 (or #C36).

RGB color model

#C6346A color RGB value is (198,52,106).

RGB: (198,52,106) (78%, 20%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 52 of 255 = 20%
B 106 of 255 = 42%

198
52
106

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

Portions of RGB colors in percentages

R + G + B = 198 + 52 + 106 = 356 (100%)
R 198 of 356 ~ 55.62%
G 52 of 356 ~ 14.61%
B 106 of 356 ~ 29.78'%

%55.62
%14.61
%29.78

CMYK color model

#C6346A color CMYK value is (0,74,46,22).

  • cyan value is 0.00%
  • magenta value is 73.74%
  • yellow value is 46.46%
  • key color value is 22.35%

CMYK: (0,74,46,22)
C0M74Y46K22 (0%, 74%, 46%, 22%)
(0.00 / 0.74 / 0.46 / 0.22)

CMYK percentages

%0
%73.74
%46.46
%22.35

Codes

Color #C6346A in popluar color models

C6 34 6A
RGB 198 52 106
HSL 338° 58.40% 49.02%
HSB/HSV 338° 73.74% 77.65%
CMYK 0.00% 73.74% 46.46%
22.35%

Color #C6346A in popluar number systems.

HEX C6 34 6A
Decimal 198 52 106
Binary 11000110 110100 1101010
Octal 306 64 152

Shades and tints

Shades of #C6346A

#C6346A
(198,52,106)
#B43061
(180,48,97)
#A22C58
(162,44,88)
#90284F
(144,40,79)
#7E2446
(126,36,70)
#6C203D
(108,32,61)
#5A1C34
(90,28,52)
#48182B
(72,24,43)
#361422
(54,20,34)
#241019
(36,16,25)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #C6346A

#C6346A
(198,52,106)
#CB4677
(203,70,119)
#D05884
(208,88,132)
#D56A91
(213,106,145)
#DA7C9E
(218,124,158)
#DF8EAB
(223,142,171)
#E4A0B8
(228,160,184)
#E9B2C5
(233,178,197)
#EEC4D2
(238,196,210)
#F3D6DF
(243,214,223)
#F8E8EC
(248,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6346A color. Also use rgb(198,52,106) instead hex code.

Text Font Color

.myTextColor { color: #C6346A; }

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

This text font color is #C6346A.

Background Color

.myBgColor { background-color: #C6346A; }

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

This div background color is #C6346A.

Border color

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

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

This div border color is #C6346A.

Opacity

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

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

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

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

This text has shadow with #C6346A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6346A.

Preview

Color preview on black background

This text has color #C6346A on black background.


Color preview on white background

This text has color #C6346A on white background.


Black color preview on #C6346A background

This text has black color on #C6346A background.


White color preview on #C6346A background

This text has white color on #C6346A background.


Related colors

Complementary color

Complementary color for #hex is #39CB95.


I love getcolorcode.com

Triadic colors

1 #6AC634 and #346AC6 with #C6346A are triadic colors.

2 #6A34C6 and #34C66A with #C6346A are triadic colors.