COLOR #C6507E

HEX: #C6507E RGB: (198,80,126)

Color info

#C6507E contains mainly red color. Web safe color of #C6507E is #CC6666 (or #C66).

RGB color model

#C6507E color RGB value is (198,80,126).

RGB: (198,80,126) (78%, 31%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 80 of 255 = 31%
B 126 of 255 = 49%

198
80
126

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

Portions of RGB colors in percentages

R + G + B = 198 + 80 + 126 = 404 (100%)
R 198 of 404 ~ 49.01%
G 80 of 404 ~ 19.8%
B 126 of 404 ~ 31.19'%

%49.01
%19.8
%31.19

CMYK color model

#C6507E color CMYK value is (0,60,36,22).

  • cyan value is 0.00%
  • magenta value is 59.60%
  • yellow value is 36.36%
  • key color value is 22.35%

CMYK: (0,60,36,22)
C0M60Y36K22 (0%, 60%, 36%, 22%)
(0.00 / 0.60 / 0.36 / 0.22)

CMYK percentages

%0
%59.6
%36.36
%22.35

Codes

Color #C6507E in popluar color models

C6 50 7E
RGB 198 80 126
HSL 337° 50.86% 54.51%
HSB/HSV 337° 59.60% 77.65%
CMYK 0.00% 59.60% 36.36%
22.35%

Color #C6507E in popluar number systems.

HEX C6 50 7E
Decimal 198 80 126
Binary 11000110 1010000 1111110
Octal 306 120 176

Shades and tints

Shades of #C6507E

#C6507E
(198,80,126)
#B44973
(180,73,115)
#A24268
(162,66,104)
#903B5D
(144,59,93)
#7E3452
(126,52,82)
#6C2D47
(108,45,71)
#5A263C
(90,38,60)
#481F31
(72,31,49)
#361826
(54,24,38)
#24111B
(36,17,27)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #C6507E

#C6507E
(198,80,126)
#CB5F89
(203,95,137)
#D06E94
(208,110,148)
#D57D9F
(213,125,159)
#DA8CAA
(218,140,170)
#DF9BB5
(223,155,181)
#E4AAC0
(228,170,192)
#E9B9CB
(233,185,203)
#EEC8D6
(238,200,214)
#F3D7E1
(243,215,225)
#F8E6EC
(248,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6507E color. Also use rgb(198,80,126) instead hex code.

Text Font Color

.myTextColor { color: #C6507E; }

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

This text font color is #C6507E.

Background Color

.myBgColor { background-color: #C6507E; }

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

This div background color is #C6507E.

Border color

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

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

This div border color is #C6507E.

Opacity

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

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

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

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

This text has shadow with #C6507E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6507E.

Preview

Color preview on black background

This text has color #C6507E on black background.


Color preview on white background

This text has color #C6507E on white background.


Black color preview on #C6507E background

This text has black color on #C6507E background.


White color preview on #C6507E background

This text has white color on #C6507E background.


Related colors

Complementary color

Complementary color for #hex is #39AF81.


I love getcolorcode.com

Triadic colors

1 #7EC650 and #507EC6 with #C6507E are triadic colors.

2 #7E50C6 and #50C67E with #C6507E are triadic colors.