COLOR #C9758C

HEX: #C9758C
RGB: (201,117,140)

Color info

#C9758C contains mainly red color. Web safe color of #C9758C is #CC6699 (or #C69).

RGB color model

#C9758C color RGB value is (201,117,140).

  • red value is 201;
  • green value is 117;
  • blue value is 140.
RGB:
(201,117,140)
(79%,46%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 140 of 255 = 55%

201
117
140

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

Portions of RGB colors in percentages

R + G + B =
201 + 117 + 140 = 458 (100%)
R 201 of 458 ~ 43.89%
G 117 of 458 ~ 25.55%
B 140 of 458 ~ 30.57%

%43.89
%25.55
%30.57

CMYK color model

#C9758C color CMYK value is (0,42,30,21).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(0,42,30,21)
C0M42Y30K21 
(0%,42%,30%,21%)
(0.00/0.42/0.30/0.21)	

CMYK percentages

%0
%41.79
%30.35
%21.18

Codes

Color #C9758C in popluar color models

C9758C
RGB201117140
HSL344°43.75%62.35%
HSB/HSV344°41.79%78.82%
CMYK0.00%41.79%30.35%
21.18%

Color #C9758C in popluar number systems.

HEXC9758C
Decimal201117140
Binary11001001111010110001100
Octal311165214

Shades and tints

Shades of #C9758C

#C9758C
(201,117,140)
#B76B80
(183,107,128)
#A56174
(165,97,116)
#935768
(147,87,104)
#814D5C
(129,77,92)
#6F4350
(111,67,80)
#5D3944
(93,57,68)
#4B2F38
(75,47,56)
#39252C
(57,37,44)
#271B20
(39,27,32)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C9758C

#C9758C
(201,117,140)
#CD8196
(205,129,150)
#D18DA0
(209,141,160)
#D599AA
(213,153,170)
#D9A5B4
(217,165,180)
#DDB1BE
(221,177,190)
#E1BDC8
(225,189,200)
#E5C9D2
(229,201,210)
#E9D5DC
(233,213,220)
#EDE1E6
(237,225,230)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9758C color. Also use rgb(201,117,140) instead hex code.

Text Font Color

.myTextColor { color: #C9758C; }

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

This text font color is #C9758C.


Background Color

.myBgColor { background-color: #C9758C; }

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

This div background color is #C9758C.


Border color

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

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

This div border color is #C9758C.


Opacity

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

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

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

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

This text has shadow with #C9758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9758C on black background.


Color preview on white background

This text has color #C9758C on white background.



Black color preview on #C9758C background

This text has black color on #C9758C background.


White color preview on #C9758C background

This text has white color on #C9758C background.