COLOR #C6737E

HEX: #C6737E RGB: (198,115,126)

Color info

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

RGB color model

#C6737E color RGB value is (198,115,126).

RGB: (198,115,126) (78%, 45%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 126 of 255 = 49%

198
115
126

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

Portions of RGB colors in percentages

R + G + B = 198 + 115 + 126 = 439 (100%)
R 198 of 439 ~ 45.1%
G 115 of 439 ~ 26.2%
B 126 of 439 ~ 28.7'%

%45.1
%26.2
%28.7

CMYK color model

#C6737E color CMYK value is (0,42,36,22).

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

CMYK: (0,42,36,22)
C0M42Y36K22 (0%, 42%, 36%, 22%)
(0.00 / 0.42 / 0.36 / 0.22)

CMYK percentages

%0
%41.92
%36.36
%22.35

Codes

Color #C6737E in popluar color models

C6 73 7E
RGB 198 115 126
HSL 352° 42.13% 61.37%
HSB/HSV 352° 41.92% 77.65%
CMYK 0.00% 41.92% 36.36%
22.35%

Color #C6737E in popluar number systems.

HEX C6 73 7E
Decimal 198 115 126
Binary 11000110 1110011 1111110
Octal 306 163 176

Shades and tints

Shades of #C6737E

#C6737E
(198,115,126)
#B46973
(180,105,115)
#A25F68
(162,95,104)
#90555D
(144,85,93)
#7E4B52
(126,75,82)
#6C4147
(108,65,71)
#5A373C
(90,55,60)
#482D31
(72,45,49)
#362326
(54,35,38)
#24191B
(36,25,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C6737E

#C6737E
(198,115,126)
#CB7F89
(203,127,137)
#D08B94
(208,139,148)
#D5979F
(213,151,159)
#DAA3AA
(218,163,170)
#DFAFB5
(223,175,181)
#E4BBC0
(228,187,192)
#E9C7CB
(233,199,203)
#EED3D6
(238,211,214)
#F3DFE1
(243,223,225)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6737E; }

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

This text font color is #C6737E.

Background Color

.myBgColor { background-color: #C6737E; }

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

This div background color is #C6737E.

Border color

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

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

This div border color is #C6737E.

Opacity

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

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

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

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

This text has shadow with #C6737E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6737E.

Preview

Color preview on black background

This text has color #C6737E on black background.


Color preview on white background

This text has color #C6737E on white background.


Black color preview on #C6737E background

This text has black color on #C6737E background.


White color preview on #C6737E background

This text has white color on #C6737E background.


Related colors

Complementary color

Complementary color for #hex is #398C81.


I love getcolorcode.com

Triadic colors

1 #7EC673 and #737EC6 with #C6737E are triadic colors.

2 #7E73C6 and #73C67E with #C6737E are triadic colors.