COLOR #C9628D

HEX: #C9628D
RGB: (201,98,141)

Color info

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

RGB color model

#C9628D color RGB value is (201,98,141).

  • red value is 201;
  • green value is 98;
  • blue value is 141.
RGB:
(201,98,141)
(79%,38%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 98 of 255 = 38%
B 141 of 255 = 55%

201
98
141

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

Portions of RGB colors in percentages

R + G + B =
201 + 98 + 141 = 440 (100%)
R 201 of 440 ~ 45.68%
G 98 of 440 ~ 22.27%
B 141 of 440 ~ 32.05%

%45.68
%22.27
%32.05

CMYK color model

#C9628D color CMYK value is (0,51,30,21).

  • cyan value is 0.00%
  • magenta value is 51.24%
  • yellow value is 29.85%
  • key color value is 21.18%
CMYK:
(0,51,30,21)
C0M51Y30K21 
(0%,51%,30%,21%)
(0.00/0.51/0.30/0.21)	

CMYK percentages

%0
%51.24
%29.85
%21.18

Codes

Color #C9628D in popluar color models

C9628D
RGB20198141
HSL335°48.82%58.63%
HSB/HSV335°51.24%78.82%
CMYK0.00%51.24%29.85%
21.18%

Color #C9628D in popluar number systems.

HEXC9628D
Decimal20198141
Binary11001001110001010001101
Octal311142215

Shades and tints

Shades of #C9628D

#C9628D
(201,98,141)
#B75A81
(183,90,129)
#A55275
(165,82,117)
#934A69
(147,74,105)
#81425D
(129,66,93)
#6F3A51
(111,58,81)
#5D3245
(93,50,69)
#4B2A39
(75,42,57)
#39222D
(57,34,45)
#271A21
(39,26,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #C9628D

#C9628D
(201,98,141)
#CD7097
(205,112,151)
#D17EA1
(209,126,161)
#D58CAB
(213,140,171)
#D99AB5
(217,154,181)
#DDA8BF
(221,168,191)
#E1B6C9
(225,182,201)
#E5C4D3
(229,196,211)
#E9D2DD
(233,210,221)
#EDE0E7
(237,224,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9628D color. Also use rgb(201,98,141) instead hex code.

Text Font Color

.myTextColor { color: #C9628D; }

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

This text font color is #C9628D.


Background Color

.myBgColor { background-color: #C9628D; }

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

This div background color is #C9628D.


Border color

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

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

This div border color is #C9628D.


Opacity

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

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

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

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

This text has shadow with #C9628D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9628D on black background.


Color preview on white background

This text has color #C9628D on white background.



Black color preview on #C9628D background

This text has black color on #C9628D background.


White color preview on #C9628D background

This text has white color on #C9628D background.