COLOR #C6446E

HEX: #C6446E RGB: (198,68,110)

Color info

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

RGB color model

#C6446E color RGB value is (198,68,110).

RGB: (198,68,110) (78%, 27%, 43%)

RGB channels and saturation

R 198 of 255 = 78%
G 68 of 255 = 27%
B 110 of 255 = 43%

198
68
110

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

Portions of RGB colors in percentages

R + G + B = 198 + 68 + 110 = 376 (100%)
R 198 of 376 ~ 52.66%
G 68 of 376 ~ 18.09%
B 110 of 376 ~ 29.26'%

%52.66
%18.09
%29.26

CMYK color model

#C6446E color CMYK value is (0,66,44,22).

  • cyan value is 0.00%
  • magenta value is 65.66%
  • yellow value is 44.44%
  • key color value is 22.35%

CMYK: (0,66,44,22)
C0M66Y44K22 (0%, 66%, 44%, 22%)
(0.00 / 0.66 / 0.44 / 0.22)

CMYK percentages

%0
%65.66
%44.44
%22.35

Codes

Color #C6446E in popluar color models

C6 44 6E
RGB 198 68 110
HSL 341° 53.28% 52.16%
HSB/HSV 341° 65.66% 77.65%
CMYK 0.00% 65.66% 44.44%
22.35%

Color #C6446E in popluar number systems.

HEX C6 44 6E
Decimal 198 68 110
Binary 11000110 1000100 1101110
Octal 306 104 156

Shades and tints

Shades of #C6446E

#C6446E
(198,68,110)
#B43E64
(180,62,100)
#A2385A
(162,56,90)
#903250
(144,50,80)
#7E2C46
(126,44,70)
#6C263C
(108,38,60)
#5A2032
(90,32,50)
#481A28
(72,26,40)
#36141E
(54,20,30)
#240E14
(36,14,20)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #C6446E

#C6446E
(198,68,110)
#CB557B
(203,85,123)
#D06688
(208,102,136)
#D57795
(213,119,149)
#DA88A2
(218,136,162)
#DF99AF
(223,153,175)
#E4AABC
(228,170,188)
#E9BBC9
(233,187,201)
#EECCD6
(238,204,214)
#F3DDE3
(243,221,227)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6446E color. Also use rgb(198,68,110) instead hex code.

Text Font Color

.myTextColor { color: #C6446E; }

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

This text font color is #C6446E.

Background Color

.myBgColor { background-color: #C6446E; }

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

This div background color is #C6446E.

Border color

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

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

This div border color is #C6446E.

Opacity

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

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

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

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

This text has shadow with #C6446E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6446E.

Preview

Color preview on black background

This text has color #C6446E on black background.


Color preview on white background

This text has color #C6446E on white background.


Black color preview on #C6446E background

This text has black color on #C6446E background.


White color preview on #C6446E background

This text has white color on #C6446E background.


Related colors

Complementary color

Complementary color for #hex is #39BB91.


I love getcolorcode.com

Triadic colors

1 #6EC644 and #446EC6 with #C6446E are triadic colors.

2 #6E44C6 and #44C66E with #C6446E are triadic colors.