COLOR #C7959E

HEX: #C7959E RGB: (199,149,158)

Color info

#C7959E contains red, green and blue colors in about the same proportion. Web safe color of #C7959E is #CC9999 (or #C99).

RGB color model

#C7959E color RGB value is (199,149,158).

RGB: (199,149,158) (78%, 58%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 149 of 255 = 58%
B 158 of 255 = 62%

199
149
158

R + G + B ~ 66%. #C7959E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 149 + 158 = 506 (100%)
R 199 of 506 ~ 39.33%
G 149 of 506 ~ 29.45%
B 158 of 506 ~ 31.23'%

%39.33
%29.45
%31.23

CMYK color model

#C7959E color CMYK value is (0,25,21,22).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK: (0,25,21,22) C0M25Y21K22 (0%,25%,21%,22%) (0.00/0.25/0.21/0.22) 

CMYK percentages

%0
%25.13
%20.6
%21.96

Codes

Color #C7959E in popluar color models

C7 95 9E
RGB 199 149 158
HSL 349° 30.86% 68.24%
HSB/HSV 349° 25.13% 78.04%
CMYK 0.00% 25.13% 20.60%
21.96%

Color #C7959E in popluar number systems.

HEX C7 95 9E
Decimal 199 149 158
Binary 11000111 10010101 10011110
Octal 307 225 236

Shades and tints

Shades of #C7959E

#C7959E
(199,149,158)
#B58890
(181,136,144)
#A37B82
(163,123,130)
#916E74
(145,110,116)
#7F6166
(127,97,102)
#6D5458
(109,84,88)
#5B474A
(91,71,74)
#493A3C
(73,58,60)
#372D2E
(55,45,46)
#252020
(37,32,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #C7959E

#C7959E
(199,149,158)
#CC9EA6
(204,158,166)
#D1A7AE
(209,167,174)
#D6B0B6
(214,176,182)
#DBB9BE
(219,185,190)
#E0C2C6
(224,194,198)
#E5CBCE
(229,203,206)
#EAD4D6
(234,212,214)
#EFDDDE
(239,221,222)
#F4E6E6
(244,230,230)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7959E color. Also use rgb(199,149,158) instead hex code.

Text Font Color

.myTextColor { color: #C7959E; }

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

This text font color is #C7959E.

Background Color

.myBgColor { background-color: #C7959E; }

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

This div background color is #C7959E.

Border color

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

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

This div border color is #C7959E.

Opacity

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

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

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

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

This text has shadow with #C7959E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7959E.

Preview

Color preview on black background

This text has color #C7959E on black background.


Color preview on white background

This text has color #C7959E on white background.


Black color preview on #C7959E background

This text has black color on #C7959E background.


White color preview on #C7959E background

This text has white color on #C7959E background.


Related colors

Complementary color

Complementary color for #hex is #386A61.


I love getcolorcode.com

Triadic colors

1 #9EC795 and #959EC7 with #C7959E are triadic colors.

2 #9E95C7 and #95C79E with #C7959E are triadic colors.