COLOR #C6959C

HEX: #C6959C
RGB: (198,149,156)

Color info

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

RGB color model

#C6959C color RGB value is (198,149,156).

  • red value is 198;
  • green value is 149;
  • blue value is 156.
RGB:
(198,149,156)
(78%,58%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 156 of 255 = 61%

198
149
156

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

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 156 = 503 (100%)
R 198 of 503 ~ 39.36%
G 149 of 503 ~ 29.62%
B 156 of 503 ~ 31.01%

%39.36
%29.62
%31.01

CMYK color model

#C6959C color CMYK value is (0,25,21,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(0,25,21,22)
C0M25Y21K22 
(0%,25%,21%,22%)
(0.00/0.25/0.21/0.22)	

CMYK percentages

%0
%24.75
%21.21
%22.35

Codes

Color #C6959C in popluar color models

C6959C
RGB198149156
HSL351°30.06%68.04%
HSB/HSV351°24.75%77.65%
CMYK0.00%24.75%21.21%
22.35%

Color #C6959C in popluar number systems.

HEXC6959C
Decimal198149156
Binary110001101001010110011100
Octal306225234

Shades and tints

Shades of #C6959C

#C6959C
(198,149,156)
#B4888E
(180,136,142)
#A27B80
(162,123,128)
#906E72
(144,110,114)
#7E6164
(126,97,100)
#6C5456
(108,84,86)
#5A4748
(90,71,72)
#483A3A
(72,58,58)
#362D2C
(54,45,44)
#24201E
(36,32,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #C6959C

#C6959C
(198,149,156)
#CB9EA5
(203,158,165)
#D0A7AE
(208,167,174)
#D5B0B7
(213,176,183)
#DAB9C0
(218,185,192)
#DFC2C9
(223,194,201)
#E4CBD2
(228,203,210)
#E9D4DB
(233,212,219)
#EEDDE4
(238,221,228)
#F3E6ED
(243,230,237)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6959C; }

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

This text font color is #C6959C.


Background Color

.myBgColor { background-color: #C6959C; }

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

This div background color is #C6959C.


Border color

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

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

This div border color is #C6959C.


Opacity

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

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

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

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

This text has shadow with #C6959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6959C on black background.


Color preview on white background

This text has color #C6959C on white background.



Black color preview on #C6959C background

This text has black color on #C6959C background.


White color preview on #C6959C background

This text has white color on #C6959C background.