COLOR #C7959D

HEX: #C7959D RGB: (199,149,157)

Color info

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

RGB color model

#C7959D color RGB value is (199,149,157).

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

RGB channels and saturation

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

199
149
157

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

Portions of RGB colors in percentages

R + G + B = 199 + 149 + 157 = 505 (100%)
R 199 of 505 ~ 39.41%
G 149 of 505 ~ 29.5%
B 157 of 505 ~ 31.09'%

%39.41
%29.5
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 21.11%
  • 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
%21.11
%21.96

Codes

Color #C7959D in popluar color models

C7 95 9D
RGB 199 149 157
HSL 350° 30.86% 68.24%
HSB/HSV 350° 25.13% 78.04%
CMYK 0.00% 25.13% 21.11%
21.96%

Color #C7959D in popluar number systems.

HEX C7 95 9D
Decimal 199 149 157
Binary 11000111 10010101 10011101
Octal 307 225 235

Shades and tints

Shades of #C7959D

#C7959D
(199,149,157)
#B5888F
(181,136,143)
#A37B81
(163,123,129)
#916E73
(145,110,115)
#7F6165
(127,97,101)
#6D5457
(109,84,87)
#5B4749
(91,71,73)
#493A3B
(73,58,59)
#372D2D
(55,45,45)
#25201F
(37,32,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C7959D

#C7959D
(199,149,157)
#CC9EA5
(204,158,165)
#D1A7AD
(209,167,173)
#D6B0B5
(214,176,181)
#DBB9BD
(219,185,189)
#E0C2C5
(224,194,197)
#E5CBCD
(229,203,205)
#EAD4D5
(234,212,213)
#EFDDDD
(239,221,221)
#F4E6E5
(244,230,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7959D; }

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

This text font color is #C7959D.

Background Color

.myBgColor { background-color: #C7959D; }

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

This div background color is #C7959D.

Border color

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

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

This div border color is #C7959D.

Opacity

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

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

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

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

This text has shadow with #C7959D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7959D.

Preview

Color preview on black background

This text has color #C7959D on black background.


Color preview on white background

This text has color #C7959D on white background.


Black color preview on #C7959D background

This text has black color on #C7959D background.


White color preview on #C7959D background

This text has white color on #C7959D background.


Related colors

Complementary color

Complementary color for #hex is #386A62.


I love getcolorcode.com

Triadic colors

1 #9DC795 and #959DC7 with #C7959D are triadic colors.

2 #9D95C7 and #95C79D with #C7959D are triadic colors.