COLOR #C6959E

HEX: #C6959E RGB: (198,149,158)

Color info

#C6959E contains red, green and blue colors in about the same proportion. Web safe color of #C6959E is #CC9999 (or #C99).

RGB color model

#C6959E color RGB value is (198,149,158).

RGB: (198,149,158) (78%, 58%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 158 of 255 = 62%

198
149
158

R + G + B ~ 66%. #C6959E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 149 + 158 = 505 (100%)
R 198 of 505 ~ 39.21%
G 149 of 505 ~ 29.5%
B 158 of 505 ~ 31.29'%

%39.21
%29.5
%31.29

CMYK color model

#C6959E color CMYK value is (0,25,20,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 20.20%
  • key color value is 22.35%
CMYK: (0,25,20,22) C0M25Y20K22 (0%,25%,20%,22%) (0.00/0.25/0.20/0.22) 

CMYK percentages

%0
%24.75
%20.2
%22.35

Codes

Color #C6959E in popluar color models

C6 95 9E
RGB 198 149 158
HSL 349° 30.06% 68.04%
HSB/HSV 349° 24.75% 77.65%
CMYK 0.00% 24.75% 20.20%
22.35%

Color #C6959E in popluar number systems.

HEX C6 95 9E
Decimal 198 149 158
Binary 11000110 10010101 10011110
Octal 306 225 236

Shades and tints

Shades of #C6959E

#C6959E
(198,149,158)
#B48890
(180,136,144)
#A27B82
(162,123,130)
#906E74
(144,110,116)
#7E6166
(126,97,102)
#6C5458
(108,84,88)
#5A474A
(90,71,74)
#483A3C
(72,58,60)
#362D2E
(54,45,46)
#242020
(36,32,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #C6959E

#C6959E
(198,149,158)
#CB9EA6
(203,158,166)
#D0A7AE
(208,167,174)
#D5B0B6
(213,176,182)
#DAB9BE
(218,185,190)
#DFC2C6
(223,194,198)
#E4CBCE
(228,203,206)
#E9D4D6
(233,212,214)
#EEDDDE
(238,221,222)
#F3E6E6
(243,230,230)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6959E color. Also use rgb(198,149,158) instead hex code.

Text Font Color

.myTextColor { color: #C6959E; }

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

This text font color is #C6959E.

Background Color

.myBgColor { background-color: #C6959E; }

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

This div background color is #C6959E.

Border color

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

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

This div border color is #C6959E.

Opacity

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

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

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

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

This text has shadow with #C6959E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6959E.

Preview

Color preview on black background

This text has color #C6959E on black background.


Color preview on white background

This text has color #C6959E on white background.


Black color preview on #C6959E background

This text has black color on #C6959E background.


White color preview on #C6959E background

This text has white color on #C6959E background.


Related colors

Complementary color

Complementary color for #hex is #396A61.


I love getcolorcode.com

Triadic colors

1 #9EC695 and #959EC6 with #C6959E are triadic colors.

2 #9E95C6 and #95C69E with #C6959E are triadic colors.