COLOR #C97792

HEX: #C97792 RGB: (201,119,146)

Color info

#C97792 contains mainly red and blue colors. Web safe color of #C97792 is #CC6699 (or #C69).

RGB color model

#C97792 color RGB value is (201,119,146).

RGB: (201,119,146) (79%, 47%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 146 of 255 = 57%

201
119
146

R + G + B ~ 61%. #C97792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 119 + 146 = 466 (100%)
R 201 of 466 ~ 43.13%
G 119 of 466 ~ 25.54%
B 146 of 466 ~ 31.33'%

%43.13
%25.54
%31.33

CMYK color model

#C97792 color CMYK value is (0,41,27,21).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 27.36%
  • key color value is 21.18%

CMYK: (0,41,27,21)
C0M41Y27K21 (0%, 41%, 27%, 21%)
(0.00 / 0.41 / 0.27 / 0.21)

CMYK percentages

%0
%40.8
%27.36
%21.18

Codes

Color #C97792 in popluar color models

C9 77 92
RGB 201 119 146
HSL 340° 43.16% 62.75%
HSB/HSV 340° 40.80% 78.82%
CMYK 0.00% 40.80% 27.36%
21.18%

Color #C97792 in popluar number systems.

HEX C9 77 92
Decimal 201 119 146
Binary 11001001 1110111 10010010
Octal 311 167 222

Shades and tints

Shades of #C97792

#C97792
(201,119,146)
#B76D85
(183,109,133)
#A56378
(165,99,120)
#93596B
(147,89,107)
#814F5E
(129,79,94)
#6F4551
(111,69,81)
#5D3B44
(93,59,68)
#4B3137
(75,49,55)
#39272A
(57,39,42)
#271D1D
(39,29,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C97792

#C97792
(201,119,146)
#CD839B
(205,131,155)
#D18FA4
(209,143,164)
#D59BAD
(213,155,173)
#D9A7B6
(217,167,182)
#DDB3BF
(221,179,191)
#E1BFC8
(225,191,200)
#E5CBD1
(229,203,209)
#E9D7DA
(233,215,218)
#EDE3E3
(237,227,227)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97792 color. Also use rgb(201,119,146) instead hex code.

Text Font Color

.myTextColor { color: #C97792; }

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

This text font color is #C97792.

Background Color

.myBgColor { background-color: #C97792; }

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

This div background color is #C97792.

Border color

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

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

This div border color is #C97792.

Opacity

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

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

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

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

This text has shadow with #C97792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97792.

Preview

Color preview on black background

This text has color #C97792 on black background.


Color preview on white background

This text has color #C97792 on white background.


Black color preview on #C97792 background

This text has black color on #C97792 background.


White color preview on #C97792 background

This text has white color on #C97792 background.


Related colors

Complementary color

Complementary color for #hex is #36886D.


I love getcolorcode.com

Triadic colors

1 #92C977 and #7792C9 with #C97792 are triadic colors.

2 #9277C9 and #77C992 with #C97792 are triadic colors.