COLOR #C9677B

HEX: #C9677B RGB: (201,103,123)

Color info

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

RGB color model

#C9677B color RGB value is (201,103,123).

RGB: (201,103,123) (79%, 40%, 48%)

RGB channels and saturation

R 201 of 255 = 79%
G 103 of 255 = 40%
B 123 of 255 = 48%

201
103
123

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

Portions of RGB colors in percentages

R + G + B = 201 + 103 + 123 = 427 (100%)
R 201 of 427 ~ 47.07%
G 103 of 427 ~ 24.12%
B 123 of 427 ~ 28.81'%

%47.07
%24.12
%28.81

CMYK color model

#C9677B color CMYK value is (0,49,39,21).

  • cyan value is 0.00%
  • magenta value is 48.76%
  • yellow value is 38.81%
  • key color value is 21.18%

CMYK: (0,49,39,21)
C0M49Y39K21 (0%, 49%, 39%, 21%)
(0.00 / 0.49 / 0.39 / 0.21)

CMYK percentages

%0
%48.76
%38.81
%21.18

Codes

Color #C9677B in popluar color models

C9 67 7B
RGB 201 103 123
HSL 348° 47.57% 59.61%
HSB/HSV 348° 48.76% 78.82%
CMYK 0.00% 48.76% 38.81%
21.18%

Color #C9677B in popluar number systems.

HEX C9 67 7B
Decimal 201 103 123
Binary 11001001 1100111 1111011
Octal 311 147 173

Shades and tints

Shades of #C9677B

#C9677B
(201,103,123)
#B75E70
(183,94,112)
#A55565
(165,85,101)
#934C5A
(147,76,90)
#81434F
(129,67,79)
#6F3A44
(111,58,68)
#5D3139
(93,49,57)
#4B282E
(75,40,46)
#391F23
(57,31,35)
#271618
(39,22,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #C9677B

#C9677B
(201,103,123)
#CD7487
(205,116,135)
#D18193
(209,129,147)
#D58E9F
(213,142,159)
#D99BAB
(217,155,171)
#DDA8B7
(221,168,183)
#E1B5C3
(225,181,195)
#E5C2CF
(229,194,207)
#E9CFDB
(233,207,219)
#EDDCE7
(237,220,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9677B color. Also use rgb(201,103,123) instead hex code.

Text Font Color

.myTextColor { color: #C9677B; }

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

This text font color is #C9677B.

Background Color

.myBgColor { background-color: #C9677B; }

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

This div background color is #C9677B.

Border color

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

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

This div border color is #C9677B.

Opacity

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

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

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

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

This text has shadow with #C9677B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9677B.

Preview

Color preview on black background

This text has color #C9677B on black background.


Color preview on white background

This text has color #C9677B on white background.


Black color preview on #C9677B background

This text has black color on #C9677B background.


White color preview on #C9677B background

This text has white color on #C9677B background.


Related colors

Complementary color

Complementary color for #hex is #369884.


I love getcolorcode.com

Triadic colors

1 #7BC967 and #677BC9 with #C9677B are triadic colors.

2 #7B67C9 and #67C97B with #C9677B are triadic colors.