COLOR #C9607A

HEX: #C9607A RGB: (201,96,122)

Color info

#C9607A contains mainly red color. Web safe color of #C9607A is #CC6666 (or #C66).

RGB color model

#C9607A color RGB value is (201,96,122).

RGB: (201,96,122) (79%, 38%, 48%)

RGB channels and saturation

R 201 of 255 = 79%
G 96 of 255 = 38%
B 122 of 255 = 48%

201
96
122

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

Portions of RGB colors in percentages

R + G + B = 201 + 96 + 122 = 419 (100%)
R 201 of 419 ~ 47.97%
G 96 of 419 ~ 22.91%
B 122 of 419 ~ 29.12'%

%47.97
%22.91
%29.12

CMYK color model

#C9607A color CMYK value is (0,52,39,21).

  • cyan value is 0.00%
  • magenta value is 52.24%
  • yellow value is 39.30%
  • key color value is 21.18%

CMYK: (0,52,39,21)
C0M52Y39K21 (0%, 52%, 39%, 21%)
(0.00 / 0.52 / 0.39 / 0.21)

CMYK percentages

%0
%52.24
%39.3
%21.18

Codes

Color #C9607A in popluar color models

C9 60 7A
RGB 201 96 122
HSL 345° 49.30% 58.24%
HSB/HSV 345° 52.24% 78.82%
CMYK 0.00% 52.24% 39.30%
21.18%

Color #C9607A in popluar number systems.

HEX C9 60 7A
Decimal 201 96 122
Binary 11001001 1100000 1111010
Octal 311 140 172

Shades and tints

Shades of #C9607A

#C9607A
(201,96,122)
#B7586F
(183,88,111)
#A55064
(165,80,100)
#934859
(147,72,89)
#81404E
(129,64,78)
#6F3843
(111,56,67)
#5D3038
(93,48,56)
#4B282D
(75,40,45)
#392022
(57,32,34)
#271817
(39,24,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #C9607A

#C9607A
(201,96,122)
#CD6E86
(205,110,134)
#D17C92
(209,124,146)
#D58A9E
(213,138,158)
#D998AA
(217,152,170)
#DDA6B6
(221,166,182)
#E1B4C2
(225,180,194)
#E5C2CE
(229,194,206)
#E9D0DA
(233,208,218)
#EDDEE6
(237,222,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9607A color. Also use rgb(201,96,122) instead hex code.

Text Font Color

.myTextColor { color: #C9607A; }

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

This text font color is #C9607A.

Background Color

.myBgColor { background-color: #C9607A; }

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

This div background color is #C9607A.

Border color

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

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

This div border color is #C9607A.

Opacity

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

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

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

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

This text has shadow with #C9607A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9607A.

Preview

Color preview on black background

This text has color #C9607A on black background.


Color preview on white background

This text has color #C9607A on white background.


Black color preview on #C9607A background

This text has black color on #C9607A background.


White color preview on #C9607A background

This text has white color on #C9607A background.


Related colors

Complementary color

Complementary color for #hex is #369F85.


I love getcolorcode.com

Triadic colors

1 #7AC960 and #607AC9 with #C9607A are triadic colors.

2 #7A60C9 and #60C97A with #C9607A are triadic colors.