COLOR #C6909F

HEX: #C6909F
RGB: (198,144,159)

Color info

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

RGB color model

#C6909F color RGB value is (198,144,159).

  • red value is 198;
  • green value is 144;
  • blue value is 159.
RGB:
(198,144,159)
(78%,56%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 159 of 255 = 62%

198
144
159

R + G + B ~ 65%. #C6909F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 159 = 501 (100%)
R 198 of 501 ~ 39.52%
G 144 of 501 ~ 28.74%
B 159 of 501 ~ 31.74%

%39.52
%28.74
%31.74

CMYK color model

#C6909F color CMYK value is (0,27,20,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK:
(0,27,20,22)
C0M27Y20K22 
(0%,27%,20%,22%)
(0.00/0.27/0.20/0.22)	

CMYK percentages

%0
%27.27
%19.7
%22.35

Codes

Color #C6909F in popluar color models

C6909F
RGB198144159
HSL343°32.14%67.06%
HSB/HSV343°27.27%77.65%
CMYK0.00%27.27%19.70%
22.35%

Color #C6909F in popluar number systems.

HEXC6909F
Decimal198144159
Binary110001101001000010011111
Octal306220237

Shades and tints

Shades of #C6909F

#C6909F
(198,144,159)
#B48391
(180,131,145)
#A27683
(162,118,131)
#906975
(144,105,117)
#7E5C67
(126,92,103)
#6C4F59
(108,79,89)
#5A424B
(90,66,75)
#48353D
(72,53,61)
#36282F
(54,40,47)
#241B21
(36,27,33)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #C6909F

#C6909F
(198,144,159)
#CB9AA7
(203,154,167)
#D0A4AF
(208,164,175)
#D5AEB7
(213,174,183)
#DAB8BF
(218,184,191)
#DFC2C7
(223,194,199)
#E4CCCF
(228,204,207)
#E9D6D7
(233,214,215)
#EEE0DF
(238,224,223)
#F3EAE7
(243,234,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6909F color. Also use rgb(198,144,159) instead hex code.

Text Font Color

.myTextColor { color: #C6909F; }

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

This text font color is #C6909F.


Background Color

.myBgColor { background-color: #C6909F; }

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

This div background color is #C6909F.


Border color

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

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

This div border color is #C6909F.


Opacity

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

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

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

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

This text has shadow with #C6909F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6909F on black background.


Color preview on white background

This text has color #C6909F on white background.



Black color preview on #C6909F background

This text has black color on #C6909F background.


White color preview on #C6909F background

This text has white color on #C6909F background.